/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes.h | 2 /* hermes.h 30 * access to the hermes structure, and to the hardware 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 (*read_ltv_pr)(struct hermes *hw, int bap, u16 rid, 391 int (*write_ltv)(struct hermes *h 410 struct hermes { global() struct [all...] |
H A D | hermes_dld.h | 28 #include "hermes.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,
|
H A D | hermes.c | 0 /* hermes.c 46 #include "hermes.h" 78 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %p: " , hw->iobase); \ 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() 157 DEBUG(0, "hermes @ 0x%x: Card removed during reset.\n", in hermes_doicmd_wait() 164 printk(KERN_ERR "hermes @ %p: " 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 *h [all...] |
H A D | hw.c | 11 #include "hermes.h" 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 *h in __orinoco_hw_setup_wepkeys() [all...] |
H A D | orinoco.h | 19 #include "hermes.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);
|
H A D | main.c | 8 * and David Gibson <hermes AT gibson.dropbear.id.au> 111 "David Gibson <hermes@gibson.dropbear.id.au>"); 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 *h in orinoco_join_ap() [all...] |
H A D | hermes_dld.c | 5 * - is capable of writing to the volatile area of the hermes device 44 #include "hermes.h" 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()
|
H A D | orinoco_usb.c | 971 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 *h [all...] |
H A D | Makefile | 5 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
|
H A D | fw.c | 11 #include "hermes.h" 104 struct hermes *hw = &priv->hw; in orinoco_dl_firmware() 209 struct hermes *hw = &priv->hw; in symbol_dl_image() 263 /* Reset hermes chip and make sure it responds */ in symbol_dl_image()
|
H A D | wext.c | 15 #include "hermes.h" 92 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes.h | 2 /* hermes.h 30 * access to the hermes structure, and to the hardware 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 *h 408 struct hermes { global() struct [all...] |
H A D | hermes_dld.h | 28 #include "hermes.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,
|
H A D | hermes.c | 0 /* hermes.c 45 #include "hermes.h" 77 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %p: " , hw->iobase); \ 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() 157 DEBUG(0, "hermes @ 0x%x: Card removed during reset.\n", in hermes_doicmd_wait() 164 printk(KERN_ERR "hermes @ %p: " 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 *h [all...] |
H A D | hw.c | 11 #include "hermes.h" 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 *h in __orinoco_hw_setup_wepkeys() [all...] |
H A D | orinoco.h | 19 #include "hermes.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);
|
H A D | main.c | 8 * and David Gibson <hermes AT gibson.dropbear.id.au> 111 "David Gibson <hermes@gibson.dropbear.id.au>"); 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 *h in orinoco_join_ap() [all...] |
H A D | hermes_dld.c | 5 * - is capable of writing to the volatile area of the hermes device 44 #include "hermes.h" 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()
|
H A 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 *h [all...] |
H A D | Makefile | 5 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
|
H A D | fw.c | 11 #include "hermes.h" 104 struct hermes *hw = &priv->hw; in orinoco_dl_firmware() 209 struct hermes *hw = &priv->hw; in symbol_dl_image() 263 /* Reset hermes chip and make sure it responds */ in symbol_dl_image()
|
H A D | wext.c | 15 #include "hermes.h" 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()
|
H A D | orinoco_pci.c | 6 * hermes registers, as well as the COR register. 10 * and David Gibson <hermes AT gibson.dropbear.id.au> 84 struct hermes *hw = &priv->hw; in orinoco_pci_cor_reset() 238 " David Gibson <hermes@gibson.dropbear.id.au> &" 241 " David Gibson <hermes@gibson.dropbear.id.au>");
|
H A D | orinoco_tmd.c | 62 struct hermes *hw = &priv->hw; in orinoco_tmd_cor_reset()
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A 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
|