Home
last modified time | relevance | path

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

/linux/drivers/phy/marvell/
H A Dphy-berlin-usb.c111 struct reset_control *rst_ctrl; member
119 reset_control_reset(priv->rst_ctrl); in phy_berlin_usb_power_on()
178 priv->rst_ctrl = devm_reset_control_get(&pdev->dev, NULL); in phy_berlin_usb_probe()
179 if (IS_ERR(priv->rst_ctrl)) in phy_berlin_usb_probe()
180 return PTR_ERR(priv->rst_ctrl); in phy_berlin_usb_probe()
/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_dw_hdmi.h189 struct reset_control *rst_ctrl; member
/linux/drivers/clk/meson/
H A Da9-aoclk.c110 static A9_AO_PCLK(rst_ctrl, 3, CLK_IS_CRITICAL);