| /include/linux/dma/ |
| D | dw.h | 48 static inline int dw_dma_probe(struct dw_dma_chip *chip) { return -ENODEV; } in dw_dma_probe() 49 static inline int dw_dma_remove(struct dw_dma_chip *chip) { return 0; } in dw_dma_remove() 50 static inline int idma32_dma_probe(struct dw_dma_chip *chip) { return -ENODEV; } in idma32_dma_probe() 51 static inline int idma32_dma_remove(struct dw_dma_chip *chip) { return 0; } in idma32_dma_remove()
|
| D | hsu.h | 49 static inline int hsu_dma_get_status(struct hsu_dma_chip *chip, in hsu_dma_get_status() 54 static inline int hsu_dma_do_irq(struct hsu_dma_chip *chip, unsigned short nr, in hsu_dma_do_irq() 59 static inline int hsu_dma_probe(struct hsu_dma_chip *chip) { return -ENODEV; } in hsu_dma_probe() 60 static inline int hsu_dma_remove(struct hsu_dma_chip *chip) { return 0; } in hsu_dma_remove()
|
| D | edma.h | 109 static inline int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe() 114 static inline int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove()
|
| /include/linux/irqchip/ |
| D | chained_irq.h | 16 static inline void chained_irq_enter(struct irq_chip *chip, in chained_irq_enter() 32 static inline void chained_irq_exit(struct irq_chip *chip, in chained_irq_exit()
|
| /include/sound/ |
| D | vx_core.h | 214 static inline int vx_test_and_ack(struct vx_core *chip) in vx_test_and_ack() 219 static inline void vx_validate_irq(struct vx_core *chip, int enable) in vx_validate_irq() 224 static inline unsigned char snd_vx_inb(struct vx_core *chip, int reg) in snd_vx_inb() 229 static inline unsigned int snd_vx_inl(struct vx_core *chip, int reg) in snd_vx_inl() 234 static inline void snd_vx_outb(struct vx_core *chip, int reg, unsigned char val) in snd_vx_outb() 239 static inline void snd_vx_outl(struct vx_core *chip, int reg, unsigned int val) in snd_vx_outl() 244 #define vx_inb(chip,reg) snd_vx_inb(chip, VX_##reg) argument 245 #define vx_outb(chip,reg,val) snd_vx_outb(chip, VX_##reg,val) argument 246 #define vx_inl(chip,reg) snd_vx_inl(chip, VX_##reg) argument 247 #define vx_outl(chip,reg,val) snd_vx_outl(chip, VX_##reg,val) argument [all …]
|
| D | ak4xxx-adda.h | 76 #define snd_akm4xxx_get(ak,chip,reg) \ argument 78 #define snd_akm4xxx_set(ak,chip,reg,val) \ argument 80 #define snd_akm4xxx_get_vol(ak,chip,reg) \ argument 82 #define snd_akm4xxx_set_vol(ak,chip,reg,val) \ argument
|
| D | hdaudio.h | 465 #define _snd_hdac_chip_writeb(chip, reg, value) \ argument 467 #define _snd_hdac_chip_readb(chip, reg) \ argument 469 #define _snd_hdac_chip_writew(chip, reg, value) \ argument 471 #define _snd_hdac_chip_readw(chip, reg) \ argument 473 #define _snd_hdac_chip_writel(chip, reg, value) \ argument 475 #define _snd_hdac_chip_readl(chip, reg) \ argument 479 #define snd_hdac_chip_writel(chip, reg, value) \ argument 481 #define snd_hdac_chip_writew(chip, reg, value) \ argument 483 #define snd_hdac_chip_writeb(chip, reg, value) \ argument 485 #define snd_hdac_chip_readl(chip, reg) \ argument [all …]
|
| D | ad1843.h | 14 void *chip; member
|
| D | sb.h | 105 #define SBP(chip, x) ((chip)->port + s_b_SB_##x) argument 265 static inline void snd_sb_ack_8bit(struct snd_sb *chip) in snd_sb_ack_8bit() 270 static inline void snd_sb_ack_16bit(struct snd_sb *chip) in snd_sb_ack_16bit() 294 static inline void snd_sbmixer_suspend(struct snd_sb *chip) {} in snd_sbmixer_suspend() 295 static inline void snd_sbmixer_resume(struct snd_sb *chip) {} in snd_sbmixer_resume() 358 static inline int snd_sbmixer_add_ctl_elem(struct snd_sb *chip, const struct sbmix_elem *c) in snd_sbmixer_add_ctl_elem()
|
| D | ak4113.h | 315 static inline void snd_ak4113_suspend(struct ak4113 *chip) {} in snd_ak4113_suspend() 316 static inline void snd_ak4113_resume(struct ak4113 *chip) {} in snd_ak4113_resume()
|
| D | ak4114.h | 197 static inline void snd_ak4114_suspend(struct ak4114 *chip) {} in snd_ak4114_suspend() 198 static inline void snd_ak4114_resume(struct ak4114 *chip) {} in snd_ak4114_resume()
|
| /include/linux/ |
| D | pwm.h | 86 struct pwm_chip *chip; member 301 static inline struct device *pwmchip_parent(const struct pwm_chip *chip) in pwmchip_parent() 306 static inline void *pwmchip_get_drvdata(struct pwm_chip *chip) in pwmchip_get_drvdata() 311 static inline void pwmchip_set_drvdata(struct pwm_chip *chip, void *data) in pwmchip_set_drvdata() 407 #define pwmchip_add(chip) __pwmchip_add(chip, THIS_MODULE) argument 411 #define devm_pwmchip_add(dev, chip) __devm_pwmchip_add(dev, chip, THIS_MODULE) argument 467 static inline void pwmchip_put(struct pwm_chip *chip) in pwmchip_put() 485 static inline int pwmchip_add(struct pwm_chip *chip) in pwmchip_add() 490 static inline int pwmchip_remove(struct pwm_chip *chip) in pwmchip_remove() 495 static inline int devm_pwmchip_add(struct device *dev, struct pwm_chip *chip) in devm_pwmchip_add()
|
| D | tpm.h | 132 struct tpm_chip *chip; member 431 static inline bool tpm_is_firmware_upgrade(struct tpm_chip *chip) in tpm_is_firmware_upgrade() 484 static inline int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() 488 static inline int tpm_pcr_read(struct tpm_chip *chip, int pcr_idx, in tpm_pcr_read() 494 static inline int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, in tpm_pcr_extend() 500 static inline int tpm_get_random(struct tpm_chip *chip, u8 *data, size_t max) in tpm_get_random() 515 static inline struct tpm2_auth *tpm2_chip_auth(struct tpm_chip *chip) in tpm2_chip_auth() 531 static inline void tpm_buf_append_hmac_session_opt(struct tpm_chip *chip, in tpm_buf_append_hmac_session_opt() 565 static inline int tpm2_start_auth_session(struct tpm_chip *chip) in tpm2_start_auth_session() 569 static inline void tpm2_end_auth_session(struct tpm_chip *chip) in tpm2_end_auth_session() [all …]
|
| D | hte.h | 204 static inline int devm_hte_register_chip(struct hte_chip *chip) in devm_hte_register_chip() 209 static inline int hte_push_ts_ns(const struct hte_chip *chip, in hte_push_ts_ns()
|
| D | cb710.h | 99 static inline struct device *cb710_chip_dev(struct cb710_chip *chip) in cb710_chip_dev()
|
| D | i2c-algo-pca.h | 80 unsigned int chip; member
|
| /include/linux/spi/ |
| D | max7301.h | 16 struct gpio_chip chip; member
|
| /include/linux/mtd/ |
| D | rawnand.h | 142 #define NAND_HAS_SUBPAGE_READ(chip) ((chip->options & NAND_SUBPAGE_READ)) argument 1353 static inline struct mtd_info *nand_to_mtd(struct nand_chip *chip) in nand_to_mtd() 1358 static inline void *nand_get_controller_data(struct nand_chip *chip) in nand_get_controller_data() 1363 static inline void nand_set_controller_data(struct nand_chip *chip, void *priv) in nand_set_controller_data() 1368 static inline void nand_set_manufacturer_data(struct nand_chip *chip, in nand_set_manufacturer_data() 1374 static inline void *nand_get_manufacturer_data(struct nand_chip *chip) in nand_get_manufacturer_data() 1379 static inline void nand_set_flash_node(struct nand_chip *chip, in nand_set_flash_node() 1385 static inline struct device_node *nand_get_flash_node(struct nand_chip *chip) in nand_get_flash_node() 1396 nand_get_interface_config(struct nand_chip *chip) in nand_get_interface_config() 1482 static inline bool nand_is_slc(struct nand_chip *chip) in nand_is_slc() [all …]
|
| D | platnand.h | 70 struct platform_nand_chip chip; member
|
| /include/linux/platform_data/ |
| D | dsa.h | 64 struct dsa_chip_data *chip; member
|
| D | gpio-htc-egpio.h | 49 struct htc_egpio_chip *chip; member
|
| /include/linux/mux/ |
| D | driver.h | 47 struct mux_chip *chip; member
|
| /include/linux/iio/common/ |
| D | inv_sensors_timestamp.h | 56 struct inv_sensors_timestamp_chip chip; member
|
| /include/linux/gpio/ |
| D | gpio-nomadik.h | 55 struct gpio_chip chip; member 271 struct gpio_chip *chip, in nmk_gpio_dbg_show_one()
|
| D | driver.h | 57 struct irq_chip *chip; member 592 #define for_each_requested_gpio(chip, i, label) \ argument 675 const struct irq_chip *chip) in gpio_irq_chip_set_chip()
|