• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/

Lines Matching refs:hfa384x_t

163 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);
232 hfa384x_docmd(hfa384x_t *hw,
238 hfa384x_dorrid(hfa384x_t *hw,
246 hfa384x_dowrid(hfa384x_t *hw,
254 hfa384x_dormem(hfa384x_t *hw,
263 hfa384x_dowmem(hfa384x_t *hw,
288 static inline hfa384x_usbctlx_t *get_active_ctlx(hfa384x_t * hw)
332 static int submit_rx_urb(hfa384x_t *hw, gfp_t memflags)
394 static int submit_tx_urb(hfa384x_t *hw, struct urb *tx_urb, gfp_t memflags)
440 hfa384x_t *hw = container_of(data, struct hfa384x, usb_work);
513 * Sets up the hfa384x_t data structure for use. Note this
531 void hfa384x_create(hfa384x_t *hw, struct usb_device *usb)
533 memset(hw, 0, sizeof(hfa384x_t));
607 void hfa384x_destroy(hfa384x_t *hw)
818 static void hfa384x_cb_status(hfa384x_t *hw, const hfa384x_usbctlx_t *ctlx)
855 static void hfa384x_cb_rrid(hfa384x_t *hw, const hfa384x_usbctlx_t *ctlx)
872 static inline int hfa384x_docmd_wait(hfa384x_t *hw, hfa384x_metacmd_t *cmd)
878 hfa384x_docmd_async(hfa384x_t *hw,
886 hfa384x_dorrid_wait(hfa384x_t *hw, u16 rid, void *riddata,
894 hfa384x_dorrid_async(hfa384x_t *hw,
905 hfa384x_dowrid_wait(hfa384x_t *hw, u16 rid, void *riddata,
913 hfa384x_dowrid_async(hfa384x_t *hw,
924 hfa384x_dormem_wait(hfa384x_t *hw,
932 hfa384x_dormem_async(hfa384x_t *hw,
943 hfa384x_dowmem_wait(hfa384x_t *hw,
951 hfa384x_dowmem_async(hfa384x_t *hw,
983 int hfa384x_cmd_initialize(hfa384x_t *hw)
1031 int hfa384x_cmd_disable(hfa384x_t *hw, u16 macport)
1067 int hfa384x_cmd_enable(hfa384x_t *hw, u16 macport)
1112 int hfa384x_cmd_monitor(hfa384x_t *hw, u16 enable)
1166 int hfa384x_cmd_download(hfa384x_t *hw, u16 mode, u16 lowaddr,
1210 int hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis)
1247 static int hfa384x_usbctlx_complete_sync(hfa384x_t *hw,
1363 hfa384x_docmd(hfa384x_t *hw,
1452 hfa384x_dorrid(hfa384x_t *hw,
1533 hfa384x_dowrid(hfa384x_t *hw,
1620 hfa384x_dormem(hfa384x_t *hw,
1711 hfa384x_dowmem(hfa384x_t *hw,
1785 int hfa384x_drvr_commtallies(hfa384x_t *hw)
1821 int hfa384x_drvr_disable(hfa384x_t *hw, u16 macport)
1859 int hfa384x_drvr_enable(hfa384x_t *hw, u16 macport)
1896 int hfa384x_drvr_flashdl_enable(hfa384x_t *hw)
1955 int hfa384x_drvr_flashdl_disable(hfa384x_t *hw)
2000 int hfa384x_drvr_flashdl_write(hfa384x_t *hw, u32 daddr, void *buf, u32 len)
2139 int hfa384x_drvr_getconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len)
2176 hfa384x_drvr_getconfig_async(hfa384x_t *hw,
2207 hfa384x_drvr_setconfig_async(hfa384x_t *hw,
2234 int hfa384x_drvr_ramdl_disable(hfa384x_t *hw)
2274 int hfa384x_drvr_ramdl_enable(hfa384x_t *hw, u32 exeaddr)
2342 int hfa384x_drvr_ramdl_write(hfa384x_t *hw, u32 daddr, void *buf, u32 len)
2421 int hfa384x_drvr_readpda(hfa384x_t *hw, void *buf, unsigned int len)
2529 int hfa384x_drvr_setconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len)
2554 int hfa384x_drvr_start(hfa384x_t *hw)
2643 int hfa384x_drvr_stop(hfa384x_t *hw)
2694 int hfa384x_drvr_txframe(hfa384x_t *hw, struct sk_buff *skb,
2789 hfa384x_t *hw = wlandev->priv;
2812 * data ptr to a hfa384x_t
2821 hfa384x_t *hw = (hfa384x_t *) data;
2849 * data ptr to hfa384x_t
2859 hfa384x_t *hw = (hfa384x_t *) data;
2928 * hw ptr to the hfa384x_t structure
2938 static int unlocked_usbctlx_cancel_async(hfa384x_t *hw,
2977 * hw ptr to a hfa384x_t structure
2988 static void unlocked_usbctlx_complete(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx)
3016 * hw ptr to hfa384x_t
3026 static void hfa384x_usbctlxq_run(hfa384x_t *hw)
3129 hfa384x_t *hw;
3294 * hw ptr to hfa384x_t
3306 static void hfa384x_usbin_ctlx(hfa384x_t *hw, hfa384x_usbin_t *usbin,
3460 hfa384x_t *hw = wlandev->priv;
3570 hfa384x_t *hw = wlandev->priv;
3708 hfa384x_t *hw = wlandev->priv;
3723 hfa384x_t *hw = wlandev->priv;
3768 hfa384x_t *hw = urb->context;
3890 * data a ptr to the hfa384x_t
3902 hfa384x_t *hw = (hfa384x_t *) data;
3948 * data a ptr to the hfa384x_t
3960 hfa384x_t *hw = (hfa384x_t *) data;
4004 hfa384x_t *hw = (hfa384x_t *) data;
4045 static int hfa384x_usbctlx_submit(hfa384x_t *hw, hfa384x_usbctlx_t *ctlx)