Home
last modified time | relevance | path

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

12

/include/linux/irqchip/
Dchained_irq.h27 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/
Dacpi_gpio.h37 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()
Dpwm.h86 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()
Dhtcpld.h19 struct htcpld_chip_platform_data *chip; member
Dgpio.h215 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()
Di2c-algo-pca.h65 unsigned int chip; member
Dcb710.h102 static inline struct device *cb710_chip_dev(struct cb710_chip *chip) in cb710_chip_dev()
Dirq.h145 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
Dirqdesc.h138 __irq_set_chip_handler_name_locked(unsigned int irq, struct irq_chip *chip, in __irq_set_chip_handler_name_locked()
Dti_wilink_st.h228 unsigned short chip; member
/include/sound/
Dvx_core.h230 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 …]
Dak4xxx-adda.h90 #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
Dad1843.h14 void *chip; member
Dsb.h120 #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()
Dsb16_csp.h59 struct snd_sb *chip; /* SB16 DSP */ member
/include/linux/mfd/pm8xxx/
Dirq.h44 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/
Dmcp23s08.h16 struct mcp23s08_chip_info chip[8]; member
Dmax7301.h15 struct gpio_chip chip; member
/include/asm-generic/
Dgpio.h236 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/
Dhtc-egpio.h50 struct htc_egpio_chip *chip; member
D88pm80x.h344 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/
Dnand.h173 #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()
Dsh_flctl.h147 struct nand_chip chip; member
Ddoc2000.h175 char floor, chip; member
/include/net/
Ddsa.h59 struct dsa_chip_data *chip; member

12