Searched refs:wm8775_s_ctrl (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | wm8775.c | 128 static int wm8775_s_ctrl(struct v4l2_ctrl *ctrl) in wm8775_s_ctrl() function 163 .s_ctrl = wm8775_s_ctrl,
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 662 wm8775_s_ctrl(core, V4L2_CID_AUDIO_VOLUME, v); in snd_cx88_wm8775_volume_put() 663 wm8775_s_ctrl(core, V4L2_CID_AUDIO_BALANCE, b); in snd_cx88_wm8775_volume_put() 744 wm8775_s_ctrl(core, in snd_cx88_switch_put() 788 wm8775_s_ctrl(core, V4L2_CID_AUDIO_LOUDNESS, in snd_cx88_alc_put()
|
D | cx88-video.c | 664 wm8775_s_ctrl(core, ctrl->id, ctrl->val); in cx8800_s_aud_ctrl() 667 wm8775_s_ctrl(core, ctrl->id, (ctrl->val) ? in cx8800_s_aud_ctrl() 671 wm8775_s_ctrl(core, ctrl->id, ctrl->val << 9); in cx8800_s_aud_ctrl()
|
D | cx88.h | 433 #define wm8775_s_ctrl(core, id, val) \ macro
|