Home
last modified time | relevance | path

Searched defs:_chip (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/sound/pcmcia/vx/
Dvxp_ops.c51 static inline unsigned long vxp_reg_addr(struct vx_core *_chip, int reg) in vxp_reg_addr()
111 static void vxp_reset_dsp(struct vx_core *_chip) in vxp_reset_dsp()
129 static void vxp_reset_codec(struct vx_core *_chip) in vxp_reset_codec()
148 static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *fw) in vxp_load_xilinx_binary()
281 static int vxp_test_and_ack(struct vx_core *_chip) in vxp_test_and_ack()
308 static void vxp_validate_irq(struct vx_core *_chip, int enable) in vxp_validate_irq()
324 static void vx_setup_pseudo_dma(struct vx_core *_chip, int do_write) in vx_setup_pseudo_dma()
344 static void vx_release_pseudo_dma(struct vx_core *_chip) in vx_release_pseudo_dma()
529 static void vxp_change_audio_source(struct vx_core *_chip, int src) in vxp_change_audio_source()
569 static void vxp_set_clock_source(struct vx_core *_chip, int source) in vxp_set_clock_source()
[all …]
Dvxp_mixer.c45 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_level_get() local
53 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_level_put() local
90 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_boost_get() local
98 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_boost_put() local
121 int vxp_add_mic_controls(struct vx_core *_chip) in vxp_add_mic_controls()
/Linux-v4.19/sound/pci/vx222/
Dvx222_ops.c87 static inline unsigned long vx2_reg_addr(struct vx_core *_chip, int reg) in vx2_reg_addr()
160 static void vx2_reset_dsp(struct vx_core *_chip) in vx2_reset_dsp()
175 static int vx2_test_xilinx(struct vx_core *_chip) in vx2_test_xilinx()
480 static void vx2_validate_irq(struct vx_core *_chip, int enable) in vx2_validate_irq()
731 static void vx2_reset_codec(struct vx_core *_chip) in vx2_reset_codec()
773 static void vx2_change_audio_source(struct vx_core *_chip, int src) in vx2_change_audio_source()
792 static void vx2_set_clock_source(struct vx_core *_chip, int source) in vx2_set_clock_source()
806 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) in vx2_reset_board()
880 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_input_level_get() local
891 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_input_level_put() local
[all …]
/Linux-v4.19/drivers/regulator/
Dpfuze100-regulator.c199 #define PFUZE100_FIXED_REG(_chip, _name, base, voltage) \ argument
214 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument
235 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument
252 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument
272 #define PFUZE100_COIN_REG(_chip, _name, base, mask, voltages) \ argument
289 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \ argument
309 #define PFUZE3000_SW2_REG(_chip, _name, base, min, max, step) { \ argument
326 #define PFUZE3000_SW3_REG(_chip, _name, base, min, max, step) { \ argument
/Linux-v4.19/drivers/pwm/
Dpwm-lpc32xx.c30 #define to_lpc32xx_pwm_chip(_chip) \ argument
Dpwm-mxs.c42 #define to_mxs_pwm_chip(_chip) container_of(_chip, struct mxs_pwm_chip, chip) argument
Dpwm-lp3943.c31 static inline struct lp3943_pwm *to_lp3943_pwm(struct pwm_chip *_chip) in to_lp3943_pwm()
Dpwm-bcm-kona.c74 static inline struct kona_pwmc *to_kona_pwmc(struct pwm_chip *_chip) in to_kona_pwmc()
/Linux-v4.19/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h49 #define MTK_PIN(_pin, _pad, _chip, _eint, ...) \ argument