Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/intersil/orinoco/
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);
387 int (*read_ltv)(struct hermes *hw, int bap, u16 rid, unsigned buflen,
389 int (*read_ltv_pr)(struct hermes *hw, int bap, u16 rid,
391 int (*write_ltv)(struct hermes *hw, int bap, u16 rid,
393 int (*bap_pread)(struct hermes *hw, int bap, void *buf, int len,
395 int (*bap_pwrite)(struct hermes *hw, int bap, const void *buf,
[all …]
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,
Dhermes.c104 static int hermes_issue_cmd(struct hermes *hw, u16 cmd, u16 param0, in hermes_issue_cmd()
133 static int hermes_doicmd_wait(struct hermes *hw, u16 cmd, in hermes_doicmd_wait()
186 void hermes_struct_init(struct hermes *hw, void __iomem *address, in hermes_struct_init()
197 static int hermes_init(struct hermes *hw) in hermes_init()
251 static int hermes_docmd_wait(struct hermes *hw, u16 cmd, u16 parm0, in hermes_docmd_wait()
315 static int hermes_allocate(struct hermes *hw, u16 size, u16 *fid) in hermes_allocate()
365 static int hermes_bap_seek(struct hermes *hw, int bap, u16 id, u16 offset) in hermes_bap_seek()
424 static int hermes_bap_pread(struct hermes *hw, int bap, void *buf, int len, in hermes_bap_pread()
452 static int hermes_bap_pwrite(struct hermes *hw, int bap, const void *buf, in hermes_bap_pwrite()
480 static int hermes_read_ltv(struct hermes *hw, int bap, u16 rid, in hermes_read_ltv()
[all …]
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 …]
Dmain.c429 struct hermes *hw = &priv->hw; in orinoco_xmit()
571 static void __orinoco_ev_alloc(struct net_device *dev, struct hermes *hw) in __orinoco_ev_alloc()
586 static void __orinoco_ev_tx(struct net_device *dev, struct hermes *hw) in __orinoco_ev_tx()
595 static void __orinoco_ev_txexc(struct net_device *dev, struct hermes *hw) in __orinoco_ev_txexc()
654 struct hermes *hw = &priv->hw; in orinoco_tx_timeout()
741 struct hermes *hw = &priv->hw; in orinoco_rx_monitor()
828 void __orinoco_ev_rx(struct net_device *dev, struct hermes *hw) in __orinoco_ev_rx()
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()
[all …]
Dorinoco_usb.c971 static int __ezusb_write_ltv(struct hermes *hw, int bap, u16 rid, in __ezusb_write_ltv()
1002 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()
1035 static int ezusb_read_ltv_preempt(struct hermes *hw, int bap, u16 rid, in ezusb_read_ltv_preempt()
1042 static int ezusb_doicmd_wait(struct hermes *hw, u16 cmd, u16 parm0, u16 parm1, in ezusb_doicmd_wait()
1049 static int __ezusb_docmd_wait(struct hermes *hw, u16 cmd, u16 parm0, in __ezusb_docmd_wait()
1072 static int ezusb_docmd_wait(struct hermes *hw, u16 cmd, u16 parm0, in ezusb_docmd_wait()
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()
[all …]
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()
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);
DMakefile5 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
Dfw.c104 struct hermes *hw = &priv->hw; in orinoco_dl_firmware()
209 struct hermes *hw = &priv->hw; in symbol_dl_image()
Dwext.c92 struct hermes *hw = &priv->hw; in orinoco_get_wireless_stats()
460 struct hermes *hw = &priv->hw; in orinoco_ioctl_setfreq()
495 struct hermes *hw = &priv->hw; in orinoco_ioctl_getsens()
671 struct hermes *hw = &priv->hw; in orinoco_ioctl_getpower()
876 struct hermes *hw = &priv->hw; in orinoco_ioctl_set_auth()
1272 struct hermes *hw = &priv->hw; in orinoco_ioctl_getrid()
Dorinoco_pci.c84 struct hermes *hw = &priv->hw; in orinoco_pci_cor_reset()
Dorinoco_tmd.c62 struct hermes *hw = &priv->hw; in orinoco_tmd_cor_reset()
Dspectrum_cs.c199 struct hermes *hw = &priv->hw; in spectrum_cs_config()
Dairport.c154 struct hermes *hw; in airport_attach()
Dorinoco_cs.c137 struct hermes *hw = &priv->hw; in orinoco_cs_config()
Dorinoco_plx.c112 struct hermes *hw = &priv->hw; in orinoco_plx_cor_reset()
Dcfg.c193 struct hermes *hw = &priv->hw; in orinoco_set_monitor_channel()
/linux-5.19.10/sound/soc/samsung/
DMakefile26 snd-soc-s3c24xx-simtec-hermes-objs := s3c24xx_simtec_hermes.o
51 obj-$(CONFIG_SND_SOC_SAMSUNG_SIMTEC_HERMES) += snd-soc-s3c24xx-simtec-hermes.o