/linux-6.6.21/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";
|
D | intel,combo-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/intel,combo-phy.yaml# 23 - const: intel,combo-phy 94 compatible = "intel,combophy-lgm", "intel,combo-phy";
|
D | calxeda-combophy.yaml | 45 combophy5: combo-phy@fff5d000 {
|
D | mixel,mipi-dsi-phy.yaml | 17 The Mixel PHY IP block found on i.MX8qxp is a combo PHY that can work
|
/linux-6.6.21/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 …]
|
/linux-6.6.21/Documentation/devicetree/bindings/usb/ |
D | hisilicon,histb-xhci.txt | 23 "combo": for combo phy 44 phy-names = "inno", "combo";
|
/linux-6.6.21/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 | 2726 const struct wil_fw_concurrency_combo *combo; in wil_cfg80211_iface_combinations_from_fw() local 2737 combo = conc->combos; in wil_cfg80211_iface_combinations_from_fw() 2740 total_limits += combo->n_limits; in wil_cfg80211_iface_combinations_from_fw() 2741 limit = combo->limits + combo->n_limits; in wil_cfg80211_iface_combinations_from_fw() 2742 combo = (struct wil_fw_concurrency_combo *)limit; in wil_cfg80211_iface_combinations_from_fw() 2753 combo = conc->combos; in wil_cfg80211_iface_combinations_from_fw() 2755 iface_combinations[i].max_interfaces = combo->max_interfaces; in wil_cfg80211_iface_combinations_from_fw() 2757 combo->n_diff_channels; in wil_cfg80211_iface_combinations_from_fw() 2759 combo->same_bi; in wil_cfg80211_iface_combinations_from_fw() 2760 iface_combinations[i].n_limits = combo->n_limits; in wil_cfg80211_iface_combinations_from_fw() [all …]
|
/linux-6.6.21/arch/arm64/boot/dts/broadcom/stingray/ |
D | stingray-usb.dtsi | 18 compatible = "brcm,sr-usb-combo-phy"; 45 compatible = "brcm,sr-usb-combo-phy";
|
/linux-6.6.21/drivers/phy/intel/ |
D | Makefile | 4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
|
/linux-6.6.21/drivers/misc/ti-st/ |
D | Kconfig | 14 BT / FM and GPS combo chips. This enables protocol drivers
|
/linux-6.6.21/arch/arm/boot/dts/calxeda/ |
D | ecx-common.dtsi | 217 combophy0: combo-phy@fff58000 { 224 combophy5: combo-phy@fff5d000 {
|
/linux-6.6.21/drivers/iio/imu/ |
D | Kconfig | 67 Say yes here to build support for the NXP FXOS8700 m+g combo 79 Say yes here to build support for the NXP FXOS8700 m+g combo
|
/linux-6.6.21/drivers/media/pci/cx18/ |
D | Kconfig | 19 PCI combo video recorder devices.
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-bus-iio-sx9324 | 25 [PH3], CS1 and CS2 are measured (combo mode):
|
/linux-6.6.21/drivers/phy/qualcomm/ |
D | Makefile | 10 obj-$(CONFIG_PHY_QCOM_QMP_COMBO) += phy-qcom-qmp-combo.o
|
/linux-6.6.21/Documentation/devicetree/bindings/iio/imu/ |
D | nxp,fxos8700.yaml | 13 Accelerometer and magnetometer combo device with an i2c and SPI interface.
|
/linux-6.6.21/drivers/phy/allwinner/ |
D | Kconfig | 59 This driver controls each individual USB 2+3 host PHY combo.
|
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 7417 struct ieee80211_iface_combination *combo = NULL; in brcmf_setup_ifmodes() local 7431 combo = kcalloc(n_combos, sizeof(*combo), GFP_KERNEL); in brcmf_setup_ifmodes() 7432 if (!combo) in brcmf_setup_ifmodes() 7452 combo[c].num_different_channels = 1 + (rsdb || (p2p && mchan)); in brcmf_setup_ifmodes() 7469 combo[c].max_interfaces = 4; in brcmf_setup_ifmodes() 7471 combo[c].max_interfaces = i; in brcmf_setup_ifmodes() 7475 combo[c].max_interfaces = 3; in brcmf_setup_ifmodes() 7479 combo[c].max_interfaces = i; in brcmf_setup_ifmodes() 7481 combo[c].n_limits = i; in brcmf_setup_ifmodes() 7482 combo[c].limits = c0_limits; in brcmf_setup_ifmodes() [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/display/bridge/ |
D | fsl,imx8qxp-pixel-link.yaml | 112 /* to PXL2DPIs in MIPI/LVDS combo subsystems */
|
/linux-6.6.21/drivers/iio/magnetometer/ |
D | Kconfig | 57 This is a combo module with both accelerometer and magnetometer. 74 This is a combo module with both accelerometer and magnetometer.
|
/linux-6.6.21/drivers/phy/rockchip/ |
D | Kconfig | 75 combo PHY with NaNeng IP block.
|
/linux-6.6.21/arch/arm64/boot/dts/hisilicon/ |
D | hi3660-coresight.dtsi | 298 /* An invisible combo funnel between clusters and top funnel */
|
/linux-6.6.21/arch/arm/boot/dts/ti/omap/ |
D | omap3-overo-base.dtsi | 121 /* WiFi/BT combo */
|
/linux-6.6.21/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>`.
|