1WIMAX_DEV_INIT(9) Linux Networking WIMAX_DEV_INIT(9)
23
4
NAME
6wimax_dev_init - initialize a newly allocated instance
7
SYNOPSIS
9void wimax_dev_init(struct wimax_dev * wimax_dev);
10
ARGUMENTS
12wimax_dev
13WiMAX device descriptor to initialize.
14
DESCRIPTION
16Initializes fields of a freshly allocated wimax_dev instance. This
17function assumes that after allocation, the memory occupied by
18wimax_dev was zeroed.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 WIMAX_DEV_INIT(9)