Home
last modified time | relevance | path

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

12345678910>>...17

/kernel/linux/linux-6.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";
/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";
/kernel/linux/linux-6.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
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dhisilicon,histb-xhci.txt23 "combo": for combo phy
44 phy-names = "inno", "combo";
/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()
/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-6.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 …]
/kernel/linux/linux-6.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 */
/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-6.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 */
/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-6.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
/kernel/linux/linux-6.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
/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-6.6/drivers/phy/rockchip/
DKconfig70 tristate "Rockchip NANENG COMBO PHY Driver"
75 combo PHY with NaNeng IP block.
/kernel/linux/linux-6.6/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-6.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
/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-6.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()
/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.

12345678910>>...17