Home
last modified time | relevance | path

Searched refs:PHY_NONE (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/include/dt-bindings/phy/
Dphy.h13 #define PHY_NONE 0 macro
/linux-5.19.10/drivers/phy/hisilicon/
Dphy-histb-combphy.c75 return (mode->fixed != PHY_NONE) ? true : false; in is_mode_fixed()
218 mode->fixed = PHY_NONE; in histb_combphy_probe()
/linux-5.19.10/drivers/phy/marvell/
Dphy-armada375-usb2.c77 if (WARN_ON((cluster_phy->phy_provided != PHY_NONE) && in armada375_usb_phy_xlate()
/linux-5.19.10/drivers/phy/rockchip/
Dphy-rockchip-naneng-combphy.c256 if (priv->type != PHY_NONE && priv->type != args->args[0]) in rockchip_combphy_xlate()
335 priv->type = PHY_NONE; in rockchip_combphy_probe()
/linux-5.19.10/drivers/phy/ti/
Dphy-am654-serdes.c492 phy->type = PHY_NONE; in serdes_am654_release()
789 am654_phy->type = PHY_NONE; in serdes_am654_probe()
Dphy-j721e-wiz.c1106 u32 reg, num_lanes = 1, phy_type = PHY_NONE; in wiz_get_lane_phy_types()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_display.h328 PHY_NONE = -1, enumerator
Dintel_display.c2084 if (phy == PHY_NONE) in intel_phy_is_combo()
2122 if (phy == PHY_NONE) in intel_phy_is_snps()