Lines Matching defs:por_rst
26 struct reset_control *por_rst;
34 reset_control_assert(phy->por_rst);
46 reset_control_deassert(phy->por_rst);
60 reset_control_assert(phy->por_rst);
78 reset_control_deassert(phy->por_rst);
114 phy->por_rst = devm_reset_control_get(phy->dev, "por_rst");
115 if (IS_ERR(phy->por_rst)) {
116 if (PTR_ERR(phy->por_rst) != -EPROBE_DEFER)
118 return PTR_ERR(phy->por_rst);