| /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()
|
| /linux/drivers/reset/amlogic/ |
| H A D | reset-meson-aux.c | 18 .reset_ops = &meson_reset_toggle_ops, 24 .reset_ops = &meson_reset_toggle_ops, 30 .reset_ops = &meson_reset_toggle_ops, 36 .reset_ops = &meson_reset_toggle_ops,
|
| H A D | reset-meson.c | 21 .reset_ops = &meson_reset_ops, 29 .reset_ops = &meson_reset_ops, 37 .reset_ops = &meson_reset_ops,
|
| H A D | reset-meson.h | 15 const struct reset_control_ops *reset_ops; member
|
| H A D | reset-meson-common.c | 131 data->rcdev.ops = data->param->reset_ops; in meson_reset_controller_register()
|
| /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,
|
| /linux/drivers/ata/ |
| H A D | libata.h | 187 struct ata_reset_operations *reset_ops); 189 struct ata_reset_operations *reset_ops,
|
| H A D | libata-eh.c | 2801 struct ata_reset_operations *reset_ops) in ata_eh_reset() argument 2807 ata_reset_fn_t hardreset = reset_ops->hardreset; in ata_eh_reset() 2808 ata_reset_fn_t softreset = reset_ops->softreset; in ata_eh_reset() 2809 ata_prereset_fn_t prereset = reset_ops->prereset; in ata_eh_reset() 2810 ata_postreset_fn_t postreset = reset_ops->postreset; in ata_eh_reset() 3783 int ata_eh_recover(struct ata_port *ap, struct ata_reset_operations *reset_ops, in ata_eh_recover() argument 3851 rc = ata_eh_reset(link, ata_link_nr_vacant(link), reset_ops); in ata_eh_recover() 4082 struct ata_reset_operations *reset_ops = &ap->ops->reset; in ata_std_error_handler() local 4087 if ((reset_ops->hardreset == sata_std_hardreset || in ata_std_error_handler() 4088 reset_ops->hardreset == sata_sff_hardreset) && in ata_std_error_handler() [all …]
|
| H A D | libata-pmp.c | 744 struct ata_reset_operations *reset_ops) in sata_pmp_eh_recover_pmp() argument 766 rc = ata_eh_reset(link, 0, reset_ops); in sata_pmp_eh_recover_pmp()
|
| /linux/drivers/memory/tegra/ |
| H A D | mc.c | 220 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert() 279 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_deassert() 317 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_status() 960 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,
|
| H A D | tegra114.c | 1113 .reset_ops = &tegra_mc_reset_ops_common,
|
| H A D | tegra20.c | 776 .reset_ops = &tegra20_mc_reset_ops,
|
| H A D | tegra30.c | 1398 .reset_ops = &tegra_mc_reset_ops_common,
|
| H A D | tegra210.c | 1286 .reset_ops = &tegra_mc_reset_ops_common,
|
| /linux/include/soc/tegra/ |
| H A D | mc.h | 193 const struct tegra_mc_reset_ops *reset_ops; member
|
| /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()
|