Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/reset/
H A Dreset-scmi.c14 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 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()
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 Dtegra-car-reset.c52 struct reset_ops tegra_car_reset_ops = {
H A Dreset-bcm6345.c54 struct reset_ops bcm6345_reset_reset_ops = {
H A Dtegra186-reset.c61 struct reset_ops tegra186_reset_ops = {
H A Dreset-meson.c63 struct reset_ops meson_reset_ops = {
H A Dsandbox-reset.c80 struct reset_ops sandbox_reset_reset_ops = {
H A Dstm32-reset.c65 static const struct reset_ops stm32_reset_ops = {
H A Dreset-socfpga.c70 static const struct reset_ops socfpga_reset_ops = {
H A Dreset-mediatek.c56 struct reset_ops mediatek_reset_ops = {
H A Dreset-sunxi.c82 struct reset_ops sunxi_reset_ops = {
H A Dreset-rockchip.c77 struct reset_ops rockchip_reset_ops = {
H A Dreset-ti-sci.c190 static struct reset_ops ti_sci_reset_ops = {
H A Dreset-uniphier.c235 static const struct reset_ops uniphier_reset_ops = {
H A Dsti-reset.c299 struct reset_ops sti_reset_ops = {
/openbmc/linux/drivers/clk/visconti/
H A Dreset.c90 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 Dreset.h34 const struct reset_control_ops *reset_ops,
/openbmc/u-boot/include/
H A Dreset-uclass.h20 struct reset_ops { struct
/openbmc/u-boot/drivers/reset/aspeed/
H A Dreset-ast2400.c96 struct reset_ops aspeed_reset_ops = {
H A Dreset-ast2600.c104 struct reset_ops aspeed_reset_ops = {
H A Dreset-ast2500.c128 struct reset_ops aspeed_reset_ops = {
/openbmc/linux/drivers/memory/tegra/
H A Dmc.c217 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 Dtegra124.c1273 .reset_ops = &tegra_mc_reset_ops_common,
1305 .reset_ops = &tegra_mc_reset_ops_common,
/openbmc/linux/include/soc/tegra/
H A Dmc.h216 const struct tegra_mc_reset_ops *reset_ops; member
/openbmc/linux/drivers/clk/ralink/
H A Dclk-mt7621.c461 static const struct reset_control_ops reset_ops = { variable
476 rst_data->rcdev.ops = &reset_ops; in mt7621_reset_init()

12