/openbmc/linux/drivers/reset/ |
H A D | reset-scmi.c | 14 static const struct scmi_reset_proto_ops *reset_ops; variable 44 return reset_ops->assert(ph, id); in scmi_reset_assert() 62 return reset_ops->deassert(ph, id); in scmi_reset_deassert() 80 return reset_ops->reset(ph, id); in scmi_reset_reset() 100 reset_ops = handle->devm_protocol_get(sdev, SCMI_PROTOCOL_RESET, &ph); in scmi_reset_probe() 101 if (IS_ERR(reset_ops)) in scmi_reset_probe() 102 return PTR_ERR(reset_ops); in scmi_reset_probe() 111 data->rcdev.nr_resets = reset_ops->num_domains_get(ph); in scmi_reset_probe()
|
/openbmc/u-boot/drivers/reset/ |
H A D | reset-uclass.c | 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() 135 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request() 144 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free() 153 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert() 175 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert() 197 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_status()
|
H A D | tegra-car-reset.c | 52 struct reset_ops tegra_car_reset_ops = {
|
H A D | reset-bcm6345.c | 54 struct reset_ops bcm6345_reset_reset_ops = {
|
H A D | tegra186-reset.c | 61 struct reset_ops tegra186_reset_ops = {
|
H A D | reset-meson.c | 63 struct reset_ops meson_reset_ops = {
|
H A D | sandbox-reset.c | 80 struct reset_ops sandbox_reset_reset_ops = {
|
H A D | stm32-reset.c | 65 static const struct reset_ops stm32_reset_ops = {
|
H A D | reset-socfpga.c | 70 static const struct reset_ops socfpga_reset_ops = {
|
H A D | reset-mediatek.c | 56 struct reset_ops mediatek_reset_ops = {
|
H A D | reset-sunxi.c | 82 struct reset_ops sunxi_reset_ops = {
|
H A D | reset-rockchip.c | 77 struct reset_ops rockchip_reset_ops = {
|
H A D | reset-ti-sci.c | 190 static struct reset_ops ti_sci_reset_ops = {
|
H A D | reset-uniphier.c | 235 static const struct reset_ops uniphier_reset_ops = {
|
H A D | sti-reset.c | 299 struct reset_ops sti_reset_ops = {
|
/openbmc/linux/drivers/clk/visconti/ |
H A D | reset.c | 90 const struct reset_control_ops *reset_ops, in visconti_register_reset_controller() argument 101 reset->rcdev.ops = reset_ops; in visconti_register_reset_controller()
|
H A D | reset.h | 34 const struct reset_control_ops *reset_ops,
|
/openbmc/u-boot/include/ |
H A D | reset-uclass.h | 20 struct reset_ops { struct
|
/openbmc/u-boot/drivers/reset/aspeed/ |
H A D | reset-ast2400.c | 96 struct reset_ops aspeed_reset_ops = {
|
H A D | reset-ast2600.c | 104 struct reset_ops aspeed_reset_ops = {
|
H A D | reset-ast2500.c | 128 struct reset_ops aspeed_reset_ops = {
|
/openbmc/linux/drivers/memory/tegra/ |
H A D | mc.c | 217 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert() 276 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_deassert() 314 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_status() 962 if (mc->soc->reset_ops) { in tegra_mc_probe()
|
H A D | tegra124.c | 1273 .reset_ops = &tegra_mc_reset_ops_common, 1305 .reset_ops = &tegra_mc_reset_ops_common,
|
/openbmc/linux/include/soc/tegra/ |
H A D | mc.h | 216 const struct tegra_mc_reset_ops *reset_ops; member
|
/openbmc/linux/drivers/clk/ralink/ |
H A D | clk-mt7621.c | 461 static const struct reset_control_ops reset_ops = { variable 476 rst_data->rcdev.ops = &reset_ops; in mt7621_reset_init()
|