Home
last modified time | relevance | path

Searched refs:combo (Results 1 – 25 of 37) sorted by relevance

12

/linux/drivers/media/pci/ivtv/
H A Divtv-irq.c921 u32 combo; in ivtv_irq_handler() local
930 combo = ~itv->irqmask & stat; in ivtv_irq_handler()
933 if (combo) write_reg(combo, IVTV_REG_IRQSTATUS); in ivtv_irq_handler()
935 if (0 == combo) { in ivtv_irq_handler()
959 if (combo & ~0xff6d0400) in ivtv_irq_handler()
960 IVTV_DEBUG_HI_IRQ("======= valid IRQ bits: 0x%08x ======\n", combo); in ivtv_irq_handler()
962 if (combo & IVTV_IRQ_DEC_DMA_COMPLETE) { in ivtv_irq_handler()
966 if (combo & IVTV_IRQ_DMA_READ) { in ivtv_irq_handler()
970 if (combo & IVTV_IRQ_ENC_DMA_COMPLETE) { in ivtv_irq_handler()
974 if (combo & IVTV_IRQ_ENC_PIO_COMPLETE) { in ivtv_irq_handler()
[all …]
/linux/Documentation/devicetree/bindings/usb/
H A Dhisilicon,histb-xhci.txt23 "combo": for combo phy
44 phy-names = "inno", "combo";
/linux/drivers/net/wireless/ath/wil6210/
H A Dfw_inc.c202 const struct wil_fw_concurrency_combo *combo; in fw_handle_concurrency() local
215 combo = (const struct wil_fw_concurrency_combo *)(rec + 1); in fw_handle_concurrency()
217 if (remain < sizeof(*combo)) in fw_handle_concurrency()
219 remain -= sizeof(*combo); in fw_handle_concurrency()
220 limit = combo->limits; in fw_handle_concurrency()
221 lsize = combo->n_limits * sizeof(*limit); in fw_handle_concurrency()
225 limit += combo->n_limits; in fw_handle_concurrency()
226 combo = (struct wil_fw_concurrency_combo *)limit; in fw_handle_concurrency()
H A Dcfg80211.c2727 const struct wil_fw_concurrency_combo *combo; in wil_cfg80211_iface_combinations_from_fw() local
2738 combo = (const struct wil_fw_concurrency_combo *)(conc + 1); in wil_cfg80211_iface_combinations_from_fw()
2741 total_limits += combo->n_limits; in wil_cfg80211_iface_combinations_from_fw()
2742 limit = combo->limits + combo->n_limits; in wil_cfg80211_iface_combinations_from_fw()
2743 combo = (struct wil_fw_concurrency_combo *)limit; in wil_cfg80211_iface_combinations_from_fw()
2754 combo = (const struct wil_fw_concurrency_combo *)(conc + 1); in wil_cfg80211_iface_combinations_from_fw()
2756 iface_combinations[i].max_interfaces = combo->max_interfaces; in wil_cfg80211_iface_combinations_from_fw()
2758 combo->n_diff_channels; in wil_cfg80211_iface_combinations_from_fw()
2760 combo->same_bi; in wil_cfg80211_iface_combinations_from_fw()
2761 iface_combinations[i].n_limits = combo->n_limits; in wil_cfg80211_iface_combinations_from_fw()
[all …]
/linux/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-usb.dtsi18 compatible = "brcm,sr-usb-combo-phy";
35 compatible = "brcm,sr-usb-combo-phy";
/linux/drivers/gpu/drm/imagination/
H A Dpvr_gem.c105 u64 combo = invalid_combinations[i]; in pvr_gem_object_flags_validate() local
107 if ((flags & combo) == combo) in pvr_gem_object_flags_validate()
/linux/drivers/phy/intel/
H A DMakefile4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
/linux/arch/arm/boot/dts/calxeda/
H A Decx-common.dtsi217 combophy0: combo-phy@fff58000 {
224 combophy5: combo-phy@fff5d000 {
/linux/drivers/phy/rockchip/
H A DKconfig75 combo PHY with NaNeng IP block.
142 Enable this to support the Rockchip USB3.0/DP combo PHY with
/linux/drivers/iio/imu/
H A DKconfig82 Say yes here to build support for the NXP FXOS8700 m+g combo
94 Say yes here to build support for the NXP FXOS8700 m+g combo
/linux/drivers/media/pci/cx18/
H A DKconfig19 PCI combo video recorder devices.
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-buttress.h83 u32 legacy, u32 combo);
/linux/drivers/staging/media/ipu7/
H A Dipu7-buttress.h73 u32 legacy, u32 combo);
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-sx932425 [PH3], CS1 and CS2 are measured (combo mode):
/linux/drivers/phy/qualcomm/
H A DMakefile11 obj-$(CONFIG_PHY_QCOM_QMP_COMBO) += phy-qcom-qmp-combo.o phy-qcom-qmp-usbc.o
/linux/drivers/phy/allwinner/
H A DKconfig59 This driver controls each individual USB 2+3 host PHY combo.
/linux/drivers/phy/
H A DKconfig137 tristate "PCIe and combo PHY driver for the SpacemiT K1 SoC"
145 Enable support for the PCIe and USB 3 combo PHY and two
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7475 struct ieee80211_iface_combination *combo = NULL; in brcmf_setup_ifmodes() local
7489 combo = kzalloc_objs(*combo, n_combos); in brcmf_setup_ifmodes()
7490 if (!combo) in brcmf_setup_ifmodes()
7510 combo[c].num_different_channels = 1 + (rsdb || (p2p && mchan)); in brcmf_setup_ifmodes()
7527 combo[c].max_interfaces = 4; in brcmf_setup_ifmodes()
7529 combo[c].max_interfaces = i; in brcmf_setup_ifmodes()
7533 combo[c].max_interfaces = 3; in brcmf_setup_ifmodes()
7537 combo[c].max_interfaces = i; in brcmf_setup_ifmodes()
7539 combo[c].n_limits = i; in brcmf_setup_ifmodes()
7540 combo[c].limits = c0_limits; in brcmf_setup_ifmodes()
[all …]
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h618-longanpi-3h.dts86 /* WiFi & BT combo module is connected to this Host */
/linux/drivers/iio/magnetometer/
H A DKconfig84 This is a combo module with both accelerometer and magnetometer.
101 This is a combo module with both accelerometer and magnetometer.
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-overo-base.dtsi121 /* WiFi/BT combo */
/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-coresight.dtsi306 /* An invisible combo funnel between clusters and top funnel */
/linux/Documentation/admin-guide/
H A Dsysrq.rst9 It is a 'magical' key combo you can hit which the kernel will respond to
52 You press the key combo `ALT-SysRq-<command key>`.
/linux/Documentation/admin-guide/media/
H A Di2c-cardlist.rst273 tda8290 TDA 8290/8295 + 8275(a)/18271 tuner combo
/linux/drivers/media/tuners/
H A DKconfig237 tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"

12