Searched defs:cmdcb (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/staging/wlan-ng/ | 
| D | hfa384x_usb.c | 867 		    ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data)  in hfa384x_docmd_async()883 		     ctlx_cmdcb_t cmdcb,  in hfa384x_dorrid_async()
 902 		     ctlx_cmdcb_t cmdcb,  in hfa384x_dowrid_async()
 921 		     ctlx_cmdcb_t cmdcb,  in hfa384x_dormem_async()
 943 		     ctlx_cmdcb_t cmdcb,  in hfa384x_dowmem_async()
 1351 	      ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data)  in hfa384x_docmd()
 1441 	       ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data)  in hfa384x_dorrid()
 1522 	       ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data)  in hfa384x_dowrid()
 1610 	       ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data)  in hfa384x_dormem()
 1701 	       ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data)  in hfa384x_dowmem()
 
 | 
| D | hfa384x.h | 1171 	ctlx_cmdcb_t cmdcb;	/* Async command callback */  member
 |