Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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_get_protocol(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()
/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dreset-uclass.c15 static inline struct reset_ops *reset_dev_ops(struct udevice *dev) in reset_dev_ops()
17 return (struct reset_ops *)dev->driver->ops; in reset_dev_ops()
41 struct reset_ops *ops; in reset_get_by_index()
138 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request()
147 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free()
156 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert()
178 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert()
H A Dtegra-car-reset.c53 struct reset_ops tegra_car_reset_ops = {
H A Dreset-bcm6345.c55 struct reset_ops bcm6345_reset_reset_ops = {
H A Dreset-scmi.c70 static const struct reset_ops scmi_reset_domain_ops = {
H A Dtegra186-reset.c62 struct reset_ops tegra186_reset_ops = {
H A Dsandbox-reset.c81 struct reset_ops sandbox_reset_reset_ops = {
H A Dast2500-reset.c93 struct reset_ops ast2500_reset_ops = {
H A Dreset-rockchip.c69 struct reset_ops rockchip_reset_ops = {
H A Dreset-uniphier.c227 static const struct reset_ops uniphier_reset_ops = {
H A Dsti-reset.c300 struct reset_ops sti_reset_ops = {
/OK3568_Linux_fs/kernel/arch/mips/ralink/
H A Dreset.c62 static const struct reset_control_ops reset_ops = { variable
69 .ops = &reset_ops,
/OK3568_Linux_fs/kernel/drivers/clk/mediatek/
H A Dreset.c95 const struct reset_control_ops *reset_ops) in mtk_register_reset_controller_common() argument
116 data->rcdev.ops = reset_ops; in mtk_register_reset_controller_common()
/OK3568_Linux_fs/u-boot/include/
H A Dreset-uclass.h21 struct reset_ops { struct
/OK3568_Linux_fs/kernel/drivers/memory/tegra/
H A Dmc.c126 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert()
178 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_deassert()
216 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_status()
H A Dtegra20.c290 .reset_ops = &tegra20_mc_reset_ops,
H A Dtegra124.c1055 .reset_ops = &tegra_mc_reset_ops_common,
1085 .reset_ops = &tegra_mc_reset_ops_common,
H A Dtegra114.c977 .reset_ops = &tegra_mc_reset_ops_common,
H A Dtegra30.c1025 .reset_ops = &tegra_mc_reset_ops_common,
H A Dtegra210.c1132 .reset_ops = &tegra_mc_reset_ops_common,
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dmc.h160 const struct tegra_mc_reset_ops *reset_ops; member
/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddebugfs.c349 static const struct file_operations reset_ops = { variable