Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/can/rcar/
Drcar_canfd.c548 struct reset_control *rstc1; member
1886 gpriv->rstc1 = devm_reset_control_get_exclusive(&pdev->dev, "rstp_n"); in rcar_canfd_probe()
1887 if (IS_ERR(gpriv->rstc1)) in rcar_canfd_probe()
1888 return dev_err_probe(&pdev->dev, PTR_ERR(gpriv->rstc1), in rcar_canfd_probe()
1971 err = reset_control_reset(gpriv->rstc1); in rcar_canfd_probe()
1976 reset_control_assert(gpriv->rstc1); in rcar_canfd_probe()
2043 reset_control_assert(gpriv->rstc1); in rcar_canfd_probe()
2065 reset_control_assert(gpriv->rstc1); in rcar_canfd_remove()