| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-irq.c | 921 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 D | hisilicon,histb-xhci.txt | 23 "combo": for combo phy 44 phy-names = "inno", "combo";
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | fw_inc.c | 202 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 D | cfg80211.c | 2727 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 D | stingray-usb.dtsi | 18 compatible = "brcm,sr-usb-combo-phy"; 35 compatible = "brcm,sr-usb-combo-phy";
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_gem.c | 105 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 D | Makefile | 4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
|
| /linux/arch/arm/boot/dts/calxeda/ |
| H A D | ecx-common.dtsi | 217 combophy0: combo-phy@fff58000 { 224 combophy5: combo-phy@fff5d000 {
|
| /linux/drivers/phy/rockchip/ |
| H A D | Kconfig | 75 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 D | Kconfig | 82 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 D | Kconfig | 19 PCI combo video recorder devices.
|
| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-buttress.h | 83 u32 legacy, u32 combo);
|
| /linux/drivers/staging/media/ipu7/ |
| H A D | ipu7-buttress.h | 73 u32 legacy, u32 combo);
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-sx9324 | 25 [PH3], CS1 and CS2 are measured (combo mode):
|
| /linux/drivers/phy/qualcomm/ |
| H A D | Makefile | 11 obj-$(CONFIG_PHY_QCOM_QMP_COMBO) += phy-qcom-qmp-combo.o phy-qcom-qmp-usbc.o
|
| /linux/drivers/phy/allwinner/ |
| H A D | Kconfig | 59 This driver controls each individual USB 2+3 host PHY combo.
|
| /linux/drivers/phy/ |
| H A D | Kconfig | 137 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 D | cfg80211.c | 7475 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 D | sun50i-h618-longanpi-3h.dts | 86 /* WiFi & BT combo module is connected to this Host */
|
| /linux/drivers/iio/magnetometer/ |
| H A D | Kconfig | 84 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 D | omap3-overo-base.dtsi | 121 /* WiFi/BT combo */
|
| /linux/arch/arm64/boot/dts/hisilicon/ |
| H A D | hi3660-coresight.dtsi | 306 /* An invisible combo funnel between clusters and top funnel */
|
| /linux/Documentation/admin-guide/ |
| H A D | sysrq.rst | 9 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 D | i2c-cardlist.rst | 273 tda8290 TDA 8290/8295 + 8275(a)/18271 tuner combo
|
| /linux/drivers/media/tuners/ |
| H A D | Kconfig | 237 tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
|