Searched refs:associate (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/media/ipu3/ |
D | TODO | 4 - Request API conversion. Remove of the dual pipeline and associate buffers
|
/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 37 to associate a given channel with the consumer requesting it.
|
/drivers/net/wireless/marvell/mwifiex/ |
D | README | 152 num_cmd_assoc_ok = <number of associate commands with success return> 153 num_cmd_assoc_fail = <number of associate commands with failure return>
|
D | join.c | 391 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate; in mwifiex_cmd_802_11_associate()
|
D | fw.h | 2338 struct host_cmd_ds_802_11_associate associate; member
|
/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2200.c | 85 static int associate; variable 2406 struct ipw_associate *associate) in ipw_send_associate() argument 2408 if (!priv || !associate) { in ipw_send_associate() 2413 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate), in ipw_send_associate() 2414 associate); in ipw_send_associate() 4784 schedule_work(&priv->associate); in ipw_rx_notification() 7543 schedule_work(&priv->associate); in ipw_associate() 7626 container_of(work, struct ipw_priv, associate); in ipw_bg_associate() 8468 if (associate) in ipw_sw_reset() 10648 INIT_WORK(&priv->associate, ipw_bg_associate); in ipw_setup_deferred_work() [all …]
|
D | ipw2200.h | 1287 struct work_struct associate; member
|
D | ipw2100.c | 179 static int associate = 0; variable 189 module_param(associate, int, 0444); 195 MODULE_PARM_DESC(associate, "auto associate when scanning (default off)"); 6096 if (associate) in ipw2100_alloc_device()
|
/drivers/net/wireless/ |
D | ray_cs.c | 107 static void associate(ray_dev_t *local); 2455 associate(local); in rx_authenticate() 2472 static void associate(ray_dev_t *local) in associate() function
|
/drivers/net/wireless/atmel/ |
D | atmel.c | 3108 static void associate(struct atmel_private *priv, u16 frame_len, u16 subtype) in associate() function 3388 associate(priv, frame_len, subtype); in atmel_management_frame()
|