Searched refs:wm8775_s_ctrl (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/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,
|
/linux-6.6.21/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 661 wm8775_s_ctrl(core, V4L2_CID_AUDIO_VOLUME, v); in snd_cx88_wm8775_volume_put() 662 wm8775_s_ctrl(core, V4L2_CID_AUDIO_BALANCE, b); in snd_cx88_wm8775_volume_put() 743 wm8775_s_ctrl(core, in snd_cx88_switch_put() 787 wm8775_s_ctrl(core, V4L2_CID_AUDIO_LOUDNESS, in snd_cx88_alc_put()
|
D | cx88-video.c | 665 wm8775_s_ctrl(core, ctrl->id, ctrl->val); in cx8800_s_aud_ctrl() 668 wm8775_s_ctrl(core, ctrl->id, (ctrl->val) ? in cx8800_s_aud_ctrl() 672 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
|