OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_command
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvWext.c
171
ti_private_cmd_t
my_command
;
local
176
os_memoryZero(drv, &
my_command
, sizeof(ti_private_cmd_t));
186
if (os_memoryCopyFromUser(drv, &
my_command
, ((union iwreq_data *)iw_req)->data.pointer, sizeof(ti_private_cmd_t)))
191
if (IS_PARAM_FOR_MODULE(
my_command
.cmd, DRIVER_MODULE_PARAM))
194
switch (
my_command
.cmd)
197
return wlanDrvIf_LoadFiles(drv,
my_command
.in_buffer);
206
*(TI_UINT32 *)
my_command
.out_buffer =
213
if ((
my_command
.in_buffer) && (
my_command
.in_buffer_len))
215
copy_from_buf =
my_command
.in_buffer
[
all
...]
CmdInterpretWext.c
1377
ti_private_cmd_t *
my_command
= (ti_private_cmd_t *)cmdObj->param3;
local
[
all
...]
Completed in 60 milliseconds