Searched defs:initialize (Results 1 - 9 of 9) sorted by relevance

/drivers/lguest/
H A Dhypercalls.c201 static void initialize(struct lg_cpu *cpu) function
265 initialize(cpu);
H A Dlguest_user.c277 * Now we initialize the Guest's registers, handing it the start
317 static int initialize(struct file *file, const unsigned long __user *input) function
329 /* You can't initialize twice! Close the device and start again... */
432 return initialize(file, input);
444 * everything done in initialize(). This is usually called because the
/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Ddm.c708 static u8 initialize; local
711 if (initialize == 0) {
723 initialize = 1;
/drivers/media/i2c/
H A Dtvaudio.c65 typedef int (*initialize)(struct CHIPSTATE*); typedef
83 initialize initialize; member in struct:CHIPDESC
96 /* initialize with (defaults to 65535/32768/32768 */
1515 .initialize = tda9874a_initialize,
1528 .initialize = tda9875_initialize,
1612 .initialize = tea6320_initialize,
1947 if (desc->initialize != NULL)
1948 desc->initialize(chip);
/drivers/net/wireless/rt2x00/
H A Drt2x00.h544 int (*initialize) (struct rt2x00_dev *rt2x00dev); member in struct:rt2x00lib_ops
/drivers/staging/rtl8723au/include/
H A Dodm.h140 u8 initialize; member in struct:dynamic_pwr_sav
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c6539 /* No need to initialize second phy in case of first
6541 * need to initialize the first phy, since they are
6949 * initialize it
10085 u8 port, initialize = 1; local
10159 initialize = 0;
10185 if (initialize)
/drivers/staging/rtl8188eu/include/
H A Dodm.h145 u8 initialize; member in struct:rtl_ps
/drivers/net/wireless/rtlwifi/
H A Dwifi.h2351 u8 initialize; member in struct:ps_t
2819 /*NIC halt, re-initialize hw parameters*/

Completed in 247 milliseconds