Searched refs:combo (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/phy/intel/
H A DMakefile4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
/linux-master/drivers/media/pci/ivtv/
H A Divtv-irq.c921 u32 combo; local
930 combo = ~itv->irqmask & stat;
933 if (combo) write_reg(combo, IVTV_REG_IRQSTATUS);
935 if (0 == combo) {
959 if (combo & ~0xff6d0400)
960 IVTV_DEBUG_HI_IRQ("======= valid IRQ bits: 0x%08x ======\n", combo);
962 if (combo & IVTV_IRQ_DEC_DMA_COMPLETE) {
966 if (combo & IVTV_IRQ_DMA_READ) {
970 if (combo
[all...]
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_gem.c95 u64 combo = invalid_combinations[i]; local
97 if ((flags & combo) == combo)
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dfw_inc.c203 const struct wil_fw_concurrency_combo *combo; local
216 combo = rec->combos;
218 if (remain < sizeof(*combo))
220 remain -= sizeof(*combo);
221 limit = combo->limits;
222 lsize = combo->n_limits * sizeof(*limit);
226 limit += combo->n_limits;
227 combo = (struct wil_fw_concurrency_combo *)limit;
H A Dcfg80211.c2727 const struct wil_fw_concurrency_combo *combo; local
2738 combo = conc->combos;
2741 total_limits += combo->n_limits;
2742 limit = combo->limits + combo->n_limits;
2743 combo = (struct wil_fw_concurrency_combo *)limit;
2754 combo = conc->combos;
2756 iface_combinations[i].max_interfaces = combo->max_interfaces;
2758 combo->n_diff_channels;
2760 combo
[all...]
/linux-master/drivers/phy/qualcomm/
H A DMakefile10 obj-$(CONFIG_PHY_QCOM_QMP_COMBO) += phy-qcom-qmp-combo.o phy-qcom-qmp-usbc.o
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7407 struct ieee80211_iface_combination *combo = NULL; local
7421 combo = kcalloc(n_combos, sizeof(*combo), GFP_KERNEL);
7422 if (!combo)
7442 combo[c].num_different_channels = 1 + (rsdb || (p2p && mchan));
7459 combo[c].max_interfaces = 4;
7461 combo[c].max_interfaces = i;
7465 combo[c].max_interfaces = 3;
7469 combo[c].max_interfaces = i;
7471 combo[
7571 const struct ieee80211_iface_combination *combo; local
[all...]

Completed in 154 milliseconds