Searched refs:hfa384x (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/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, 133 struct hfa384x *hw, 140 struct hfa384x *hw, 256 struct hfa384x *hw = wlandev->priv; in prism2mgmt_mibset_mibget() 371 struct hfa384x *hw, in prism2mib_bytearea2pstr() [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 | 1149 struct hfa384x; 1151 typedef void (*ctlx_cmdcb_t) (struct hfa384x *, const struct hfa384x_usbctlx *); 1153 typedef void (*ctlx_usercb_t) (struct hfa384x *hw, 1216 struct hfa384x { struct 1358 void hfa384x_create(struct hfa384x *hw, struct usb_device *usb); argument 1359 void hfa384x_destroy(struct hfa384x *hw); 1361 int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime, 1363 int hfa384x_drvr_disable(struct hfa384x *hw, u16 macport); 1364 int hfa384x_drvr_enable(struct hfa384x *hw, u16 macport); 1365 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() 411 struct hfa384x *hw = wlandev->priv; in prism2sta_ifstate() 585 struct hfa384x *hw = wlandev->priv; in prism2sta_getcardinfo() 915 struct hfa384x *hw = wlandev->priv; in prism2sta_globalsetup() 926 struct hfa384x *hw = wlandev->priv; in prism2sta_setmulticast() 990 struct hfa384x *hw = wlandev->priv; in prism2sta_inf_tallies() 1036 struct hfa384x *hw = wlandev->priv; in prism2sta_inf_scanresults() 1091 struct hfa384x *hw = wlandev->priv; in prism2sta_inf_hostscanresults() 1132 struct hfa384x *hw = wlandev->priv; in prism2sta_inf_chinforesults() [all …]
|
D | prism2usb.c | 66 struct hfa384x *hw = NULL; in prism2sta_probe_usb() 152 struct hfa384x *hw = wlandev->priv; in prism2sta_disconnect_usb() 229 struct hfa384x *hw = NULL; in prism2sta_suspend() 252 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()
|