Searched refs:hfa384x_usbctlx_t (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 201 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); 288 static inline hfa384x_usbctlx_t *get_active_ctlx(hfa384x_t *hw) in get_active_ctlx() 290 return list_entry(hw->ctlxq.active.next, hfa384x_usbctlx_t, list); in get_active_ctlx() 618 static hfa384x_usbctlx_t *usbctlx_alloc(void) in usbctlx_alloc() 620 hfa384x_usbctlx_t *ctlx; in usbctlx_alloc() [all …]
|
D | prism2usb.c | 188 hfa384x_usbctlx_t *ctlx; in prism2sta_disconnect_usb() 190 ctlx = list_entry(entry, hfa384x_usbctlx_t, list); in prism2sta_disconnect_usb() 203 hfa384x_usbctlx_t *ctlx; in prism2sta_disconnect_usb() 205 ctlx = list_entry(entry, hfa384x_usbctlx_t, list); in prism2sta_disconnect_usb()
|
D | hfa384x.h | 1176 } hfa384x_usbctlx_t; typedef
|