/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 301 int luma_lpf, uv_lpf, comb; in cx18_av_std_setup() local 375 comb = 0x20; in cx18_av_std_setup() 380 comb = 0x20; in cx18_av_std_setup() 385 comb = 0; in cx18_av_std_setup() 436 comb = 0x20; in cx18_av_std_setup() 442 comb = 0x20; in cx18_av_std_setup() 447 comb = 0x66; in cx18_av_std_setup() 488 comb, sc); in cx18_av_std_setup() 515 cx18_av_write(cx, 0x47b, comb); in cx18_av_std_setup()
|
/linux-4.1.27/drivers/media/pci/tw68/ |
D | tw68-video.c | 276 int comb; in tw68_set_scale() local 316 comb = ((vdelay & 0x300) >> 2) | in tw68_set_scale() 322 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale() 323 tw_writeb(TW68_CROP_HI, comb); in tw68_set_scale() 329 comb = ((vscale & 0xf00) >> 4) | ((hscale & 0xf00) >> 8); in tw68_set_scale() 331 "HSCALE_LO=%02x\n", __func__, comb, vscale, hscale); in tw68_set_scale() 332 tw_writeb(TW68_SCALE_HI, comb); in tw68_set_scale()
|
/linux-4.1.27/net/mac80211/ |
D | main.c | 816 const struct ieee80211_iface_combination *comb; in ieee80211_register_hw() local 818 comb = &local->hw.wiphy->iface_combinations[i]; in ieee80211_register_hw() 820 if (comb->num_different_channels > 1) in ieee80211_register_hw() 834 const struct ieee80211_iface_combination *comb; in ieee80211_register_hw() local 836 comb = &local->hw.wiphy->iface_combinations[i]; in ieee80211_register_hw() 838 if (comb->radar_detect_widths && in ieee80211_register_hw() 839 comb->num_different_channels > 1) in ieee80211_register_hw()
|
/linux-4.1.27/drivers/base/power/ |
D | wakeup.c | 42 unsigned int comb = atomic_read(&combined_event_count); in split_counters() local 44 *cnt = (comb >> IN_PROGRESS_BITS); in split_counters() 45 *inpr = comb & MAX_IN_PROGRESS; in split_counters()
|
/linux-4.1.27/drivers/media/pci/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 | 151 u8 vtc,crop,comb; member
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | sonixj.c | 1977 u8 comb; in setautogain() local 1980 comb = 0xc0; in setautogain() 1982 comb = 0xa0; in setautogain() 1984 comb |= 0x03; in setautogain() 1985 i2c_w1(&sd->gspca_dev, 0x13, comb); in setautogain()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall.S | 237 comb,= %r2,%r20,.Lrt_sigreturn 356 comb,= %r2,%r20,.Ltrace_rt_sigreturn
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 779 int luma_lpf, uv_lpf, comb; in cx25840_std_setup() local 800 comb = 0; in cx25840_std_setup() 804 comb = 0x20; in cx25840_std_setup() 808 comb = 0x20; in cx25840_std_setup() 824 comb = 0x20; in cx25840_std_setup() 830 comb = 0x20; in cx25840_std_setup() 836 comb = 0x66; in cx25840_std_setup() 875 src_decimation, burst, luma_lpf, uv_lpf, comb, sc); in cx25840_std_setup() 903 cx25840_write(client, 0x47b, comb); in cx25840_std_setup()
|
/linux-4.1.27/drivers/media/i2c/ |
D | Kconfig | 340 Support for the Techwell tw9906 enhanced multi-standard comb filter
|
/linux-4.1.27/Documentation/video4linux/ |
D | Zoran | 184 NTSC Combs seems to be a decoder mode where the decoder uses a comb filter
|