• 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 defs:hfa384x_t

1354 } hfa384x_t;
1356 void hfa384x_create(hfa384x_t *hw, struct usb_device *usb);
1357 void hfa384x_destroy(hfa384x_t *hw);
1360 hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis);
1361 int hfa384x_drvr_commtallies(hfa384x_t *hw);
1362 int hfa384x_drvr_disable(hfa384x_t *hw, u16 macport);
1363 int hfa384x_drvr_enable(hfa384x_t *hw, u16 macport);
1364 int hfa384x_drvr_flashdl_enable(hfa384x_t *hw);
1365 int hfa384x_drvr_flashdl_disable(hfa384x_t *hw);
1366 int hfa384x_drvr_flashdl_write(hfa384x_t *hw, u32 daddr, void *buf, u32 len);
1367 int hfa384x_drvr_getconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len);
1368 int hfa384x_drvr_ramdl_enable(hfa384x_t *hw, u32 exeaddr);
1369 int hfa384x_drvr_ramdl_disable(hfa384x_t *hw);
1370 int hfa384x_drvr_ramdl_write(hfa384x_t *hw, u32 daddr, void *buf, u32 len);
1371 int hfa384x_drvr_readpda(hfa384x_t *hw, void *buf, unsigned int len);
1372 int hfa384x_drvr_setconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len);
1374 static inline int hfa384x_drvr_getconfig16(hfa384x_t *hw, u16 rid, void *val)
1383 static inline int hfa384x_drvr_setconfig16(hfa384x_t *hw, u16 rid, u16 val)
1390 hfa384x_drvr_getconfig_async(hfa384x_t *hw,
1394 hfa384x_drvr_setconfig_async(hfa384x_t *hw,
1400 hfa384x_drvr_setconfig16_async(hfa384x_t *hw, u16 rid, u16 val)
1407 int hfa384x_drvr_start(hfa384x_t *hw);
1408 int hfa384x_drvr_stop(hfa384x_t *hw);
1410 hfa384x_drvr_txframe(hfa384x_t *hw, struct sk_buff *skb,
1414 int hfa384x_cmd_initialize(hfa384x_t *hw);
1415 int hfa384x_cmd_enable(hfa384x_t *hw, u16 macport);
1416 int hfa384x_cmd_disable(hfa384x_t *hw, u16 macport);
1417 int hfa384x_cmd_allocate(hfa384x_t *hw, u16 len);
1418 int hfa384x_cmd_monitor(hfa384x_t *hw, u16 enable);
1420 hfa384x_cmd_download(hfa384x_t *hw,