Searched defs:ti_sci_proc_ops (Results 1 – 1 of 1) sorted by relevance
/u-boot/include/linux/soc/ti/ |
A D | ti_sci_protocol.h | 283 struct ti_sci_proc_ops { struct 284 int (*proc_request)(const struct ti_sci_handle *handle, u8 pid); 285 int (*proc_release)(const struct ti_sci_handle *handle, u8 pid); 286 int (*proc_handover)(const struct ti_sci_handle *handle, u8 pid, 288 int (*set_proc_boot_cfg)(const struct ti_sci_handle *handle, u8 pid, 290 int (*set_proc_boot_ctrl)(const struct ti_sci_handle *handle, u8 pid, 292 int (*proc_auth_boot_image)(const struct ti_sci_handle *handle, 294 int (*get_proc_boot_status)(const struct ti_sci_handle *handle, u8 pid, 297 int (*proc_shutdown_no_wait)(const struct ti_sci_handle *handle,
|
Completed in 4 milliseconds