Home
last modified time | relevance | path

Searched refs:cmdcb (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/wlan-ng/
Dhfa384x_usb.c239 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data);
247 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data);
1231 ctlx->cmdcb = NULL; in hfa384x_docmd()
1296 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) in hfa384x_dorrid() argument
1316 ctlx->cmdcb = cmdcb; in hfa384x_dorrid()
1378 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) in hfa384x_dowrid() argument
1402 ctlx->cmdcb = cmdcb; in hfa384x_dowrid()
1489 ctlx->cmdcb = NULL; in hfa384x_dormem()
1574 ctlx->cmdcb = NULL; in hfa384x_dowmem()
2660 if (ctlx->cmdcb) { in hfa384x_usbctlx_completion_task()
[all …]
Dhfa384x.h1181 ctlx_cmdcb_t cmdcb; /* Async command callback */ member