Home
last modified time | relevance | path

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

123456789

/Linux-v6.6/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";
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_combo_phy.c99 "Combo PHY %c reg %08x state mismatch: " in check_phy_reg()
118 "Combo PHY %c Voltage/Process Info : %s\n", in icl_verify_procmon_ref_values()
136 * other combo PHY's. in has_phy_misc()
172 * the PHY. So if combo PHY A is wired up to drive an external in ehl_vbt_ddi_d_present()
319 "Combo PHY %c already enabled, won't reprogram it.\n", in icl_combo_phys_init()
328 * EHL's combo PHY A can be hooked up to either an external in icl_combo_phys_init()
387 "Combo PHY %c HW state changed unexpectedly\n", in icl_combo_phys_uninit()
391 "Combo PHY %c HW state changed unexpectedly\n", in icl_combo_phys_uninit()
Dintel_dpll_mgr.h107 * @DPLL_ID_ICL_DPLL0: ICL/TGL combo PHY DPLL0
111 * @DPLL_ID_ICL_DPLL1: ICL/TGL combo PHY DPLL1
115 * @DPLL_ID_EHL_DPLL4: EHL combo PHY DPLL4
152 * @DPLL_ID_DG1_DPLL0: DG1 combo PHY DPLL0
156 * @DPLL_ID_DG1_DPLL1: DG1 combo PHY DPLL1
160 * @DPLL_ID_DG1_DPLL2: DG1 combo PHY DPLL2
164 * @DPLL_ID_DG1_DPLL3: DG1 combo PHY DPLL3
/Linux-v6.6/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-v6.6/Documentation/devicetree/bindings/usb/
Dhisilicon,histb-xhci.txt23 "combo": for combo phy
44 phy-names = "inno", "combo";
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_nvm.h10 __le32 combo_ver; /* Combo Image Version number */
11 u8 combo_name_len; /* Length of the unicode combo image version string, max of 32 */
12 __le16 combo_name[32]; /* Unicode string representing the Combo Image version */
/Linux-v6.6/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 */
/Linux-v6.6/drivers/phy/qualcomm/
DKconfig60 tristate "Qualcomm QMP Combo PHY Driver"
68 Enable this to support the QMP Combo PHY transceiver that is used
110 Enable this legacy driver to support the QMP USB+DisplayPort Combo
/Linux-v6.6/drivers/phy/amlogic/
DKconfig64 tristate "Meson G12A USB3+PCIE Combo PHY driver"
70 Enable this to support the Meson USB3 + PCIE Combo PHY found
/Linux-v6.6/drivers/phy/rockchip/
DKconfig70 tristate "Rockchip NANENG COMBO PHY Driver"
75 combo PHY with NaNeng IP block.
/Linux-v6.6/drivers/iio/imu/
DKconfig67 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-v6.6/arch/arm64/boot/dts/broadcom/stingray/
Dstingray-usb.dtsi18 compatible = "brcm,sr-usb-combo-phy";
45 compatible = "brcm,sr-usb-combo-phy";
/Linux-v6.6/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()
/Linux-v6.6/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-v6.6/drivers/mmc/core/
Dbus.c107 * SDIO (non-combo) cards are not handled by mmc_block driver and do not in mmc_bus_uevent()
334 type = "SD-combo"; in mmc_add_card()
336 type = "SDHC-combo"; in mmc_add_card()
/Linux-v6.6/include/sound/
Drt286.h12 bool cbj_en; /*combo jack enable*/
Drt298.h12 bool cbj_en; /*combo jack enable*/
/Linux-v6.6/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]
/Linux-v6.6/drivers/phy/intel/
Dphy-intel-lgm-combo.c3 * Intel Combo-PHY driver
601 { .compatible = "intel,combo-phy" },
610 .name = "intel-combo-phy",
617 MODULE_DESCRIPTION("Intel Combo-phy driver");
DMakefile4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
/Linux-v6.6/drivers/misc/ti-st/
DKconfig14 BT / FM and GPS combo chips. This enables protocol drivers
/Linux-v6.6/Documentation/admin-guide/media/
Ddvb-usb-az6007-cardlist.rst17 * - Technisat CableStar Combo HD CI
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dsw.c272 /* 8188cu Slim Combo */
283 /* 8188 Combo for BC4 */
309 /* HP - Lite-On ,8188CUS Slim Combo */
337 /****** 8188CUS Slim Combo ********/
/Linux-v6.6/drivers/media/pci/cx18/
DKconfig19 PCI combo video recorder devices.

123456789