Searched refs:hfa384x (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/drivers/staging/wlan-ng/ |
| D | prism2mib.c | 92 struct hfa384x *hw, 99 struct hfa384x *hw, 106 struct hfa384x *hw, 112 struct hfa384x *hw, 118 struct hfa384x *hw, 125 struct hfa384x *hw, 132 struct hfa384x *hw, 139 struct hfa384x *hw, 146 struct hfa384x *hw, 262 struct hfa384x *hw = wlandev->priv; in prism2mgmt_mibset_mibget() [all …]
|
| D | hfa384x_usb.c | 162 static int submit_rx_urb(struct hfa384x *hw, gfp_t flags); 164 static int submit_tx_urb(struct hfa384x *hw, struct urb *tx_urb, gfp_t flags); 180 static void hfa384x_usbin_ctlx(struct hfa384x *hw, union hfa384x_usbin *usbin, 186 static void hfa384x_usbctlxq_run(struct hfa384x *hw); 198 static int hfa384x_usbctlx_submit(struct hfa384x *hw, 201 static void unlocked_usbctlx_complete(struct hfa384x *hw, 209 hfa384x_usbctlx_complete_sync(struct hfa384x *hw, 214 unlocked_usbctlx_cancel_async(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx); 216 static void hfa384x_cb_status(struct hfa384x *hw, 230 hfa384x_docmd(struct hfa384x *hw, [all …]
|
| D | hfa384x.h | 1162 struct hfa384x; 1164 typedef void (*ctlx_cmdcb_t) (struct hfa384x *, const struct hfa384x_usbctlx *); 1166 typedef void (*ctlx_usercb_t) (struct hfa384x *hw, 1231 struct hfa384x { struct 1369 void hfa384x_create(struct hfa384x *hw, struct usb_device *usb); argument 1370 void hfa384x_destroy(struct hfa384x *hw); 1373 hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime, int genesis); 1374 int hfa384x_drvr_disable(struct hfa384x *hw, u16 macport); 1375 int hfa384x_drvr_enable(struct hfa384x *hw, u16 macport); 1376 int hfa384x_drvr_flashdl_enable(struct hfa384x *hw); [all …]
|
| D | prism2sta.c | 248 struct hfa384x *hw = wlandev->priv; in prism2sta_txframe() 286 struct hfa384x *hw = wlandev->priv; in prism2sta_mlmerequest() 417 struct hfa384x *hw = wlandev->priv; in prism2sta_ifstate() 591 struct hfa384x *hw = wlandev->priv; in prism2sta_getcardinfo() 919 struct hfa384x *hw = wlandev->priv; in prism2sta_globalsetup() 930 struct hfa384x *hw = wlandev->priv; in prism2sta_setmulticast() 994 struct hfa384x *hw = wlandev->priv; in prism2sta_inf_tallies() 1040 struct hfa384x *hw = wlandev->priv; in prism2sta_inf_scanresults() 1095 struct hfa384x *hw = wlandev->priv; in prism2sta_inf_hostscanresults() 1136 struct hfa384x *hw = wlandev->priv; in prism2sta_inf_chinforesults() [all …]
|
| D | prism2usb.c | 66 struct hfa384x *hw = NULL; in prism2sta_probe_usb() 146 struct hfa384x *hw = wlandev->priv; in prism2sta_disconnect_usb() 222 struct hfa384x *hw = NULL; in prism2sta_suspend() 245 struct hfa384x *hw = NULL; in prism2sta_resume()
|
| D | prism2mgmt.h | 104 struct hfa384x *priv); 107 struct hfa384x *priv);
|
| D | prism2mgmt.c | 132 struct hfa384x *hw = wlandev->priv; in prism2mgmt_scan() 387 struct hfa384x *hw = wlandev->priv; in prism2mgmt_scan_results() 547 struct hfa384x *hw = wlandev->priv; in prism2mgmt_start() 729 struct hfa384x *hw = wlandev->priv; in prism2mgmt_readpda() 796 struct hfa384x *hw = wlandev->priv; in prism2mgmt_ramdl_state() 852 struct hfa384x *hw = wlandev->priv; in prism2mgmt_ramdl_write() 915 struct hfa384x *hw = wlandev->priv; in prism2mgmt_flashdl_state() 986 struct hfa384x *hw = wlandev->priv; in prism2mgmt_flashdl_write() 1047 struct hfa384x *hw = wlandev->priv; in prism2mgmt_autojoin() 1122 struct hfa384x *hw = wlandev->priv; in prism2mgmt_wlansniff()
|