Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/reset/
H A Dreset-uclass.c15 static inline struct reset_ops *reset_dev_ops(struct udevice *dev) in reset_dev_ops()
17 return (struct reset_ops *)dev->driver->ops; in reset_dev_ops()
41 struct reset_ops *ops; in reset_get_by_index()
138 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request()
147 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free()
156 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert()
178 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert()
H A Dtegra-car-reset.c53 struct reset_ops tegra_car_reset_ops = {
H A Dreset-scmi.c70 static const struct reset_ops scmi_reset_domain_ops = {
H A Dreset-bcm6345.c55 struct reset_ops bcm6345_reset_reset_ops = {
H A Dtegra186-reset.c62 struct reset_ops tegra186_reset_ops = {
H A Dsandbox-reset.c81 struct reset_ops sandbox_reset_reset_ops = {
H A Dast2500-reset.c93 struct reset_ops ast2500_reset_ops = {
H A Dreset-rockchip.c69 struct reset_ops rockchip_reset_ops = {
H A Dreset-uniphier.c227 static const struct reset_ops uniphier_reset_ops = {
H A Dsti-reset.c300 struct reset_ops sti_reset_ops = {
/rk3399_rockchip-uboot/include/
H A Dreset-uclass.h21 struct reset_ops { struct