Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/dt-bindings/phy/
H A Dphy.h13 #define PHY_NONE 0 macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/phy/
H A Dphy.h13 #define PHY_NONE 0 macro
/OK3568_Linux_fs/kernel/drivers/phy/hisilicon/
H A Dphy-histb-combphy.c75 return (mode->fixed != PHY_NONE) ? true : false; in is_mode_fixed()
218 mode->fixed = PHY_NONE; in histb_combphy_probe()
/OK3568_Linux_fs/u-boot/include/
H A Dlxt971a.h128 PHY_NONE = 0x0000, /* no PHY detected yet */ enumerator
/OK3568_Linux_fs/kernel/drivers/phy/marvell/
H A Dphy-armada375-usb2.c77 if (WARN_ON((cluster_phy->phy_provided != PHY_NONE) && in armada375_usb_phy_xlate()
/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-am654-serdes.c492 phy->type = PHY_NONE; in serdes_am654_release()
789 am654_phy->type = PHY_NONE; in serdes_am654_probe()
H A Dphy-j721e-wiz.c794 u32 reg, num_lanes = 1, phy_type = PHY_NONE; in wiz_get_lane_phy_types()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-combphy.c589 if (priv->phy_type != PHY_NONE && priv->phy_type != args->args[0]) { in rockchip_combphy_xlate()
678 priv->phy_type = PHY_NONE; in rockchip_combphy_probe()
H A Dphy-rockchip-naneng-combphy.c306 if (priv->mode != PHY_NONE && priv->mode != args->args[0]) in rockchip_combphy_xlate()
418 priv->mode = PHY_NONE; in rockchip_combphy_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.h299 PHY_NONE = -1, enumerator
H A Dintel_display.c7273 if (phy == PHY_NONE) in intel_phy_is_combo()