Home
last modified time | relevance | path

Searched refs:associate (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/iio/Documentation/
Dinkernel.txt37 to associate a given channel with the consumer requesting it.
Ddevice.txt39 and for associate parameters such as offsets and scales.
/drivers/net/wireless/mwifiex/
DREADME151 num_cmd_assoc_ok = <number of associate commands with success return>
152 num_cmd_assoc_fail = <number of associate commands with failure return>
Djoin.c391 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate; in mwifiex_cmd_802_11_associate()
Dfw.h2129 struct host_cmd_ds_802_11_associate associate; member
/drivers/net/wireless/ipw2x00/
Dipw2200.c99 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 …]
Dipw2200.h1301 struct work_struct associate; member
Dipw2100.c193 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/
Dray_cs.c119 static void associate(ray_dev_t *local);
2466 associate(local); in rx_authenticate()
2483 static void associate(ray_dev_t *local) in associate() function
Datmel.c3133 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()