Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wlan-ng/
Dprism2mib.c91 hfa384x_t *hw,
98 hfa384x_t *hw,
105 hfa384x_t *hw,
111 hfa384x_t *hw,
117 hfa384x_t *hw,
124 hfa384x_t *hw,
131 hfa384x_t *hw,
138 hfa384x_t *hw,
145 hfa384x_t *hw,
262 hfa384x_t *hw = wlandev->priv; in prism2mgmt_mibset_mibget()
[all …]
Dhfa384x_usb.c163 static int submit_rx_urb(hfa384x_t *hw, gfp_t flags);
165 static int submit_tx_urb(hfa384x_t *hw, struct urb *tx_urb, gfp_t flags);
183 static void hfa384x_usbin_ctlx(hfa384x_t *hw, hfa384x_usbin_t *usbin,
189 static void hfa384x_usbctlxq_run(hfa384x_t *hw);
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);
210 hfa384x_usbctlx_complete_sync(hfa384x_t *hw,
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);
[all …]
Dhfa384x.h1356 } hfa384x_t; typedef
1358 void hfa384x_create(hfa384x_t *hw, struct usb_device *usb);
1359 void hfa384x_destroy(hfa384x_t *hw);
1362 hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis);
1363 int hfa384x_drvr_commtallies(hfa384x_t *hw);
1364 int hfa384x_drvr_disable(hfa384x_t *hw, u16 macport);
1365 int hfa384x_drvr_enable(hfa384x_t *hw, u16 macport);
1366 int hfa384x_drvr_flashdl_enable(hfa384x_t *hw);
1367 int hfa384x_drvr_flashdl_disable(hfa384x_t *hw);
1368 int hfa384x_drvr_flashdl_write(hfa384x_t *hw, u32 daddr, void *buf, u32 len);
[all …]
Dprism2sta.c245 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; in prism2sta_txframe()
282 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; in prism2sta_mlmerequest()
412 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; in prism2sta_ifstate()
586 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; in prism2sta_getcardinfo()
914 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; in prism2sta_globalsetup()
924 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; in prism2sta_setmulticast()
988 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; in prism2sta_inf_tallies()
1035 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; in prism2sta_inf_scanresults()
1090 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; in prism2sta_inf_hostscanresults()
1131 hfa384x_t *hw = (hfa384x_t *) wlandev->priv; in prism2sta_inf_chinforesults()
[all …]
Dprism2usb.c65 hfa384x_t *hw = NULL; in prism2sta_probe_usb()
146 hfa384x_t *hw = wlandev->priv; in prism2sta_disconnect_usb()
229 hfa384x_t *hw = NULL; in prism2sta_suspend()
252 hfa384x_t *hw = NULL; in prism2sta_resume()
Dprism2mgmt.h101 void prism2mgmt_get_grpaddr(u32 did, p80211pstrd_t *pstr, hfa384x_t *priv);
104 hfa384x_t *priv);
Dprism2mgmt.c119 hfa384x_t *hw = wlandev->priv; in prism2mgmt_scan()
373 hfa384x_t *hw = wlandev->priv; in prism2mgmt_scan_results()
531 hfa384x_t *hw = wlandev->priv; in prism2mgmt_start()
713 hfa384x_t *hw = wlandev->priv; in prism2mgmt_readpda()
779 hfa384x_t *hw = wlandev->priv; in prism2mgmt_ramdl_state()
834 hfa384x_t *hw = wlandev->priv; in prism2mgmt_ramdl_write()
896 hfa384x_t *hw = wlandev->priv; in prism2mgmt_flashdl_state()
966 hfa384x_t *hw = wlandev->priv; in prism2mgmt_flashdl_write()
1026 hfa384x_t *hw = wlandev->priv; in prism2mgmt_autojoin()
1100 hfa384x_t *hw = wlandev->priv; in prism2mgmt_wlansniff()