Home
last modified time | relevance | path

Searched refs:dev_ops (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/arch/arm/mach-k3/
Dj721e_init.c199 struct ti_sci_dev_ops *dev_ops; in release_resources_for_core_shutdown() local
210 dev_ops = &ti_sci->ops.dev_ops; in release_resources_for_core_shutdown()
217 ret = dev_ops->put_device(ti_sci, id); in release_resources_for_core_shutdown()
Dam6_init.c231 struct ti_sci_dev_ops *dev_ops = &ti_sci->ops.dev_ops; in release_resources_for_core_shutdown() local
245 ret = dev_ops->put_device(ti_sci, id); in release_resources_for_core_shutdown()
Dcommon.c66 ti_sci->ops.dev_ops.release_exclusive_devices(ti_sci); in jump_to_image_no_args()
/external/u-boot/drivers/power/domain/
Dti-sci-power-domain.c59 const struct ti_sci_dev_ops *dops = &sci->ops.dev_ops; in ti_sci_power_domain_on()
81 const struct ti_sci_dev_ops *dops = &sci->ops.dev_ops; in ti_sci_power_domain_off()
/external/u-boot/drivers/reset/
Dreset-ti-sci.c93 const struct ti_sci_dev_ops *dops = &sci->ops.dev_ops; in ti_sci_reset_set()
169 const struct ti_sci_dev_ops *dops = &sci->ops.dev_ops; in ti_sci_reset_status()
/external/u-boot/drivers/remoteproc/
Dti_sci_proc.h129 ret = tsp->sci->ops.dev_ops.get_device_exclusive(tsp->sci, tsp->dev_id); in ti_sci_proc_power_domain_on()
142 ret = tsp->sci->ops.dev_ops.put_device(tsp->sci, tsp->dev_id); in ti_sci_proc_power_domain_off()
Dti_k3_r5f_rproc.c732 ret = core->tsp.sci->ops.dev_ops.is_on(core->tsp.sci, core->tsp.dev_id, in k3_r5f_probe()
/external/u-boot/include/linux/soc/ti/
Dti_sci_protocol.h598 struct ti_sci_dev_ops dev_ops; member
/external/u-boot/drivers/firmware/
Dti_sci.c2886 struct ti_sci_dev_ops *dops = &ops->dev_ops; in ti_sci_setup_ops()