Home
last modified time | relevance | path

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

/linux-6.1.9/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);
1222 ctlx->cmdcb = NULL; in hfa384x_docmd()
1287 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) in hfa384x_dorrid() argument
1307 ctlx->cmdcb = cmdcb; in hfa384x_dorrid()
1369 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) in hfa384x_dowrid() argument
1393 ctlx->cmdcb = cmdcb; in hfa384x_dowrid()
1480 ctlx->cmdcb = NULL; in hfa384x_dormem()
1565 ctlx->cmdcb = NULL; in hfa384x_dowmem()
2650 if (ctlx->cmdcb) { in hfa384x_usbctlx_completion_task()
[all …]
Dhfa384x.h1168 ctlx_cmdcb_t cmdcb; /* Async command callback */ member