Searched refs:comb (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
| H A D | mmcr1_comb_test.c | 56 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, comb) != in mmcr1_comb()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt792x_core.c | 139 struct ieee80211_iface_combination *comb; in mt792x_setup_iface_combinations() local 155 comb = devm_kcalloc(&wiphy->dev, n_base + n_nan, sizeof(*comb), in mt792x_setup_iface_combinations() 157 if (!comb) in mt792x_setup_iface_combinations() 160 memcpy(comb, if_comb_chanctx_base, sizeof(if_comb_chanctx_base)); in mt792x_setup_iface_combinations() 161 memcpy(comb + n_base, if_comb_chanctx_nan, sizeof(if_comb_chanctx_nan)); in mt792x_setup_iface_combinations() 163 dev->iface_combinations = comb; in mt792x_setup_iface_combinations()
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-risc.c | 273 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 D | bttvp.h | 138 u8 vtc,crop,comb; member
|
| /linux/net/devlink/ |
| H A D | dev.c | 603 const struct devlink_reload_combination *comb; in devlink_reload_actions_valid() local 622 comb = &devlink_reload_invalid_combinations[i]; in devlink_reload_actions_valid() 623 if (ops->reload_actions == BIT(comb->action) && in devlink_reload_actions_valid() 624 ops->reload_limits == BIT(comb->limit)) in devlink_reload_actions_valid()
|
| /linux/drivers/media/usb/gspca/ |
| H A 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/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 14443 struct ieee80211_iface_combination *comb) in ath12k_mac_setup_radio_iface_comb() argument 14493 comb[0].limits = limits; in ath12k_mac_setup_radio_iface_comb() 14494 comb[0].n_limits = n_limits; in ath12k_mac_setup_radio_iface_comb() 14495 comb[0].max_interfaces = max_interfaces; in ath12k_mac_setup_radio_iface_comb() 14496 comb[0].beacon_int_infra_match = true; in ath12k_mac_setup_radio_iface_comb() 14497 comb[0].beacon_int_min_gcd = 100; in ath12k_mac_setup_radio_iface_comb() 14499 comb[0].num_different_channels = 1; in ath12k_mac_setup_radio_iface_comb() 14500 comb[0].radar_detect_widths = BIT(NL80211_CHAN_WIDTH_20_NOHT) | in ath12k_mac_setup_radio_iface_comb() 14513 struct ieee80211_iface_combination *comb) in ath12k_mac_setup_global_iface_comb() argument 14545 comb->max_interfaces += iter_comb->max_interfaces; in ath12k_mac_setup_global_iface_comb() [all …]
|
| /linux/net/mac80211/ |
| H A D | main.c | 1215 const struct ieee80211_iface_combination *comb; in ieee80211_register_hw() local 1217 comb = &local->hw.wiphy->iface_combinations[i]; in ieee80211_register_hw() 1219 if (comb->num_different_channels > 1) in ieee80211_register_hw()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | field-order.rst | 98 because they will have "comb" or "feathering" artefacts around
|
| /linux/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 1598 relation, and the details don't matter unless you want to comb through
|