Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dhfa384x_usb.c212 struct usbctlx_completor *completor);
684 *completor, in init_cmd_completor()
689 completor->head.complete = usbctlx_cmd_completor_fn; in init_cmd_completor()
690 completor->cmdresp = cmdresp; in init_cmd_completor()
691 completor->result = result; in init_cmd_completor()
692 return &(completor->head); in init_cmd_completor()
731 *completor, in init_rrid_completor()
737 completor->head.complete = usbctlx_rrid_completor_fn; in init_rrid_completor()
738 completor->rridresp = rridresp; in init_rrid_completor()
739 completor->riddata = riddata; in init_rrid_completor()
[all …]