Home
last modified time | relevance | path

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

/drivers/staging/media/ipu3/
DTODO4 - Request API conversion. Remove of the dual pipeline and associate buffers
/drivers/staging/iio/Documentation/
Dinkernel.txt37 to associate a given channel with the consumer requesting it.
/drivers/net/wireless/marvell/mwifiex/
DREADME152 num_cmd_assoc_ok = <number of associate commands with success return>
153 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.h2338 struct host_cmd_ds_802_11_associate associate; member
/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c85 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 …]
Dipw2200.h1287 struct work_struct associate; member
Dipw2100.c179 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/
Dray_cs.c107 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/
Datmel.c3108 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()