hfa384x 1162 drivers/staging/wlan-ng/hfa384x.h struct hfa384x; hfa384x 1164 drivers/staging/wlan-ng/hfa384x.h typedef void (*ctlx_cmdcb_t) (struct hfa384x *, const struct hfa384x_usbctlx *); hfa384x 1166 drivers/staging/wlan-ng/hfa384x.h typedef void (*ctlx_usercb_t) (struct hfa384x *hw, hfa384x 1369 drivers/staging/wlan-ng/hfa384x.h void hfa384x_create(struct hfa384x *hw, struct usb_device *usb); hfa384x 1370 drivers/staging/wlan-ng/hfa384x.h void hfa384x_destroy(struct hfa384x *hw); hfa384x 1372 drivers/staging/wlan-ng/hfa384x.h int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime, hfa384x 1374 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_disable(struct hfa384x *hw, u16 macport); hfa384x 1375 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_enable(struct hfa384x *hw, u16 macport); hfa384x 1376 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_flashdl_enable(struct hfa384x *hw); hfa384x 1377 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_flashdl_disable(struct hfa384x *hw); hfa384x 1378 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_flashdl_write(struct hfa384x *hw, u32 daddr, void *buf, u32 len); hfa384x 1379 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_getconfig(struct hfa384x *hw, u16 rid, void *buf, u16 len); hfa384x 1380 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_ramdl_enable(struct hfa384x *hw, u32 exeaddr); hfa384x 1381 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_ramdl_disable(struct hfa384x *hw); hfa384x 1382 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_ramdl_write(struct hfa384x *hw, u32 daddr, void *buf, u32 len); hfa384x 1383 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_readpda(struct hfa384x *hw, void *buf, unsigned int len); hfa384x 1384 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_setconfig(struct hfa384x *hw, u16 rid, void *buf, u16 len); hfa384x 1386 drivers/staging/wlan-ng/hfa384x.h static inline int hfa384x_drvr_getconfig16(struct hfa384x *hw, u16 rid, void *val) hfa384x 1396 drivers/staging/wlan-ng/hfa384x.h static inline int hfa384x_drvr_setconfig16(struct hfa384x *hw, u16 rid, u16 val) hfa384x 1404 drivers/staging/wlan-ng/hfa384x.h hfa384x_drvr_setconfig_async(struct hfa384x *hw, hfa384x 1410 drivers/staging/wlan-ng/hfa384x.h hfa384x_drvr_setconfig16_async(struct hfa384x *hw, u16 rid, u16 val) hfa384x 1418 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_start(struct hfa384x *hw); hfa384x 1419 drivers/staging/wlan-ng/hfa384x.h int hfa384x_drvr_stop(struct hfa384x *hw); hfa384x 1421 drivers/staging/wlan-ng/hfa384x.h hfa384x_drvr_txframe(struct hfa384x *hw, struct sk_buff *skb, hfa384x 1426 drivers/staging/wlan-ng/hfa384x.h int hfa384x_cmd_initialize(struct hfa384x *hw); hfa384x 1427 drivers/staging/wlan-ng/hfa384x.h int hfa384x_cmd_enable(struct hfa384x *hw, u16 macport); hfa384x 1428 drivers/staging/wlan-ng/hfa384x.h int hfa384x_cmd_disable(struct hfa384x *hw, u16 macport); hfa384x 1429 drivers/staging/wlan-ng/hfa384x.h int hfa384x_cmd_allocate(struct hfa384x *hw, u16 len); hfa384x 1430 drivers/staging/wlan-ng/hfa384x.h int hfa384x_cmd_monitor(struct hfa384x *hw, u16 enable); hfa384x 1432 drivers/staging/wlan-ng/hfa384x.h hfa384x_cmd_download(struct hfa384x *hw, hfa384x 162 drivers/staging/wlan-ng/hfa384x_usb.c static int submit_rx_urb(struct hfa384x *hw, gfp_t flags); hfa384x 164 drivers/staging/wlan-ng/hfa384x_usb.c static int submit_tx_urb(struct hfa384x *hw, struct urb *tx_urb, gfp_t flags); hfa384x 180 drivers/staging/wlan-ng/hfa384x_usb.c static void hfa384x_usbin_ctlx(struct hfa384x *hw, union hfa384x_usbin *usbin, hfa384x 186 drivers/staging/wlan-ng/hfa384x_usb.c static void hfa384x_usbctlxq_run(struct hfa384x *hw); hfa384x 198 drivers/staging/wlan-ng/hfa384x_usb.c static int hfa384x_usbctlx_submit(struct hfa384x *hw, hfa384x 201 drivers/staging/wlan-ng/hfa384x_usb.c static void unlocked_usbctlx_complete(struct hfa384x *hw, hfa384x 209 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_usbctlx_complete_sync(struct hfa384x *hw, hfa384x 214 drivers/staging/wlan-ng/hfa384x_usb.c unlocked_usbctlx_cancel_async(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx); hfa384x 216 drivers/staging/wlan-ng/hfa384x_usb.c static void hfa384x_cb_status(struct hfa384x *hw, hfa384x 230 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_docmd(struct hfa384x *hw, hfa384x 234 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_dorrid(struct hfa384x *hw, hfa384x 242 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_dowrid(struct hfa384x *hw, hfa384x 250 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_dormem(struct hfa384x *hw, hfa384x 257 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_dowmem(struct hfa384x *hw, hfa384x 280 drivers/staging/wlan-ng/hfa384x_usb.c static inline struct hfa384x_usbctlx *get_active_ctlx(struct hfa384x *hw) hfa384x 325 drivers/staging/wlan-ng/hfa384x_usb.c static int submit_rx_urb(struct hfa384x *hw, gfp_t memflags) hfa384x 388 drivers/staging/wlan-ng/hfa384x_usb.c static int submit_tx_urb(struct hfa384x *hw, struct urb *tx_urb, gfp_t memflags) hfa384x 434 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = container_of(data, struct hfa384x, usb_work); hfa384x 527 drivers/staging/wlan-ng/hfa384x_usb.c void hfa384x_create(struct hfa384x *hw, struct usb_device *usb) hfa384x 596 drivers/staging/wlan-ng/hfa384x_usb.c void hfa384x_destroy(struct hfa384x *hw) hfa384x 799 drivers/staging/wlan-ng/hfa384x_usb.c static void hfa384x_cb_status(struct hfa384x *hw, hfa384x 837 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_cmd_initialize(struct hfa384x *hw) hfa384x 884 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_cmd_disable(struct hfa384x *hw, u16 macport) hfa384x 918 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_cmd_enable(struct hfa384x *hw, u16 macport) hfa384x 961 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_cmd_monitor(struct hfa384x *hw, u16 enable) hfa384x 1013 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_cmd_download(struct hfa384x *hw, u16 mode, u16 lowaddr, hfa384x 1055 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_corereset(struct hfa384x *hw, int holdtime, hfa384x 1094 drivers/staging/wlan-ng/hfa384x_usb.c static int hfa384x_usbctlx_complete_sync(struct hfa384x *hw, hfa384x 1206 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_docmd(struct hfa384x *hw, hfa384x 1291 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_dorrid(struct hfa384x *hw, hfa384x 1373 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_dowrid(struct hfa384x *hw, hfa384x 1456 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_dormem(struct hfa384x *hw, hfa384x 1542 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_dowmem(struct hfa384x *hw, hfa384x 1620 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_disable(struct hfa384x *hw, u16 macport) hfa384x 1659 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_enable(struct hfa384x *hw, u16 macport) hfa384x 1697 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_flashdl_enable(struct hfa384x *hw) hfa384x 1757 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_flashdl_disable(struct hfa384x *hw) hfa384x 1803 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_flashdl_write(struct hfa384x *hw, u32 daddr, hfa384x 1943 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_getconfig(struct hfa384x *hw, u16 rid, void *buf, u16 len) hfa384x 1973 drivers/staging/wlan-ng/hfa384x_usb.c hfa384x_drvr_setconfig_async(struct hfa384x *hw, hfa384x 2001 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_ramdl_disable(struct hfa384x *hw) hfa384x 2042 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_ramdl_enable(struct hfa384x *hw, u32 exeaddr) hfa384x 2112 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_ramdl_write(struct hfa384x *hw, u32 daddr, void *buf, u32 len) hfa384x 2192 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_readpda(struct hfa384x *hw, void *buf, unsigned int len) hfa384x 2303 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_setconfig(struct hfa384x *hw, u16 rid, void *buf, u16 len) hfa384x 2328 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_start(struct hfa384x *hw) hfa384x 2432 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_stop(struct hfa384x *hw) hfa384x 2483 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_drvr_txframe(struct hfa384x *hw, struct sk_buff *skb, hfa384x 2578 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = wlandev->priv; hfa384x 2611 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = (struct hfa384x *)data; hfa384x 2645 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = (struct hfa384x *)data; hfa384x 2720 drivers/staging/wlan-ng/hfa384x_usb.c static int unlocked_usbctlx_cancel_async(struct hfa384x *hw, hfa384x 2771 drivers/staging/wlan-ng/hfa384x_usb.c static void unlocked_usbctlx_complete(struct hfa384x *hw, hfa384x 2812 drivers/staging/wlan-ng/hfa384x_usb.c static void hfa384x_usbctlxq_run(struct hfa384x *hw) hfa384x 2916 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw; hfa384x 3099 drivers/staging/wlan-ng/hfa384x_usb.c static void hfa384x_usbin_ctlx(struct hfa384x *hw, union hfa384x_usbin *usbin, hfa384x 3254 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = wlandev->priv; hfa384x 3360 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = wlandev->priv; hfa384x 3492 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = wlandev->priv; hfa384x 3506 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = wlandev->priv; hfa384x 3551 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = urb->context; hfa384x 3683 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = from_timer(hw, t, reqtimer); hfa384x 3742 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = from_timer(hw, t, resptimer); hfa384x 3782 drivers/staging/wlan-ng/hfa384x_usb.c struct hfa384x *hw = from_timer(hw, t, throttle); hfa384x 3823 drivers/staging/wlan-ng/hfa384x_usb.c static int hfa384x_usbctlx_submit(struct hfa384x *hw, hfa384x 132 drivers/staging/wlan-ng/prism2mgmt.c struct hfa384x *hw = wlandev->priv; hfa384x 387 drivers/staging/wlan-ng/prism2mgmt.c struct hfa384x *hw = wlandev->priv; hfa384x 547 drivers/staging/wlan-ng/prism2mgmt.c struct hfa384x *hw = wlandev->priv; hfa384x 729 drivers/staging/wlan-ng/prism2mgmt.c struct hfa384x *hw = wlandev->priv; hfa384x 796 drivers/staging/wlan-ng/prism2mgmt.c struct hfa384x *hw = wlandev->priv; hfa384x 852 drivers/staging/wlan-ng/prism2mgmt.c struct hfa384x *hw = wlandev->priv; hfa384x 915 drivers/staging/wlan-ng/prism2mgmt.c struct hfa384x *hw = wlandev->priv; hfa384x 986 drivers/staging/wlan-ng/prism2mgmt.c struct hfa384x *hw = wlandev->priv; hfa384x 1047 drivers/staging/wlan-ng/prism2mgmt.c struct hfa384x *hw = wlandev->priv; hfa384x 1122 drivers/staging/wlan-ng/prism2mgmt.c struct hfa384x *hw = wlandev->priv; hfa384x 104 drivers/staging/wlan-ng/prism2mgmt.h struct hfa384x *priv); hfa384x 107 drivers/staging/wlan-ng/prism2mgmt.h struct hfa384x *priv); hfa384x 92 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 99 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 106 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 112 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 118 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 125 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 133 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 140 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 256 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw = wlandev->priv; hfa384x 371 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 421 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 468 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 525 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 575 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 618 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 664 drivers/staging/wlan-ng/prism2mib.c struct hfa384x *hw, hfa384x 248 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 286 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 411 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 585 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 913 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 924 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 988 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 1034 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 1089 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 1130 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 1172 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = container_of(data, struct hfa384x, link_bh); hfa384x 1441 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 1469 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 1530 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 1545 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 1717 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = wlandev->priv; hfa384x 1878 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = NULL; hfa384x 1912 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = container_of(data, struct hfa384x, commsqual_bh); hfa384x 2000 drivers/staging/wlan-ng/prism2sta.c struct hfa384x *hw = from_timer(hw, t, commsqual_timer); hfa384x 66 drivers/staging/wlan-ng/prism2usb.c struct hfa384x *hw = NULL; hfa384x 146 drivers/staging/wlan-ng/prism2usb.c struct hfa384x *hw = wlandev->priv; hfa384x 223 drivers/staging/wlan-ng/prism2usb.c struct hfa384x *hw = NULL; hfa384x 246 drivers/staging/wlan-ng/prism2usb.c struct hfa384x *hw = NULL;