Searched refs:rst_dev (Results 1 – 4 of 4) sorted by relevance
84 struct udevice *rst_dev; in mediatek_reset_bind() local89 dev_ofnode(pdev), &rst_dev); in mediatek_reset_bind()96 dev_set_priv(rst_dev, priv); in mediatek_reset_bind()
89 struct udevice *rst_dev; in sifive_reset_bind() local94 dev_ofnode(dev), &rst_dev); in sifive_reset_bind()101 dev_set_priv(rst_dev, priv); in sifive_reset_bind()
104 struct udevice *rst_dev; in sunxi_reset_bind() local109 dev_ofnode(dev), &rst_dev); in sunxi_reset_bind()117 dev_set_priv(rst_dev, priv); in sunxi_reset_bind()
112 struct udevice *rst_dev; in rockchip_reset_bind() local117 dev_ofnode(pdev), &rst_dev); in rockchip_reset_bind()125 dev_set_priv(rst_dev, priv); in rockchip_reset_bind()
Completed in 6 milliseconds