/Linux-v5.4/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 287 int luma_lpf, uv_lpf, comb; in cx18_av_std_setup() local 361 comb = 0x20; in cx18_av_std_setup() 366 comb = 0x20; in cx18_av_std_setup() 371 comb = 0; in cx18_av_std_setup() 422 comb = 0x20; in cx18_av_std_setup() 428 comb = 0x20; in cx18_av_std_setup() 433 comb = 0x66; in cx18_av_std_setup() 472 comb, sc); in cx18_av_std_setup() 499 cx18_av_write(cx, 0x47b, comb); in cx18_av_std_setup()
|
/Linux-v5.4/drivers/media/pci/tw68/ |
D | tw68-video.c | 257 int comb; in tw68_set_scale() local 296 comb = ((vdelay & 0x300) >> 2) | in tw68_set_scale() 301 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale() 302 tw_writeb(TW68_CROP_HI, comb); in tw68_set_scale() 308 comb = ((vscale & 0xf00) >> 4) | ((hscale & 0xf00) >> 8); in tw68_set_scale() 310 __func__, comb, vscale, hscale); in tw68_set_scale() 311 tw_writeb(TW68_SCALE_HI, comb); in tw68_set_scale()
|
/Linux-v5.4/drivers/irqchip/ |
D | qcom-irq-combiner.c | 209 static int get_registers(struct platform_device *pdev, struct combiner *comb) in get_registers() argument 219 ctx.combiner = comb; in get_registers()
|
/Linux-v5.4/net/mac80211/ |
D | main.c | 899 const struct ieee80211_iface_combination *comb; in ieee80211_register_hw() local 901 comb = &local->hw.wiphy->iface_combinations[i]; in ieee80211_register_hw() 903 if (comb->num_different_channels > 1) in ieee80211_register_hw() 917 const struct ieee80211_iface_combination *comb; in ieee80211_register_hw() local 919 comb = &local->hw.wiphy->iface_combinations[i]; in ieee80211_register_hw() 921 if (comb->radar_detect_widths && in ieee80211_register_hw() 922 comb->num_different_channels > 1) in ieee80211_register_hw()
|
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
D | core.c | 286 struct ieee80211_iface_combination *comb; in qtnf_mac_iface_comb_free() local 291 comb = &mac->macinfo.if_comb[i]; in qtnf_mac_iface_comb_free() 292 kfree(comb->limits); in qtnf_mac_iface_comb_free() 293 comb->limits = NULL; in qtnf_mac_iface_comb_free()
|
D | commands.c | 990 struct ieee80211_iface_combination *comb = NULL; in qtnf_parse_variable_mac_info() local 1071 comb = mac->macinfo.if_comb; in qtnf_parse_variable_mac_info() 1078 if (unlikely(!comb)) { in qtnf_parse_variable_mac_info() 1105 comb[n_comb].num_different_channels = in qtnf_parse_variable_mac_info() 1107 comb[n_comb].max_interfaces = in qtnf_parse_variable_mac_info() 1109 comb[n_comb].n_limits = rec->n_limits; in qtnf_parse_variable_mac_info() 1110 comb[n_comb].limits = limits; in qtnf_parse_variable_mac_info()
|
/Linux-v5.4/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 362 geo->comb = (width < 769) ? 1 : 0; in bttv_calc_geo_old() 365 geo->comb = 0; in bttv_calc_geo_old() 418 geo->comb = (width < 769) ? 1 : 0; in bttv_calc_geo() 421 geo->comb = 0; in bttv_calc_geo() 430 if (geo->comb) in bttv_apply_geo()
|
D | bttvp.h | 139 u8 vtc,crop,comb; member
|
/Linux-v5.4/drivers/base/power/ |
D | wakeup.c | 51 unsigned int comb = atomic_read(&combined_event_count); in split_counters() local 53 *cnt = (comb >> IN_PROGRESS_BITS); in split_counters() 54 *inpr = comb & MAX_IN_PROGRESS; in split_counters()
|
/Linux-v5.4/drivers/media/usb/gspca/ |
D | sonixj.c | 1970 u8 comb; in setautogain() local 1973 comb = 0xc0; in setautogain() 1975 comb = 0xa0; in setautogain() 1977 comb |= 0x03; in setautogain() 1978 i2c_w1(&sd->gspca_dev, 0x13, comb); in setautogain()
|
/Linux-v5.4/arch/parisc/kernel/ |
D | syscall.S | 239 comb,= %r2,%r20,.Lrt_sigreturn 375 comb,= %r2,%r20,.Ltrace_rt_sigreturn
|
/Linux-v5.4/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 1118 int luma_lpf, uv_lpf, comb; in cx25840_std_setup() local 1146 comb = 0; in cx25840_std_setup() 1154 comb = 0x20; in cx25840_std_setup() 1158 comb = 0x20; in cx25840_std_setup() 1182 comb = 0x20; in cx25840_std_setup() 1188 comb = 0x20; in cx25840_std_setup() 1196 comb = 0x66; in cx25840_std_setup() 1236 comb, sc); in cx25840_std_setup() 1264 cx25840_write(client, 0x47b, comb); in cx25840_std_setup()
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | field-order.rst | 104 because they will have "comb" or "feathering" artefacts around
|
/Linux-v5.4/drivers/media/i2c/ |
D | Kconfig | 421 Support for the Techwell tw9906 enhanced multi-standard comb filter
|
/Linux-v5.4/tools/memory-model/Documentation/ |
D | explanation.txt | 1513 relation, and the details don't matter unless you want to comb through
|