Searched refs:phy_validate (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/phy/
H A Dphy.h242 int phy_validate(struct phy *phy, enum phy_mode mode, int submode,
429 static inline int phy_validate(struct phy *phy, enum phy_mode mode, int submode, function
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qm-ldb.c101 ret = phy_validate(imx8qm_ldb_ch->phy, PHY_MODE_LVDS, 0, &opts);
113 ret = phy_validate(imx8qm_ldb_ch->phy, PHY_MODE_LVDS, 0, &opts);
H A Dimx8qxp-ldb.c106 ret = phy_validate(imx8qxp_ldb_ch->phy, PHY_MODE_LVDS, 0, &opts);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.c334 err = phy_validate(mac->serdes_phy, PHY_MODE_ETHERNET, intf, NULL);
/linux-master/drivers/phy/
H A Dphy-core.c569 * phy_validate() - Checks the phy parameters
584 int phy_validate(struct phy *phy, enum phy_mode mode, int submode, function
601 EXPORT_SYMBOL_GPL(phy_validate); variable
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c1061 return !phy_validate(mac_dev->fman_mac->serdes, PHY_MODE_ETHERNET,
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.c585 ret = phy_validate(dsi->dphy, PHY_MODE_MIPI_DPHY, 0, &output->phy_opts);

Completed in 216 milliseconds