Searched refs:reset_ops (Results 1 – 20 of 20) sorted by relevance
12 static inline struct reset_ops *reset_dev_ops(struct udevice *dev) in reset_dev_ops()14 return (struct reset_ops *)dev->driver->ops; in reset_dev_ops()38 struct reset_ops *ops; in reset_get_by_index_tail()154 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request()163 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free()172 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert()194 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert()216 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_status()
52 struct reset_ops tegra_car_reset_ops = {
46 static const struct reset_ops mtmips_reset_ops = {
54 struct reset_ops bcm6345_reset_reset_ops = {
61 struct reset_ops tegra186_reset_ops = {
63 struct reset_ops meson_reset_ops = {
80 struct reset_ops sandbox_reset_reset_ops = {
90 struct reset_ops ast2500_reset_ops = {
65 static const struct reset_ops stm32_reset_ops = {
72 static const struct reset_ops hisi_reset_reset_ops = {
56 struct reset_ops mediatek_reset_ops = {
82 static const struct reset_ops hsdk_reset_ops = {
15 struct reset_ops ops;273 static const struct reset_ops imx7_reset_reset_ops = {
82 struct reset_ops sunxi_reset_ops = {
102 static const struct reset_ops socfpga_reset_ops = {
77 struct reset_ops rockchip_reset_ops = {
190 static struct reset_ops ti_sci_reset_ops = {
235 static const struct reset_ops uniphier_reset_ops = {
299 struct reset_ops sti_reset_ops = {
20 struct reset_ops { struct