Searched refs:completor (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c212 struct usbctlx_completor *completor);
656 * This completor must be passed to hfa384x_usbctlx_complete_sync()
676 *completor, init_cmd_completor()
681 completor->head.complete = usbctlx_cmd_completor_fn; init_cmd_completor()
682 completor->cmdresp = cmdresp; init_cmd_completor()
683 completor->result = result; init_cmd_completor()
684 return &(completor->head); init_cmd_completor()
689 * This completor must be passed to hfa384x_usbctlx_complete_sync()
722 *completor, init_rrid_completor()
728 completor->head.complete = usbctlx_rrid_completor_fn; init_rrid_completor()
729 completor->rridresp = rridresp; init_rrid_completor()
730 completor->riddata = riddata; init_rrid_completor()
731 completor->riddatalen = riddatalen; init_rrid_completor()
732 return &(completor->head); init_rrid_completor()
771 *completor, init_rmem_completor()
777 completor->head.complete = usbctlx_rmem_completor_fn; init_rmem_completor()
778 completor->rmemresp = rmemresp; init_rmem_completor()
779 completor->data = data; init_rmem_completor()
780 completor->len = len; init_rmem_completor()
781 return &(completor->head); init_rmem_completor()
1217 * completor functor object to decide what to
1225 * ??? Result from completor
1234 struct usbctlx_completor *completor) hfa384x_usbctlx_complete_sync()
1299 result = completor->complete(completor); hfa384x_usbctlx_complete_sync()
1383 struct usbctlx_cmd_completor completor; hfa384x_docmd() local
1387 init_cmd_completor(&completor, hfa384x_docmd()
1470 struct usbctlx_rrid_completor completor; hfa384x_dorrid() local
1475 (&completor, hfa384x_dorrid()
1555 struct usbctlx_cmd_completor completor; hfa384x_dowrid() local
1561 (&completor, hfa384x_dowrid()
1647 struct usbctlx_rmem_completor completor; hfa384x_dormem() local
1652 (&completor, hfa384x_dormem()
1737 struct usbctlx_cmd_completor completor; hfa384x_dowmem() local
1743 (&completor, hfa384x_dowmem()
674 init_cmd_completor( struct usbctlx_cmd_completor *completor, const hfa384x_usb_cmdresp_t *cmdresp, hfa384x_cmdresult_t *result) init_cmd_completor() argument
720 init_rrid_completor( struct usbctlx_rrid_completor *completor, const hfa384x_usb_rridresp_t *rridresp, void *riddata, unsigned int riddatalen) init_rrid_completor() argument
769 init_rmem_completor( struct usbctlx_rmem_completor *completor, hfa384x_usb_rmemresp_t *rmemresp, void *data, unsigned int len) init_rmem_completor() argument
1232 hfa384x_usbctlx_complete_sync(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx, struct usbctlx_completor *completor) hfa384x_usbctlx_complete_sync() argument

Completed in 358 milliseconds