Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A 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";
A 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";
A Dcalxeda-combophy.yaml45 combophy5: combo-phy@fff5d000 {
A Dmixel,mipi-dsi-phy.yaml17 The Mixel PHY IP block found on i.MX8qxp is a combo PHY that can work
/linux-6.3-rc2/drivers/media/pci/ivtv/
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()
966 if (combo & IVTV_IRQ_DMA_READ) { in ivtv_irq_handler()
978 if (combo & IVTV_IRQ_DMA_ERR) { in ivtv_irq_handler()
986 if (combo & IVTV_IRQ_ENC_VBI_CAP) { in ivtv_irq_handler()
994 if (combo & IVTV_IRQ_ENC_EOS) { in ivtv_irq_handler()
1000 if (combo & IVTV_IRQ_DEC_DATA_REQ) { in ivtv_irq_handler()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/
A Dhisilicon,histb-xhci.txt23 "combo": for combo phy
44 phy-names = "inno", "combo";
/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/
A 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()
A 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()
2753 combo = conc->combos; 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()
2766 limit = combo->limits; in wil_cfg80211_iface_combinations_from_fw()
2767 for (j = 0; j < combo->n_limits; j++) { in wil_cfg80211_iface_combinations_from_fw()
2775 iface_limit += combo->n_limits; in wil_cfg80211_iface_combinations_from_fw()
[all …]
/linux-6.3-rc2/arch/arm64/boot/dts/broadcom/stingray/
A Dstingray-usb.dtsi18 compatible = "brcm,sr-usb-combo-phy";
45 compatible = "brcm,sr-usb-combo-phy";
/linux-6.3-rc2/drivers/phy/intel/
A DMakefile4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
/linux-6.3-rc2/drivers/misc/ti-st/
A DKconfig14 BT / FM and GPS combo chips. This enables protocol drivers
/linux-6.3-rc2/drivers/iio/imu/
A 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.3-rc2/arch/arm/boot/dts/
A Decx-common.dtsi217 combophy0: combo-phy@fff58000 {
224 combophy5: combo-phy@fff5d000 {
A Domap3-overo-base.dtsi121 /* WiFi/BT combo */
/linux-6.3-rc2/drivers/media/pci/cx18/
A DKconfig19 PCI combo video recorder devices.
/linux-6.3-rc2/drivers/phy/qualcomm/
A DMakefile9 obj-$(CONFIG_PHY_QCOM_QMP_COMBO) += phy-qcom-qmp-combo.o
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-iio-sx932425 [PH3], CS1 and CS2 are measured (combo mode):
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/imu/
A Dnxp,fxos8700.yaml13 Accelerometer and magnetometer combo device with an i2c and SPI interface.
/linux-6.3-rc2/drivers/phy/allwinner/
A DKconfig59 This driver controls each individual USB 2+3 host PHY combo.
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dcfg80211.c7301 combo = kcalloc(n_combos, sizeof(*combo), GFP_KERNEL); in brcmf_setup_ifmodes()
7302 if (!combo) in brcmf_setup_ifmodes()
7339 combo[c].max_interfaces = 4; in brcmf_setup_ifmodes()
7341 combo[c].max_interfaces = i; in brcmf_setup_ifmodes()
7345 combo[c].max_interfaces = 3; in brcmf_setup_ifmodes()
7349 combo[c].max_interfaces = i; in brcmf_setup_ifmodes()
7351 combo[c].n_limits = i; in brcmf_setup_ifmodes()
7352 combo[c].limits = c0_limits; in brcmf_setup_ifmodes()
7370 combo[c].n_limits = i; in brcmf_setup_ifmodes()
7391 combo[c].n_limits = i; in brcmf_setup_ifmodes()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/display/bridge/
A Dfsl,imx8qxp-pixel-link.yaml112 /* to PXL2DPIs in MIPI/LVDS combo subsystems */
/linux-6.3-rc2/drivers/iio/magnetometer/
A DKconfig57 This is a combo module with both accelerometer and magnetometer.
74 This is a combo module with both accelerometer and magnetometer.
/linux-6.3-rc2/drivers/phy/rockchip/
A DKconfig75 combo PHY with NaNeng IP block.
/linux-6.3-rc2/arch/arm64/boot/dts/hisilicon/
A Dhi3660-coresight.dtsi298 /* An invisible combo funnel between clusters and top funnel */
/linux-6.3-rc2/Documentation/admin-guide/
A 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>`.

Completed in 50 milliseconds

12