Searched refs:ctlx_cmdcb_t (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 233 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data); 241 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data); 249 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data); 258 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data); 267 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data); 832 ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) in hfa384x_docmd_async() 848 ctlx_cmdcb_t cmdcb, in hfa384x_dorrid_async() 867 ctlx_cmdcb_t cmdcb, in hfa384x_dowrid_async() 886 ctlx_cmdcb_t cmdcb, in hfa384x_dormem_async() 908 ctlx_cmdcb_t cmdcb, in hfa384x_dowmem_async() [all …]
|
D | hfa384x.h | 1164 typedef void (*ctlx_cmdcb_t) (struct hfa384x *, const struct hfa384x_usbctlx *); typedef 1181 ctlx_cmdcb_t cmdcb; /* Async command callback */
|