| /OK3568_Linux_fs/kernel/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_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 D | reset-uclass.c | 15 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 D | tegra-car-reset.c | 53 struct reset_ops tegra_car_reset_ops = {
|
| H A D | reset-bcm6345.c | 55 struct reset_ops bcm6345_reset_reset_ops = {
|
| H A D | reset-scmi.c | 70 static const struct reset_ops scmi_reset_domain_ops = {
|
| H A D | tegra186-reset.c | 62 struct reset_ops tegra186_reset_ops = {
|
| H A D | sandbox-reset.c | 81 struct reset_ops sandbox_reset_reset_ops = {
|
| H A D | ast2500-reset.c | 93 struct reset_ops ast2500_reset_ops = {
|
| H A D | reset-rockchip.c | 69 struct reset_ops rockchip_reset_ops = {
|
| H A D | reset-uniphier.c | 227 static const struct reset_ops uniphier_reset_ops = {
|
| H A D | sti-reset.c | 300 struct reset_ops sti_reset_ops = {
|
| /OK3568_Linux_fs/kernel/arch/mips/ralink/ |
| H A D | reset.c | 62 static const struct reset_control_ops reset_ops = { variable 69 .ops = &reset_ops,
|
| /OK3568_Linux_fs/kernel/drivers/clk/mediatek/ |
| H A D | reset.c | 95 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 D | reset-uclass.h | 21 struct reset_ops { struct
|
| /OK3568_Linux_fs/kernel/drivers/memory/tegra/ |
| H A D | mc.c | 126 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 D | tegra20.c | 290 .reset_ops = &tegra20_mc_reset_ops,
|
| H A D | tegra124.c | 1055 .reset_ops = &tegra_mc_reset_ops_common, 1085 .reset_ops = &tegra_mc_reset_ops_common,
|
| H A D | tegra114.c | 977 .reset_ops = &tegra_mc_reset_ops_common,
|
| H A D | tegra30.c | 1025 .reset_ops = &tegra_mc_reset_ops_common,
|
| H A D | tegra210.c | 1132 .reset_ops = &tegra_mc_reset_ops_common,
|
| /OK3568_Linux_fs/kernel/include/soc/tegra/ |
| H A D | mc.h | 160 const struct tegra_mc_reset_ops *reset_ops; member
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | debugfs.c | 349 static const struct file_operations reset_ops = { variable
|