Searched refs:associate (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 37 to associate a given channel with the consumer requesting it.
|
D | device.txt | 39 and for associate parameters such as offsets and scales.
|
/drivers/net/wireless/mwifiex/ |
D | README | 151 num_cmd_assoc_ok = <number of associate commands with success return> 152 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 | 2129 struct host_cmd_ds_802_11_associate associate; member
|
/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 99 static int associate; variable 2430 struct ipw_associate *associate) in ipw_send_associate() argument 2432 if (!priv || !associate) { in ipw_send_associate() 2437 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate), in ipw_send_associate() 2438 associate); in ipw_send_associate() 4809 schedule_work(&priv->associate); in ipw_rx_notification() 7574 schedule_work(&priv->associate); in ipw_associate() 7657 container_of(work, struct ipw_priv, associate); in ipw_bg_associate() 8500 if (associate) in ipw_sw_reset() 10682 INIT_WORK(&priv->associate, ipw_bg_associate); in ipw_setup_deferred_work() [all …]
|
D | ipw2200.h | 1301 struct work_struct associate; member
|
D | ipw2100.c | 193 static int associate = 0; variable 203 module_param(associate, int, 0444); 209 MODULE_PARM_DESC(associate, "auto associate when scanning (default off)"); 6114 if (associate) in ipw2100_alloc_device()
|
/drivers/net/wireless/ |
D | ray_cs.c | 119 static void associate(ray_dev_t *local); 2466 associate(local); in rx_authenticate() 2483 static void associate(ray_dev_t *local) in associate() function
|
D | atmel.c | 3133 static void associate(struct atmel_private *priv, u16 frame_len, u16 subtype) in associate() function 3413 associate(priv, frame_len, subtype); in atmel_management_frame()
|