Lines Matching refs:hfa384x

957 struct hfa384x;
959 typedef void (*ctlx_cmdcb_t) (struct hfa384x *, const struct hfa384x_usbctlx *);
961 typedef void (*ctlx_usercb_t) (struct hfa384x *hw,
1024 struct hfa384x { struct
1166 void hfa384x_create(struct hfa384x *hw, struct usb_device *usb); argument
1167 void hfa384x_destroy(struct hfa384x *hw);
1169 int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime,
1171 int hfa384x_drvr_disable(struct hfa384x *hw, u16 macport);
1172 int hfa384x_drvr_enable(struct hfa384x *hw, u16 macport);
1173 int hfa384x_drvr_flashdl_enable(struct hfa384x *hw);
1174 int hfa384x_drvr_flashdl_disable(struct hfa384x *hw);
1175 int hfa384x_drvr_flashdl_write(struct hfa384x *hw, u32 daddr, void *buf,
1177 int hfa384x_drvr_getconfig(struct hfa384x *hw, u16 rid, void *buf, u16 len);
1178 int hfa384x_drvr_ramdl_enable(struct hfa384x *hw, u32 exeaddr);
1179 int hfa384x_drvr_ramdl_disable(struct hfa384x *hw);
1180 int hfa384x_drvr_ramdl_write(struct hfa384x *hw, u32 daddr, void *buf, u32 len);
1181 int hfa384x_drvr_readpda(struct hfa384x *hw, void *buf, unsigned int len);
1182 int hfa384x_drvr_setconfig(struct hfa384x *hw, u16 rid, void *buf, u16 len);
1185 hfa384x_drvr_getconfig16(struct hfa384x *hw, u16 rid, void *val) in hfa384x_drvr_getconfig16()
1195 static inline int hfa384x_drvr_setconfig16(struct hfa384x *hw, u16 rid, u16 val) in hfa384x_drvr_setconfig16()
1203 hfa384x_drvr_setconfig_async(struct hfa384x *hw,
1209 hfa384x_drvr_setconfig16_async(struct hfa384x *hw, u16 rid, u16 val) in hfa384x_drvr_setconfig16_async()
1217 int hfa384x_drvr_start(struct hfa384x *hw);
1218 int hfa384x_drvr_stop(struct hfa384x *hw);
1220 hfa384x_drvr_txframe(struct hfa384x *hw, struct sk_buff *skb,
1225 int hfa384x_cmd_initialize(struct hfa384x *hw);
1226 int hfa384x_cmd_enable(struct hfa384x *hw, u16 macport);
1227 int hfa384x_cmd_disable(struct hfa384x *hw, u16 macport);
1228 int hfa384x_cmd_allocate(struct hfa384x *hw, u16 len);
1229 int hfa384x_cmd_monitor(struct hfa384x *hw, u16 enable);
1231 hfa384x_cmd_download(struct hfa384x *hw,