Searched refs:bass (Results 1 – 5 of 5) sorted by relevance
/drivers/media/i2c/ |
D | tda7432.c | 67 struct v4l2_ctrl *bass; member 275 u8 bass, treble, volume; in tda7432_s_ctrl() local 313 bass = t->bass->val; in tda7432_s_ctrl() 315 if (bass >= 0x8) in tda7432_s_ctrl() 316 bass = 14 - (bass - 8); in tda7432_s_ctrl() 320 tda7432_write(sd, TDA7432_TN, 0x10 | (bass << 4) | treble); in tda7432_s_ctrl() 367 t->bass = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops, in tda7432_probe() 378 v4l2_ctrl_cluster(2, &t->bass); in tda7432_probe()
|
/drivers/media/pci/cx18/ |
D | cx18-av-audio.c | 347 static void set_bass(struct cx18 *cx, int bass) in set_bass() argument 350 cx18_av_and_or(cx, 0x8d9, ~0x3f, 48 - (bass * 48 / 0xffff)); in set_bass()
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw-internal.h | 356 VCREATE_DATA(bass);
|
D | pvrusb2-hdw.c | 976 VCREATE_FUNCS(bass) 1037 DEFREF(bass), 2882 PVR2_SUBDEV_SET_CONTROL(hdw, V4L2_CID_AUDIO_BASS, bass); in pvr2_subdev_update()
|
/drivers/hid/ |
D | hid-wiimote-modules.c | 1997 __u8 o, r, y, g, b, bass, bm, bp; in wiimod_drums_in_ext() local 2041 bass = !(ext[5] & 0x04); in wiimod_drums_in_ext() 2068 bass, &wdata->state.pressure_drums[5], in wiimod_drums_in_ext()
|