Searched defs:_chip (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/sound/pcmcia/vx/ |
H A D | vxp_mixer.c | 45 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_mic_level_get() local 53 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_mic_level_put() local 90 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_mic_boost_get() local 98 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_mic_boost_put() local 121 int vxp_add_mic_controls(struct vx_core *_chip) vxp_add_mic_controls() argument
|
H A D | vxp_ops.c | 51 static inline unsigned long vxp_reg_addr(struct vx_core *_chip, int reg) vxp_reg_addr() argument 111 static void vxp_reset_dsp(struct vx_core *_chip) vxp_reset_dsp() argument 129 static void vxp_reset_codec(struct vx_core *_chip) vxp_reset_codec() argument 148 static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *fw) vxp_load_xilinx_binary() argument 281 static int vxp_test_and_ack(struct vx_core *_chip) vxp_test_and_ack() argument 308 static void vxp_validate_irq(struct vx_core *_chip, int enable) vxp_validate_irq() argument 324 static void vx_setup_pseudo_dma(struct vx_core *_chip, int do_write) vx_setup_pseudo_dma() argument 344 static void vx_release_pseudo_dma(struct vx_core *_chip) vx_release_pseudo_dma() argument 529 static void vxp_change_audio_source(struct vx_core *_chip, int src) vxp_change_audio_source() argument 569 static void vxp_set_clock_source(struct vx_core *_chip, int source) vxp_set_clock_source() argument 584 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) vxp_reset_board() argument
|
/linux-4.1.27/drivers/pwm/ |
H A D | pwm-bcm-kona.c | 74 static inline struct kona_pwmc *to_kona_pwmc(struct pwm_chip *_chip) to_kona_pwmc() argument
|
H A D | pwm-lp3943.c | 31 static inline struct lp3943_pwm *to_lp3943_pwm(struct pwm_chip *_chip) to_lp3943_pwm() argument
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-lp3943.c | 48 static inline struct lp3943_gpio *to_lp3943_gpio(struct gpio_chip *_chip) to_lp3943_gpio() argument
|
H A D | gpiolib.c | 194 struct gpio_chip *_chip; gpiochip_add_to_list() local
|
/linux-4.1.27/sound/pci/vx222/ |
H A D | vx222_ops.c | 87 static inline unsigned long vx2_reg_addr(struct vx_core *_chip, int reg) vx2_reg_addr() argument 160 static void vx2_reset_dsp(struct vx_core *_chip) vx2_reset_dsp() argument 175 static int vx2_test_xilinx(struct vx_core *_chip) vx2_test_xilinx() argument 480 static void vx2_validate_irq(struct vx_core *_chip, int enable) vx2_validate_irq() argument 731 static void vx2_reset_codec(struct vx_core *_chip) vx2_reset_codec() argument 773 static void vx2_change_audio_source(struct vx_core *_chip, int src) vx2_change_audio_source() argument 792 static void vx2_set_clock_source(struct vx_core *_chip, int source) vx2_set_clock_source() argument 806 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) vx2_reset_board() argument 880 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_input_level_get() local 891 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_input_level_put() local 924 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_mic_level_get() local 932 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_mic_level_put() local 974 static int vx2_add_mic_controls(struct vx_core *_chip) vx2_add_mic_controls() argument
|
Completed in 259 milliseconds