Lines Matching defs:por_rst
25 struct reset_control *por_rst;
33 reset_control_assert(phy->por_rst);
45 reset_control_deassert(phy->por_rst);
59 reset_control_assert(phy->por_rst);
77 reset_control_deassert(phy->por_rst);
111 phy->por_rst = devm_reset_control_get(phy->dev, "por_rst");
112 if (IS_ERR(phy->por_rst)) {
113 if (PTR_ERR(phy->por_rst) != -EPROBE_DEFER)
115 return PTR_ERR(phy->por_rst);