Home
last modified time | relevance | path

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

/external/u-boot/drivers/reset/
Dreset-uclass.c12 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()
Dtegra-car-reset.c52 struct reset_ops tegra_car_reset_ops = {
Dreset-mtmips.c46 static const struct reset_ops mtmips_reset_ops = {
Dreset-bcm6345.c54 struct reset_ops bcm6345_reset_reset_ops = {
Dtegra186-reset.c61 struct reset_ops tegra186_reset_ops = {
Dreset-meson.c63 struct reset_ops meson_reset_ops = {
Dsandbox-reset.c80 struct reset_ops sandbox_reset_reset_ops = {
Dast2500-reset.c90 struct reset_ops ast2500_reset_ops = {
Dstm32-reset.c65 static const struct reset_ops stm32_reset_ops = {
Dreset-hisilicon.c72 static const struct reset_ops hisi_reset_reset_ops = {
Dreset-mediatek.c56 struct reset_ops mediatek_reset_ops = {
Dreset-hsdk.c82 static const struct reset_ops hsdk_reset_ops = {
Dreset-imx7.c15 struct reset_ops ops;
273 static const struct reset_ops imx7_reset_reset_ops = {
Dreset-sunxi.c82 struct reset_ops sunxi_reset_ops = {
Dreset-socfpga.c102 static const struct reset_ops socfpga_reset_ops = {
Dreset-rockchip.c77 struct reset_ops rockchip_reset_ops = {
Dreset-ti-sci.c190 static struct reset_ops ti_sci_reset_ops = {
Dreset-uniphier.c235 static const struct reset_ops uniphier_reset_ops = {
Dsti-reset.c299 struct reset_ops sti_reset_ops = {
/external/u-boot/include/
Dreset-uclass.h20 struct reset_ops { struct