Searched refs:reset_ops (Results 1 – 25 of 26) sorted by relevance
12
16 static inline struct reset_ops *reset_dev_ops(struct udevice *dev) in reset_dev_ops()18 return (struct reset_ops *)dev->driver->ops; in reset_dev_ops()42 struct reset_ops *ops; in reset_get_by_index_tail()165 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request()174 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free()183 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert()205 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert()227 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_status()
42 struct reset_ops raspberrypi_reset_ops = {
54 struct reset_ops tegra_car_reset_ops = {
58 struct reset_ops bcm6345_reset_reset_ops = {
49 static const struct reset_ops mtmips_reset_ops = {
70 static const struct reset_ops scmi_reset_domain_ops = {
63 struct reset_ops tegra186_reset_ops = {
66 struct reset_ops meson_reset_ops = {
48 static const struct reset_ops syscon_reset_ops = {
95 struct reset_ops ast2500_reset_ops = {
94 struct reset_ops ast2600_reset_ops = {
75 static const struct reset_ops hisi_reset_reset_ops = {
61 struct reset_ops mediatek_reset_ops = {
84 static const struct reset_ops hsdk_reset_ops = {
106 const struct reset_ops sifive_reset_ops = {
86 struct reset_ops sunxi_reset_ops = {
89 struct reset_ops sandbox_reset_reset_ops = {
82 static const struct reset_ops stm32_reset_ops = {
108 static const struct reset_ops socfpga_reset_ops = {
143 static const struct reset_ops ipq4019_reset_ops = {
81 struct reset_ops rockchip_reset_ops = {
194 static struct reset_ops ti_sci_reset_ops = {
19 struct reset_ops ops;277 static const struct reset_ops imx7_reset_reset_ops = {
238 static const struct reset_ops uniphier_reset_ops = {
20 struct reset_ops { struct
Completed in 31 milliseconds