Home
last modified time | relevance | path

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

12

/linux-6.1.9/Documentation/devicetree/bindings/phy/
Dbrcm,stingray-usb-phy.txt5 - "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";
Dintel,combo-phy.yaml4 $id: http://devicetree.org/schemas/phy/intel,combo-phy.yaml#
23 - const: intel,combo-phy
94 compatible = "intel,combophy-lgm", "intel,combo-phy";
Dcalxeda-combophy.yaml45 combophy5: combo-phy@fff5d000 {
Dmixel,mipi-dsi-phy.yaml17 The Mixel PHY IP block found on i.MX8qxp is a combo PHY that can work
/linux-6.1.9/drivers/media/pci/ivtv/
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-6.1.9/Documentation/devicetree/bindings/usb/
Dhisilicon,histb-xhci.txt23 "combo": for combo phy
44 phy-names = "inno", "combo";
/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dfw_inc.c203 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()
Dcfg80211.c2726 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.1.9/arch/arm64/boot/dts/broadcom/stingray/
Dstingray-usb.dtsi18 compatible = "brcm,sr-usb-combo-phy";
45 compatible = "brcm,sr-usb-combo-phy";
/linux-6.1.9/drivers/phy/intel/
DMakefile4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
/linux-6.1.9/drivers/misc/ti-st/
DKconfig14 BT / FM and GPS combo chips. This enables protocol drivers
/linux-6.1.9/drivers/iio/imu/
DKconfig66 Say yes here to build support for the NXP FXOS8700 m+g combo
78 Say yes here to build support for the NXP FXOS8700 m+g combo
/linux-6.1.9/arch/arm/boot/dts/
Decx-common.dtsi217 combophy0: combo-phy@fff58000 {
224 combophy5: combo-phy@fff5d000 {
Domap3-overo-base.dtsi121 /* WiFi/BT combo */
/linux-6.1.9/drivers/phy/qualcomm/
DMakefile9 phy-qcom-qmp-combo.o \
/linux-6.1.9/drivers/media/pci/cx18/
DKconfig19 PCI combo video recorder devices.
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-bus-iio-sx932425 [PH3], CS1 and CS2 are measured (combo mode):
/linux-6.1.9/Documentation/devicetree/bindings/iio/imu/
Dnxp,fxos8700.yaml13 Accelerometer and magnetometer combo device with an i2c and SPI interface.
/linux-6.1.9/drivers/phy/allwinner/
DKconfig59 This driver controls each individual USB 2+3 host PHY combo.
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c6986 struct ieee80211_iface_combination *combo = NULL; in brcmf_setup_ifmodes() local
7000 combo = kcalloc(n_combos, sizeof(*combo), GFP_KERNEL); in brcmf_setup_ifmodes()
7001 if (!combo) in brcmf_setup_ifmodes()
7021 combo[c].num_different_channels = 1 + (rsdb || (p2p && mchan)); in brcmf_setup_ifmodes()
7038 combo[c].max_interfaces = 4; in brcmf_setup_ifmodes()
7040 combo[c].max_interfaces = i; in brcmf_setup_ifmodes()
7044 combo[c].max_interfaces = 3; in brcmf_setup_ifmodes()
7048 combo[c].max_interfaces = i; in brcmf_setup_ifmodes()
7050 combo[c].n_limits = i; in brcmf_setup_ifmodes()
7051 combo[c].limits = c0_limits; in brcmf_setup_ifmodes()
[all …]
/linux-6.1.9/drivers/iio/magnetometer/
DKconfig57 This is a combo module with both accelerometer and magnetometer.
74 This is a combo module with both accelerometer and magnetometer.
/linux-6.1.9/Documentation/devicetree/bindings/display/bridge/
Dfsl,imx8qxp-pixel-link.yaml112 /* to PXL2DPIs in MIPI/LVDS combo subsystems */
/linux-6.1.9/drivers/phy/rockchip/
DKconfig75 combo PHY with NaNeng IP block.
/linux-6.1.9/arch/arm64/boot/dts/hisilicon/
Dhi3660-coresight.dtsi298 /* An invisible combo funnel between clusters and top funnel */
/linux-6.1.9/Documentation/admin-guide/
Dsysrq.rst9 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>`.

12