| /include/linux/dma/ |
| A 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()
|
| A 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()
|
| A 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/ |
| A 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/ |
| A 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() 229 static inline unsigned int snd_vx_inl(struct vx_core *chip, int reg) in snd_vx_inl() 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 249 static inline void vx_reset_dsp(struct vx_core *chip) in vx_reset_dsp() 268 #define vx_wait_isr_bit(chip,bit) vx_check_isr(chip, bit, bit, 200) argument 329 #define vx_has_new_dsp(chip) ((chip)->type != VX_TYPE_BOARD) argument [all …]
|
| A 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
|
| A 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 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 487 #define snd_hdac_chip_readw(chip, reg) \ argument [all …]
|
| A 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()
|
| A D | ad1843.h | 14 void *chip; member
|
| A 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()
|
| /include/linux/ |
| A D | pwm.h | 111 struct pwm_chip *chip; member 364 static inline bool pwmchip_supports_waveform(struct pwm_chip *chip) in pwmchip_supports_waveform() 374 static inline struct device *pwmchip_parent(const struct pwm_chip *chip) in pwmchip_parent() 379 static inline void *pwmchip_get_drvdata(const struct pwm_chip *chip) in pwmchip_get_drvdata() 384 static inline void pwmchip_set_drvdata(struct pwm_chip *chip, void *data) in pwmchip_set_drvdata() 485 #define pwmchip_add(chip) __pwmchip_add(chip, THIS_MODULE) argument 489 #define devm_pwmchip_add(dev, chip) __devm_pwmchip_add(dev, chip, THIS_MODULE) argument 550 static inline void pwmchip_put(struct pwm_chip *chip) in pwmchip_put() 568 static inline int pwmchip_add(struct pwm_chip *chip) in pwmchip_add() 573 static inline int pwmchip_remove(struct pwm_chip *chip) in pwmchip_remove() [all …]
|
| A D | tpm.h | 133 struct tpm_chip *chip; member 433 static inline bool tpm_is_firmware_upgrade(struct tpm_chip *chip) in tpm_is_firmware_upgrade() 486 static inline int tpm_is_tpm2(struct tpm_chip *chip) in tpm_is_tpm2() 490 static inline int tpm_pcr_read(struct tpm_chip *chip, int pcr_idx, in tpm_pcr_read() 496 static inline int tpm_pcr_extend(struct tpm_chip *chip, u32 pcr_idx, in tpm_pcr_extend() 517 static inline struct tpm2_auth *tpm2_chip_auth(struct tpm_chip *chip) in tpm2_chip_auth() 533 static inline void tpm_buf_append_hmac_session_opt(struct tpm_chip *chip, in tpm_buf_append_hmac_session_opt() 567 static inline int tpm2_start_auth_session(struct tpm_chip *chip) in tpm2_start_auth_session() 571 static inline void tpm2_end_auth_session(struct tpm_chip *chip) in tpm2_end_auth_session() 574 static inline void tpm_buf_fill_hmac_session(struct tpm_chip *chip, in tpm_buf_fill_hmac_session() [all …]
|
| A 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()
|
| A D | i2c-algo-pca.h | 80 unsigned int chip; member
|
| A D | cb710.h | 99 static inline struct device *cb710_chip_dev(struct cb710_chip *chip) in cb710_chip_dev()
|
| /include/linux/gpio/ |
| A D | generic.h | 66 gpio_generic_chip_init(struct gpio_generic_chip *chip, in gpio_generic_chip_init() 88 gpio_generic_chip_set(struct gpio_generic_chip *chip, unsigned int offset, in gpio_generic_chip_set()
|
| A D | gpio-nomadik.h | 55 struct gpio_chip chip; member 271 struct gpio_chip *chip, in nmk_gpio_dbg_show_one()
|
| A D | driver.h | 57 struct irq_chip *chip; member 612 #define for_each_requested_gpio(chip, i, label) \ argument 695 const struct irq_chip *chip) in gpio_irq_chip_set_chip()
|
| /include/linux/spi/ |
| A D | max7301.h | 16 struct gpio_chip chip; member
|
| /include/linux/mtd/ |
| A 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() 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() 1590 static inline int nand_scan(struct nand_chip *chip, unsigned int max_chips) in nand_scan() [all …]
|
| A D | platnand.h | 70 struct platform_nand_chip chip; member
|
| /include/linux/platform_data/ |
| A D | dsa.h | 64 struct dsa_chip_data *chip; member
|
| A D | gpio-htc-egpio.h | 49 struct htc_egpio_chip *chip; member
|
| /include/linux/mux/ |
| A D | driver.h | 47 struct mux_chip *chip; member
|
| /include/linux/iio/common/ |
| A D | inv_sensors_timestamp.h | 56 struct inv_sensors_timestamp_chip chip; member
|