/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
D | hermes.h | 376 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 (*write_ltv)(struct hermes *hw, int bap, u16 rid, 391 int (*bap_pread)(struct hermes *hw, int bap, void *buf, int len, 393 int (*bap_pwrite)(struct hermes *hw, int bap, const void *buf, 395 int (*read_pda)(struct hermes *hw, __le16 *pda, [all …]
|
D | hermes_dld.h | 30 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,
|
D | hermes.c | 105 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() 252 static int hermes_docmd_wait(struct hermes *hw, u16 cmd, u16 parm0, in hermes_docmd_wait() 316 static int hermes_allocate(struct hermes *hw, u16 size, u16 *fid) in hermes_allocate() 366 static int hermes_bap_seek(struct hermes *hw, int bap, u16 id, u16 offset) in hermes_bap_seek() 425 static int hermes_bap_pread(struct hermes *hw, int bap, void *buf, int len, in hermes_bap_pread() 453 static int hermes_bap_pwrite(struct hermes *hw, int bap, const void *buf, in hermes_bap_pwrite() 481 static int hermes_read_ltv(struct hermes *hw, int bap, u16 rid, in hermes_read_ltv() [all …]
|
D | hw.c | 74 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 …]
|
D | main.c | 429 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 …]
|
D | hermes_dld.c | 196 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()
|
D | orinoco.h | 90 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);
|
D | orinoco_usb.c | 949 static int ezusb_write_ltv(struct hermes *hw, int bap, u16 rid, in ezusb_write_ltv() 979 static int ezusb_read_ltv(struct hermes *hw, int bap, u16 rid, in ezusb_read_ltv() 996 static int ezusb_doicmd_wait(struct hermes *hw, u16 cmd, u16 parm0, u16 parm1, in ezusb_doicmd_wait() 1019 static int ezusb_docmd_wait(struct hermes *hw, u16 cmd, u16 parm0, in ezusb_docmd_wait() 1040 static int ezusb_bap_pread(struct hermes *hw, int bap, in ezusb_bap_pread() 1073 static int ezusb_read_pda(struct hermes *hw, __le16 *pda, in ezusb_read_pda() 1098 static int ezusb_program_init(struct hermes *hw, u32 entry_point) in ezusb_program_init() 1112 static int ezusb_program_end(struct hermes *hw) in ezusb_program_end() 1125 static int ezusb_program_bytes(struct hermes *hw, const char *buf, in ezusb_program_bytes() 1150 static int ezusb_program(struct hermes *hw, const char *buf, in ezusb_program() [all …]
|
D | Makefile | 5 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
|
D | fw.c | 104 struct hermes *hw = &priv->hw; in orinoco_dl_firmware() 209 struct hermes *hw = &priv->hw; in symbol_dl_image()
|
D | wext.c | 92 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()
|
D | orinoco_pci.c | 84 struct hermes *hw = &priv->hw; in orinoco_pci_cor_reset()
|
D | orinoco_tmd.c | 62 struct hermes *hw = &priv->hw; in orinoco_tmd_cor_reset()
|
D | spectrum_cs.c | 199 struct hermes *hw = &priv->hw; in spectrum_cs_config()
|
D | airport.c | 153 struct hermes *hw; in airport_attach()
|
D | orinoco_cs.c | 137 struct hermes *hw = &priv->hw; in orinoco_cs_config()
|
D | orinoco_plx.c | 112 struct hermes *hw = &priv->hw; in orinoco_plx_cor_reset()
|
D | cfg.c | 193 struct hermes *hw = &priv->hw; in orinoco_set_monitor_channel()
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
D | Makefile | 26 snd-soc-s3c24xx-simtec-hermes-objs := s3c24xx_simtec_hermes.o 51 obj-$(CONFIG_SND_SOC_SAMSUNG_SIMTEC_HERMES) += snd-soc-s3c24xx-simtec-hermes.o
|