Searched refs:loud (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/
H A Dtda7432.c69 int loud; member in struct:tda7432
236 t->rf, t->rr, t->loud);
246 buf[9] = t->loud;
274 t->loud = loudness; /* insmod parameter */
H A Dwm8775.c63 struct v4l2_ctrl *loud; member in struct:wm8775_state
258 state->loud = v4l2_ctrl_new_std(&state->hdl, &wm8775_ctrl_ops,
295 wm8775_write(sd, R17, (state->loud->val ? ALC_EN : 0) | ALC_HOLD);
/drivers/staging/media/easycap/
H A Deasycap_low.c891 * loud dB register 0x10 dB register 0x1C dB total
901 int easycap_audio_gainset(struct usb_device *pusb_device, s8 loud) argument
909 if (0 > loud)
910 loud = 0;
911 if (31 < loud)
912 loud = 31;
924 if (16 > loud)
925 tmp = 0x01 | (0x001F & (((u8)(15 - loud)) << 1));
956 if (16 <= loud)
957 tmp = 0x000F & (u8)(loud
[all...]

Completed in 62 milliseconds