Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/intel/
H A Dphy-intel-lgm-combo.c82 struct reset_control *app_rst; member
284 ret = reset_control_deassert(iphy->app_rst); in intel_cbphy_iphy_power_on()
307 ret = reset_control_assert(iphy->app_rst); in intel_cbphy_iphy_power_off()
439 cbphy->iphy[0].app_rst = devm_reset_control_get_optional(dev, "iphy0"); in intel_cbphy_fwnode_parse()
440 if (IS_ERR(cbphy->iphy[0].app_rst)) { in intel_cbphy_fwnode_parse()
441 ret = PTR_ERR(cbphy->iphy[0].app_rst); in intel_cbphy_fwnode_parse()
447 cbphy->iphy[1].app_rst = devm_reset_control_get_optional(dev, "iphy1"); in intel_cbphy_fwnode_parse()
448 if (IS_ERR(cbphy->iphy[1].app_rst)) { in intel_cbphy_fwnode_parse()
449 ret = PTR_ERR(cbphy->iphy[1].app_rst); in intel_cbphy_fwnode_parse()