/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
D | brcm,stingray-usb-phy.txt | 5 - "brcm,sr-usb-combo-phy" is combo PHY has two PHYs, one SS and one HS. 9 - Must be 1 for brcm,sr-usb-combo-phy as it expects one argument to indicate 17 compatible = "brcm,sr-usb-combo-phy"; 23 compatible = "brcm,sr-usb-combo-phy";
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
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 …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
D | hisilicon,histb-xhci.txt | 23 "combo": for combo phy 44 phy-names = "inno", "combo";
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
D | fw_inc.c | 203 const struct wil_fw_concurrency_combo *combo; in fw_handle_concurrency() local 216 combo = rec->combos; in fw_handle_concurrency() 218 if (remain < sizeof(*combo)) in fw_handle_concurrency() 220 remain -= sizeof(*combo); in fw_handle_concurrency() 221 limit = combo->limits; in fw_handle_concurrency() 222 lsize = combo->n_limits * sizeof(*limit); in fw_handle_concurrency() 226 limit += combo->n_limits; in fw_handle_concurrency() 227 combo = (struct wil_fw_concurrency_combo *)limit; in fw_handle_concurrency()
|
D | cfg80211.c | 2702 const struct wil_fw_concurrency_combo *combo; in wil_cfg80211_iface_combinations_from_fw() local 2713 combo = conc->combos; in wil_cfg80211_iface_combinations_from_fw() 2716 total_limits += combo->n_limits; in wil_cfg80211_iface_combinations_from_fw() 2717 limit = combo->limits + combo->n_limits; in wil_cfg80211_iface_combinations_from_fw() 2718 combo = (struct wil_fw_concurrency_combo *)limit; in wil_cfg80211_iface_combinations_from_fw() 2729 combo = conc->combos; in wil_cfg80211_iface_combinations_from_fw() 2731 iface_combinations[i].max_interfaces = combo->max_interfaces; in wil_cfg80211_iface_combinations_from_fw() 2733 combo->n_diff_channels; in wil_cfg80211_iface_combinations_from_fw() 2735 combo->same_bi; in wil_cfg80211_iface_combinations_from_fw() 2736 iface_combinations[i].n_limits = combo->n_limits; in wil_cfg80211_iface_combinations_from_fw() [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/broadcom/stingray/ |
D | stingray-usb.dtsi | 18 compatible = "brcm,sr-usb-combo-phy"; 45 compatible = "brcm,sr-usb-combo-phy";
|
/kernel/linux/linux-5.10/drivers/phy/intel/ |
D | Makefile | 3 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
|
/kernel/linux/linux-5.10/drivers/misc/ti-st/ |
D | Kconfig | 14 BT / FM and GPS combo chips. This enables protocol drivers
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | ecx-common.dtsi | 217 combophy0: combo-phy@fff58000 { 224 combophy5: combo-phy@fff5d000 {
|
D | omap3-overo-base.dtsi | 121 /* WiFi/BT combo */
|
D | meson8b-ec100.dts | 424 * combo chip. This is only available on the variant with 2GB RAM.
|
/kernel/linux/linux-5.10/drivers/iio/imu/ |
D | Kconfig | 65 Say yes here to build support for the NXP FXOS8700 m+g combo 77 Say yes here to build support for the NXP FXOS8700 m+g combo
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
D | Kconfig | 19 PCI combo video recorder devices.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | ac100.txt | 3 AC100 is a audio codec and RTC subsystem combo IC. The 2 parts are
|
/kernel/linux/linux-5.10/drivers/phy/allwinner/ |
D | Kconfig | 59 This driver controls each individual USB 2+3 host PHY combo.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ab8500/ |
D | fg.txt | 10 main-charger, usb-combo-charger and battery-temperature-monitoring.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
D | ti-bluetooth.txt | 42 "ext_clock" (External clock provided to the TI combo chip).
|
/kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
D | Kconfig | 58 This is a combo module with both accelerometer and magnetometer. 75 This is a combo module with both accelerometer and magnetometer.
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 6884 struct ieee80211_iface_combination *combo = NULL; in brcmf_setup_ifmodes() local 6898 combo = kcalloc(n_combos, sizeof(*combo), GFP_KERNEL); in brcmf_setup_ifmodes() 6899 if (!combo) in brcmf_setup_ifmodes() 6919 combo[c].num_different_channels = 1 + (rsdb || (p2p && mchan)); in brcmf_setup_ifmodes() 6936 combo[c].max_interfaces = 4; in brcmf_setup_ifmodes() 6938 combo[c].max_interfaces = i; in brcmf_setup_ifmodes() 6942 combo[c].max_interfaces = 3; in brcmf_setup_ifmodes() 6946 combo[c].max_interfaces = i; in brcmf_setup_ifmodes() 6948 combo[c].n_limits = i; in brcmf_setup_ifmodes() 6949 combo[c].limits = c0_limits; in brcmf_setup_ifmodes() [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/ |
D | hi3660-coresight.dtsi | 298 /* An invisible combo funnel between clusters and top funnel */
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
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 :kbd:`ALT-SysRq-<command key>`.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | i2c-cardlist.rst | 276 tda8290 TDA 8290/8295 + 8275(a)/18271 tuner combo
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
D | Kconfig | 42 tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
|
/kernel/linux/linux-5.10/Documentation/sound/hd-audio/ |
D | models.rst | 97 alc283-sense-combo 259 alc-sense-combo
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
D | Kconfig | 192 Say Y here if you have a Sharp GP2AP002 proximity/ALS combo-chip 206 Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
|