/include/linux/irqchip/ |
D | chained_irq.h | 27 static inline void chained_irq_enter(struct irq_chip *chip, in chained_irq_enter() 43 static inline void chained_irq_exit(struct irq_chip *chip, in chained_irq_exit()
|
/include/linux/ |
D | acpi_gpio.h | 37 static inline void acpi_gpiochip_request_interrupts(struct gpio_chip *chip) { } in acpi_gpiochip_request_interrupts() 38 static inline void acpi_gpiochip_free_interrupts(struct gpio_chip *chip) { } in acpi_gpiochip_free_interrupts()
|
D | pwm.h | 86 struct pwm_chip *chip; member 201 static inline int pwmchip_add(struct pwm_chip *chip) in pwmchip_add() 206 static inline int pwmchip_remove(struct pwm_chip *chip) in pwmchip_remove() 211 static inline struct pwm_device *pwm_request_from_chip(struct pwm_chip *chip, in pwm_request_from_chip()
|
D | htcpld.h | 19 struct htcpld_chip_platform_data *chip; member
|
D | gpio.h | 215 gpiochip_add_pin_range(struct gpio_chip *chip, const char *pinctl_name, in gpiochip_add_pin_range() 224 gpiochip_remove_pin_ranges(struct gpio_chip *chip) in gpiochip_remove_pin_ranges()
|
D | i2c-algo-pca.h | 65 unsigned int chip; member
|
D | cb710.h | 102 static inline struct device *cb710_chip_dev(struct cb710_chip *chip) in cb710_chip_dev()
|
D | irq.h | 145 struct irq_chip *chip; member 434 static inline void irq_set_chip_and_handler(unsigned int irq, struct irq_chip *chip, in irq_set_chip_and_handler() 653 struct irq_chip chip; member
|
D | irqdesc.h | 138 __irq_set_chip_handler_name_locked(unsigned int irq, struct irq_chip *chip, in __irq_set_chip_handler_name_locked()
|
D | ti_wilink_st.h | 228 unsigned short chip; member
|
/include/sound/ |
D | vx_core.h | 230 static inline int vx_test_and_ack(struct vx_core *chip) in vx_test_and_ack() 235 static inline void vx_validate_irq(struct vx_core *chip, int enable) in vx_validate_irq() 240 static inline unsigned char snd_vx_inb(struct vx_core *chip, int reg) in snd_vx_inb() 245 static inline unsigned int snd_vx_inl(struct vx_core *chip, int reg) in snd_vx_inl() 250 static inline void snd_vx_outb(struct vx_core *chip, int reg, unsigned char val) in snd_vx_outb() 255 static inline void snd_vx_outl(struct vx_core *chip, int reg, unsigned int val) in snd_vx_outl() 260 #define vx_inb(chip,reg) snd_vx_inb(chip, VX_##reg) argument 261 #define vx_outb(chip,reg,val) snd_vx_outb(chip, VX_##reg,val) argument 262 #define vx_inl(chip,reg) snd_vx_inl(chip, VX_##reg) argument 263 #define vx_outl(chip,reg,val) snd_vx_outl(chip, VX_##reg,val) argument [all …]
|
D | ak4xxx-adda.h | 90 #define snd_akm4xxx_get(ak,chip,reg) \ argument 92 #define snd_akm4xxx_set(ak,chip,reg,val) \ argument 94 #define snd_akm4xxx_get_vol(ak,chip,reg) \ argument 96 #define snd_akm4xxx_set_vol(ak,chip,reg,val) \ argument
|
D | ad1843.h | 14 void *chip; member
|
D | sb.h | 120 #define SBP(chip, x) ((chip)->port + s_b_SB_##x) argument 280 static inline void snd_sb_ack_8bit(struct snd_sb *chip) in snd_sb_ack_8bit() 285 static inline void snd_sb_ack_16bit(struct snd_sb *chip) in snd_sb_ack_16bit() 370 static inline int snd_sbmixer_add_ctl_elem(struct snd_sb *chip, const struct sbmix_elem *c) in snd_sbmixer_add_ctl_elem()
|
D | sb16_csp.h | 59 struct snd_sb *chip; /* SB16 DSP */ member
|
/include/linux/mfd/pm8xxx/ |
D | irq.h | 44 static inline int pm8xxx_get_irq_stat(struct pm_irq_chip *chip, int irq) in pm8xxx_get_irq_stat() 54 static inline int pm8xxx_irq_exit(struct pm_irq_chip *chip) in pm8xxx_irq_exit()
|
/include/linux/spi/ |
D | mcp23s08.h | 16 struct mcp23s08_chip_info chip[8]; member
|
D | max7301.h | 15 struct gpio_chip chip; member
|
/include/asm-generic/ |
D | gpio.h | 236 gpiochip_add_pin_range(struct gpio_chip *chip, const char *pinctl_name, in gpiochip_add_pin_range() 244 gpiochip_remove_pin_ranges(struct gpio_chip *chip) in gpiochip_remove_pin_ranges()
|
/include/linux/mfd/ |
D | htc-egpio.h | 50 struct htc_egpio_chip *chip; member
|
D | 88pm80x.h | 344 struct pm80x_chip *chip = dev_get_drvdata(pdev->dev.parent); in pm80x_dev_suspend() local 356 struct pm80x_chip *chip = dev_get_drvdata(pdev->dev.parent); in pm80x_dev_resume() local
|
/include/linux/mtd/ |
D | nand.h | 173 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG)) argument 174 #define NAND_HAS_SUBPAGE_READ(chip) ((chip->options & NAND_SUBPAGE_READ)) argument 698 struct platform_nand_chip chip; member 706 struct nand_chip *chip = mtd->priv; in get_platform_nandchip() local 712 static inline int onfi_get_async_timing_mode(struct nand_chip *chip) in onfi_get_async_timing_mode() 720 static inline int onfi_get_sync_timing_mode(struct nand_chip *chip) in onfi_get_sync_timing_mode()
|
D | sh_flctl.h | 147 struct nand_chip chip; member
|
D | doc2000.h | 175 char floor, chip; member
|
/include/net/ |
D | dsa.h | 59 struct dsa_chip_data *chip; member
|