Home
last modified time | relevance | path

Searched refs:hermes (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhermes.h376 struct hermes;
380 int (*init)(struct hermes *hw);
381 int (*cmd_wait)(struct hermes *hw, u16 cmd, u16 parm0,
383 int (*init_cmd_wait)(struct hermes *hw, u16 cmd,
386 int (*allocate)(struct hermes *hw, u16 size, u16 *fid);
391 int (*write_ltv)(struct hermes *hw, int bap, u16 rid,
397 int (*read_pda)(struct hermes *hw, __le16 *pda,
400 int (*program_end)(struct hermes *hw);
401 int (*program)(struct hermes *hw, const char *buf,
410 struct hermes { struct
[all …]
H A Dhermes_dld.h30 int hermesi_program_init(struct hermes *hw, u32 offset);
31 int hermesi_program_end(struct hermes *hw);
32 int hermes_program(struct hermes *hw, const char *first_block, const void *end);
34 int hermes_read_pda(struct hermes *hw,
39 int hermes_apply_pda(struct hermes *hw,
44 int hermes_apply_pda_with_defaults(struct hermes *hw,
H A Dhermes.c105 static int hermes_issue_cmd(struct hermes *hw, u16 cmd, u16 param0, in hermes_issue_cmd()
134 static int hermes_doicmd_wait(struct hermes *hw, u16 cmd, in hermes_doicmd_wait()
187 void hermes_struct_init(struct hermes *hw, void __iomem *address, in hermes_struct_init()
198 static int hermes_init(struct hermes *hw) in hermes_init()
316 static int hermes_allocate(struct hermes *hw, u16 size, u16 *fid) in hermes_allocate()
481 static int hermes_read_ltv(struct hermes *hw, int bap, u16 rid, in hermes_read_ltv()
526 static int hermes_write_ltv(struct hermes *hw, int bap, u16 rid, in hermes_write_ltv()
556 hermes_aux_setaddr(struct hermes *hw, u32 addr) in hermes_aux_setaddr()
563 hermes_aux_control(struct hermes *hw, int enabled) in hermes_aux_control()
597 static int hermesi_program_init(struct hermes *hw, u32 offset) in hermesi_program_init()
[all …]
H A Dhw.c74 struct hermes *hw = &priv->hw; in determine_fw_capabilities()
283 struct hermes *hw = &priv->hw; in orinoco_hw_read_card_settings()
413 struct hermes *hw = &priv->hw; in orinoco_hw_allocate_fid()
461 struct hermes *hw = &priv->hw; in orinoco_hw_program_rids()
692 struct hermes *hw = &priv->hw; in orinoco_hw_get_tkip_iv()
709 struct hermes *hw = &priv->hw; in __orinoco_hw_set_bitrate()
740 struct hermes *hw = &priv->hw; in orinoco_hw_get_act_bitrate()
789 struct hermes *hw = &priv->hw; in __orinoco_hw_set_wap()
821 struct hermes *hw = &priv->hw; in __orinoco_hw_setup_wepkeys()
905 struct hermes *hw = &priv->hw; in __orinoco_hw_setup_enc()
[all …]
H A Dmain.c429 struct hermes *hw = &priv->hw; in orinoco_xmit()
654 struct hermes *hw = &priv->hw; in orinoco_tx_timeout()
741 struct hermes *hw = &priv->hw; in orinoco_rx_monitor()
1145 struct hermes *hw = &priv->hw; in orinoco_join_ap()
1220 struct hermes *hw = &priv->hw; in orinoco_send_bssid_wevent()
1238 struct hermes *hw = &priv->hw; in orinoco_send_assocreqie_wevent()
1268 struct hermes *hw = &priv->hw; in orinoco_send_assocrespie_wevent()
1620 struct hermes *hw = &priv->hw; in __orinoco_up()
1649 struct hermes *hw = &priv->hw; in __orinoco_down()
1681 struct hermes *hw = &priv->hw; in orinoco_reinit_firmware()
[all …]
H A Dhermes_dld.c196 hermes_plug_pdi(struct hermes *hw, const struct pdr *first_pdr, in hermes_plug_pdi()
223 int hermes_apply_pda(struct hermes *hw, in hermes_apply_pda()
277 int hermes_program(struct hermes *hw, const char *first_block, const void *end) in hermes_program()
390 int hermes_apply_pda_with_defaults(struct hermes *hw, in hermes_apply_pda_with_defaults()
H A Dorinoco_usb.c1002 static int ezusb_write_ltv(struct hermes *hw, int bap, u16 rid, in ezusb_write_ltv()
1009 static int __ezusb_read_ltv(struct hermes *hw, int bap, u16 rid, in __ezusb_read_ltv()
1028 static int ezusb_read_ltv(struct hermes *hw, int bap, u16 rid, in ezusb_read_ltv()
1078 static int ezusb_bap_pread(struct hermes *hw, int bap, in ezusb_bap_pread()
1111 static int ezusb_read_pda(struct hermes *hw, __le16 *pda, in ezusb_read_pda()
1151 static int ezusb_program_end(struct hermes *hw) in ezusb_program_end()
1192 static int ezusb_program(struct hermes *hw, const char *buf, in ezusb_program()
1338 static int ezusb_allocate(struct hermes *hw, u16 size, u16 *fid) in ezusb_allocate()
1390 static int ezusb_init(struct hermes *hw) in ezusb_init()
1473 struct hermes *hw = &priv->hw; in ezusb_bulk_in_callback()
[all …]
H A Dorinoco.h90 struct hermes hw;
196 void __orinoco_ev_info(struct net_device *dev, struct hermes *hw);
197 void __orinoco_ev_rx(struct net_device *dev, struct hermes *hw);
H A DMakefile5 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
H A Dfw.c104 struct hermes *hw = &priv->hw; in orinoco_dl_firmware()
209 struct hermes *hw = &priv->hw; in symbol_dl_image()
H A Dwext.c92 struct hermes *hw = &priv->hw; in orinoco_get_wireless_stats()
467 struct hermes *hw = &priv->hw; in orinoco_ioctl_setfreq()
504 struct hermes *hw = &priv->hw; in orinoco_ioctl_getsens()
685 struct hermes *hw = &priv->hw; in orinoco_ioctl_getpower()
890 struct hermes *hw = &priv->hw; in orinoco_ioctl_set_auth()
1287 struct hermes *hw = &priv->hw; in orinoco_ioctl_getrid()
H A Dorinoco_pci.c84 struct hermes *hw = &priv->hw; in orinoco_pci_cor_reset()
H A Dorinoco_tmd.c62 struct hermes *hw = &priv->hw; in orinoco_tmd_cor_reset()
H A Dspectrum_cs.c208 struct hermes *hw = &priv->hw; in spectrum_cs_config()
H A Dorinoco_cs.c146 struct hermes *hw = &priv->hw; in orinoco_cs_config()
H A Dairport.c154 struct hermes *hw; in airport_attach()
H A Dcfg.c193 struct hermes *hw = &priv->hw; in orinoco_set_monitor_channel()
H A Dorinoco_plx.c112 struct hermes *hw = &priv->hw; in orinoco_plx_cor_reset()
/openbmc/u-boot/doc/
H A DREADME.scrapyard193 hermes powerpc mpc8xx 36da51e 2014-12-08 Wolfgang Denk <wd@denx.de>