Home
last modified time | relevance | path

Searched refs:comb (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/media/pci/tw68/
H A Dtw68-video.c257 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()
/kernel/linux/linux-6.6/drivers/media/pci/tw68/
H A Dtw68-video.c257 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()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-av-core.c188 /* set the comb notch = 1 */ in cx18_av_initialize()
287 int luma_lpf, uv_lpf, comb; in cx18_av_std_setup() local
333 * of the screen. I guess the chroma comb filter gets confused in cx18_av_std_setup()
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()
469 "hblank %i, hactive %i, vblank %i, vactive %i, vblank656 %i, src_dec %i, burst 0x%02x, luma_lpf %i, uv_lpf %i, comb in cx18_av_std_setup()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-av-core.c188 /* set the comb notch = 1 */ in cx18_av_initialize()
287 int luma_lpf, uv_lpf, comb; in cx18_av_std_setup() local
333 * of the screen. I guess the chroma comb filter gets confused in cx18_av_std_setup()
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()
469 "hblank %i, hactive %i, vblank %i, vactive %i, vblank656 %i, src_dec %i, burst 0x%02x, luma_lpf %i, uv_lpf %i, comb in cx18_av_std_setup()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcr1_comb_test.c20 * fields : comb.
53 * Verify that comb field match with in mmcr1_comb()
56 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, comb) != in mmcr1_comb()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dqcom-irq-combiner.c205 static int get_registers(struct platform_device *pdev, struct combiner *comb) in get_registers() argument
215 ctx.combiner = comb; in get_registers()
/kernel/linux/linux-5.10/net/mac80211/
H A Dmain.c930 const struct ieee80211_iface_combination *comb; in ieee80211_register_hw() local
932 comb = &local->hw.wiphy->iface_combinations[i]; in ieee80211_register_hw()
934 if (comb->num_different_channels > 1) in ieee80211_register_hw()
948 const struct ieee80211_iface_combination *comb; in ieee80211_register_hw() local
950 comb = &local->hw.wiphy->iface_combinations[i]; in ieee80211_register_hw()
952 if (comb->radar_detect_widths && in ieee80211_register_hw()
953 comb->num_different_channels > 1) in ieee80211_register_hw()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmain.c1014 const struct ieee80211_iface_combination *comb; in ieee80211_register_hw() local
1016 comb = &local->hw.wiphy->iface_combinations[i]; in ieee80211_register_hw()
1018 if (comb->num_different_channels > 1) in ieee80211_register_hw()
1024 const struct ieee80211_iface_combination *comb; in ieee80211_register_hw() local
1026 comb = &local->hw.wiphy->iface_combinations[i]; in ieee80211_register_hw()
1028 if (comb->radar_detect_widths && in ieee80211_register_hw()
1029 comb->num_different_channels > 1) in ieee80211_register_hw()
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dqcom-irq-combiner.c209 static int get_registers(struct platform_device *pdev, struct combiner *comb) in get_registers() argument
219 ctx.combiner = comb; in get_registers()
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.c301 struct ieee80211_iface_combination *comb; in qtnf_mac_iface_comb_free() local
306 comb = &mac->macinfo.if_comb[i]; in qtnf_mac_iface_comb_free()
307 kfree(comb->limits); in qtnf_mac_iface_comb_free()
308 comb->limits = NULL; in qtnf_mac_iface_comb_free()
H A Dcommands.c1024 struct ieee80211_iface_combination *comb = mac->macinfo.if_comb; in qtnf_parse_variable_mac_info() local
1077 if (unlikely(!comb)) { in qtnf_parse_variable_mac_info()
1104 comb[n_comb].num_different_channels = in qtnf_parse_variable_mac_info()
1106 comb[n_comb].max_interfaces = in qtnf_parse_variable_mac_info()
1108 comb[n_comb].n_limits = rec->n_limits; in qtnf_parse_variable_mac_info()
1109 comb[n_comb].limits = limits; in qtnf_parse_variable_mac_info()
1116 pr_debug("MAC%u: comb[%zu]: MAX:%u TYPES:%.4X\n", in qtnf_parse_variable_mac_info()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.c300 struct ieee80211_iface_combination *comb; in qtnf_mac_iface_comb_free() local
305 comb = &mac->macinfo.if_comb[i]; in qtnf_mac_iface_comb_free()
306 kfree(comb->limits); in qtnf_mac_iface_comb_free()
307 comb->limits = NULL; in qtnf_mac_iface_comb_free()
H A Dcommands.c1012 struct ieee80211_iface_combination *comb = mac->macinfo.if_comb; in qtnf_parse_variable_mac_info() local
1065 if (unlikely(!comb)) { in qtnf_parse_variable_mac_info()
1092 comb[n_comb].num_different_channels = in qtnf_parse_variable_mac_info()
1094 comb[n_comb].max_interfaces = in qtnf_parse_variable_mac_info()
1096 comb[n_comb].n_limits = rec->n_limits; in qtnf_parse_variable_mac_info()
1097 comb[n_comb].limits = limits; in qtnf_parse_variable_mac_info()
1104 pr_debug("MAC%u: comb[%zu]: MAX:%u TYPES:%.4X\n", in qtnf_parse_variable_mac_info()
/kernel/linux/linux-5.10/drivers/base/power/
H A Dwakeup.c55 unsigned int comb = atomic_read(&combined_event_count); in split_counters() local
57 *cnt = (comb >> IN_PROGRESS_BITS); in split_counters()
58 *inpr = comb & MAX_IN_PROGRESS; in split_counters()
/kernel/linux/linux-6.6/drivers/base/power/
H A Dwakeup.c50 unsigned int comb = atomic_read(&combined_event_count); in split_counters() local
52 *cnt = (comb >> IN_PROGRESS_BITS); in split_counters()
53 *inpr = comb & MAX_IN_PROGRESS; in split_counters()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-risc.c362 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()
H A Dbttvp.h139 u8 vtc,crop,comb; member
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-risc.c273 geo->comb = (width < 769) ? 1 : 0; in bttv_calc_geo_old()
276 geo->comb = 0; in bttv_calc_geo_old()
329 geo->comb = (width < 769) ? 1 : 0; in bttv_calc_geo()
332 geo->comb = 0; in bttv_calc_geo()
341 if (geo->comb) in bttv_apply_geo()
H A Dbttvp.h138 u8 vtc,crop,comb; member
/kernel/linux/linux-6.6/net/devlink/
H A Ddev.c529 const struct devlink_reload_combination *comb; in devlink_reload_actions_valid() local
548 comb = &devlink_reload_invalid_combinations[i]; in devlink_reload_actions_valid()
549 if (ops->reload_actions == BIT(comb->action) && in devlink_reload_actions_valid()
550 ops->reload_limits == BIT(comb->limit)) in devlink_reload_actions_valid()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dsyscall.S239 comb,= %r2,%r20,.Lrt_sigreturn
375 comb,= %r2,%r20,.Ltrace_rt_sigreturn
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dsyscall.S265 comb,= %r2,%r20,.Lrt_sigreturn
399 comb,= %r2,%r20,.Ltrace_rt_sigreturn
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1118 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()
1233 "hblank %i, hactive %i, vblank %i, vactive %i, vblank656 %i, src_dec %i, burst 0x%02x, luma_lpf %i, uv_lpf %i, comb 0x%02x, sc 0x%06x\n", in cx25840_std_setup()
1236 comb, sc); in cx25840_std_setup()
1263 /* Enables comb filter in cx25840_std_setup()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1118 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()
1233 "hblank %i, hactive %i, vblank %i, vactive %i, vblank656 %i, src_dec %i, burst 0x%02x, luma_lpf %i, uv_lpf %i, comb 0x%02x, sc 0x%06x\n", in cx25840_std_setup()
1236 comb, sc); in cx25840_std_setup()
1263 /* Enables comb filter in cx25840_std_setup()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dsonixj.c1970 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()

Completed in 40 milliseconds

12