Home
last modified time | relevance | path

Searched defs:chip (Results 1 – 13 of 13) sorted by relevance

/include/sound/
Dvx_core.h236 static inline int vx_test_and_ack(struct vx_core *chip) in vx_test_and_ack()
241 static inline void vx_validate_irq(struct vx_core *chip, int enable) in vx_validate_irq()
246 static inline unsigned char snd_vx_inb(struct vx_core *chip, int reg) in snd_vx_inb()
251 static inline unsigned int snd_vx_inl(struct vx_core *chip, int reg) in snd_vx_inl()
256 static inline void snd_vx_outb(struct vx_core *chip, int reg, unsigned char val) in snd_vx_outb()
261 static inline void snd_vx_outl(struct vx_core *chip, int reg, unsigned int val) in snd_vx_outl()
266 #define vx_inb(chip,reg) snd_vx_inb(chip, VX_##reg) argument
267 #define vx_outb(chip,reg,val) snd_vx_outb(chip, VX_##reg,val) argument
268 #define vx_inl(chip,reg) snd_vx_inl(chip, VX_##reg) argument
269 #define vx_outl(chip,reg,val) snd_vx_outl(chip, VX_##reg,val) argument
[all …]
Dak4xxx-adda.h87 #define snd_akm4xxx_get(ak,chip,reg) \ argument
89 #define snd_akm4xxx_set(ak,chip,reg,val) \ argument
91 #define snd_akm4xxx_get_vol(ak,chip,reg) \ argument
93 #define snd_akm4xxx_set_vol(ak,chip,reg,val) \ argument
Dad1843.h14 void *chip; member
Dsb.h119 #define SBP(chip, x) ((chip)->port + s_b_SB_##x) argument
278 static inline void snd_sb_ack_8bit(struct snd_sb *chip) in snd_sb_ack_8bit()
283 static inline void snd_sb_ack_16bit(struct snd_sb *chip) in snd_sb_ack_16bit()
367 static inline int snd_sbmixer_add_ctl_elem(struct snd_sb *chip, const struct sbmix_elem *c) in snd_sbmixer_add_ctl_elem()
Dymfpci.h35 #define YMFREG(chip, reg) (chip->port + YDSXGR_##reg) argument
244 struct snd_ymfpci *chip; member
268 struct snd_ymfpci *chip; member
Dsb16_csp.h148 struct snd_sb *chip; /* SB16 DSP */ member
/include/linux/spi/
Dmcp23s08.h13 struct mcp23s08_chip_info chip[4]; member
/include/linux/mtd/
Dnand.h176 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR)) argument
177 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING)) argument
178 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG)) argument
179 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK)) argument
181 #define NAND_SUBPAGE_READ(chip) ((chip->ecc.mode == NAND_ECC_SOFT) \ argument
606 struct platform_nand_chip chip; member
614 struct nand_chip *chip = mtd->priv; in get_platform_nandchip() local
Dsh_flctl.h98 struct nand_chip chip; member
Ddoc2000.h148 char floor, chip; member
/include/linux/mfd/
Dhtc-egpio.h50 struct htc_egpio_chip *chip; member
/include/linux/
Dirq.h171 struct irq_chip *chip; member
Dkvm.h67 } chip; member