Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/wlan-ng/
Dhfa384x_usb.c201 static int hfa384x_usbctlx_submit(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx);
203 static void unlocked_usbctlx_complete(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx);
211 hfa384x_usbctlx_t *ctlx,
215 unlocked_usbctlx_cancel_async(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx);
217 static void hfa384x_cb_status(hfa384x_t *hw, const hfa384x_usbctlx_t *ctlx);
219 static void hfa384x_cb_rrid(hfa384x_t *hw, const hfa384x_usbctlx_t *ctlx);
620 hfa384x_usbctlx_t *ctlx; in usbctlx_alloc() local
622 ctlx = kzalloc(sizeof(*ctlx), in usbctlx_alloc()
624 if (ctlx != NULL) in usbctlx_alloc()
625 init_completion(&ctlx->done); in usbctlx_alloc()
[all …]
Dprism2usb.c188 hfa384x_usbctlx_t *ctlx; in prism2sta_disconnect_usb() local
190 ctlx = list_entry(entry, hfa384x_usbctlx_t, list); in prism2sta_disconnect_usb()
191 complete(&ctlx->done); in prism2sta_disconnect_usb()
203 hfa384x_usbctlx_t *ctlx; in prism2sta_disconnect_usb() local
205 ctlx = list_entry(entry, hfa384x_usbctlx_t, list); in prism2sta_disconnect_usb()
206 kfree(ctlx); in prism2sta_disconnect_usb()