Home
last modified time | relevance | path

Searched full:combo (Results 1 – 25 of 194) sorted by relevance

12345678

/kernel/linux/linux-5.10/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
86 compatible = "intel,combophy-lgm", "intel,combo-phy";
Damlogic,g12a-usb3-pcie-phy.yaml8 title: Amlogic G12A USB3 + PCIE Combo PHY
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dhisilicon,histb-xhci.txt23 "combo": for combo phy
44 phy-names = "inno", "combo";
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_combo_phy.c41 * CNL has just one set of registers, while gen11 has a set for each combo PHY.
101 "Combo PHY %c reg %08x state mismatch: " in check_phy_reg()
177 "Combo PHY HW state changed unexpectedly.\n"); in cnl_combo_phys_uninit()
189 * other combo PHY's. in has_phy_misc()
218 * the PHY. So if combo PHY A is wired up to drive an external in ehl_vbt_ddi_d_present()
362 "Combo PHY %c already enabled, won't reprogram it.\n", in icl_combo_phys_init()
371 * EHL's combo PHY A can be hooked up to either an external in icl_combo_phys_init()
431 "Combo PHY %c HW state changed unexpectedly\n", in icl_combo_phys_uninit()
Dintel_dpll_mgr.h114 * @DPLL_ID_ICL_DPLL0: ICL/TGL combo PHY DPLL0
118 * @DPLL_ID_ICL_DPLL1: ICL/TGL combo PHY DPLL1
122 * @DPLL_ID_EHL_DPLL4: EHL combo PHY DPLL4
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/phy/amlogic/
DKconfig42 tristate "Meson G12A USB3+PCIE Combo PHY driver"
48 Enable this to support the Meson USB3 + PCIE Combo PHY found
/kernel/linux/linux-5.10/arch/s390/crypto/
Ddes_s390.c149 .base.cra_priority = 400, /* combo: des + ecb */
173 .base.cra_priority = 400, /* combo: des + cbc */
267 .base.cra_priority = 400, /* combo: des3 + ecb */
291 .base.cra_priority = 400, /* combo: des3 + cbc */
364 .base.cra_priority = 400, /* combo: des + ctr */
385 .base.cra_priority = 400, /* combo: des3 + ede */
/kernel/linux/linux-5.10/drivers/iio/imu/
DKconfig65 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/arch/arm64/boot/dts/broadcom/stingray/
Dstingray-usb.dtsi18 compatible = "brcm,sr-usb-combo-phy";
45 compatible = "brcm,sr-usb-combo-phy";
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
DKconfig58 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/phy/intel/
DMakefile3 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
Dphy-intel-lgm-combo.c3 * Intel Combo-PHY driver
617 { .compatible = "intel,combo-phy" },
626 .name = "intel-combo-phy",
633 MODULE_DESCRIPTION("Intel Combo-phy driver");
/kernel/linux/linux-5.10/include/sound/
Drt286.h12 bool cbj_en; /*combo jack enable*/
Drt298.h12 bool cbj_en; /*combo jack enable*/
/kernel/linux/linux-5.10/drivers/misc/ti-st/
DKconfig14 BT / FM and GPS combo chips. This enables protocol drivers
/kernel/linux/linux-5.10/drivers/mmc/core/
Dbus.c116 * SDIO (non-combo) cards are not handled by mmc_block driver and do not in mmc_bus_uevent()
343 type = "SD-combo"; in mmc_add_card()
345 type = "SDHC-combo"; in mmc_add_card()
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Ddvb-usb-az6007-cardlist.rst17 * - Technisat CableStar Combo HD CI
/kernel/linux/linux-5.10/drivers/zorro/
Dzorro.ids141 0b60 Combo 030 R4 [Accelerator]
142 0b70 Combo 030 R4 [Accelerator and SCSI Host Adapter]
149 0be0 Combo 030 R3 [Accelerator]
150 0bf0 Combo 030 R3 [Accelerator and SCSI Host Adapter]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
DKconfig19 PCI combo video recorder devices.
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dsw.c274 /* 8188cu Slim Combo */
285 /* 8188 Combo for BC4 */
311 /* HP - Lite-On ,8188CUS Slim Combo */
338 /****** 8188CUS Slim Combo ********/
/kernel/linux/linux-5.10/drivers/usb/storage/
Dunusual_sddr55.h19 "USB to CF + SM Combo (LC1)",
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Decx-common.dtsi217 combophy0: combo-phy@fff58000 {
224 combophy5: combo-phy@fff5d000 {

12345678