Searched refs:comb (Results 1 – 6 of 6) sorted by relevance
/drivers/media/video/cx18/ |
D | cx18-av-core.c | 302 int luma_lpf, uv_lpf, comb; in cx18_av_std_setup() local 376 comb = 0x20; in cx18_av_std_setup() 381 comb = 0x20; in cx18_av_std_setup() 386 comb = 0; in cx18_av_std_setup() 437 comb = 0x20; in cx18_av_std_setup() 443 comb = 0x20; in cx18_av_std_setup() 448 comb = 0x66; in cx18_av_std_setup() 489 comb, sc); in cx18_av_std_setup() 516 cx18_av_write(cx, 0x47b, comb); in cx18_av_std_setup()
|
/drivers/base/power/ |
D | wakeup.c | 39 unsigned int comb = atomic_read(&combined_event_count); in split_counters() local 41 *cnt = (comb >> IN_PROGRESS_BITS); in split_counters() 42 *inpr = comb & MAX_IN_PROGRESS; in split_counters()
|
/drivers/media/video/bt8xx/ |
D | bttv-risc.c | 372 geo->comb = (width < 769) ? 1 : 0; in bttv_calc_geo_old() 375 geo->comb = 0; in bttv_calc_geo_old() 428 geo->comb = (width < 769) ? 1 : 0; in bttv_calc_geo() 431 geo->comb = 0; in bttv_calc_geo() 440 if (geo->comb) in bttv_apply_geo()
|
D | bttvp.h | 150 u8 vtc,crop,comb; member
|
/drivers/media/video/gspca/ |
D | sonixj.c | 2188 u8 comb; in setautogain() local 2191 comb = 0xc0; in setautogain() 2193 comb = 0xa0; in setautogain() 2195 comb |= 0x03; in setautogain() 2196 i2c_w1(&sd->gspca_dev, 0x13, comb); in setautogain()
|
/drivers/media/video/cx25840/ |
D | cx25840-core.c | 777 int luma_lpf, uv_lpf, comb; in cx25840_std_setup() local 798 comb = 0; in cx25840_std_setup() 802 comb = 0x20; in cx25840_std_setup() 806 comb = 0x20; in cx25840_std_setup() 822 comb = 0x20; in cx25840_std_setup() 828 comb = 0x20; in cx25840_std_setup() 834 comb = 0x66; in cx25840_std_setup() 873 src_decimation, burst, luma_lpf, uv_lpf, comb, sc); in cx25840_std_setup() 901 cx25840_write(client, 0x47b, comb); in cx25840_std_setup()
|