Searched defs:ti_sci_dev_ops (Results 1 – 1 of 1) sorted by relevance
| /u-boot/include/linux/soc/ti/ |
| A D | ti_sci_protocol.h | 124 struct ti_sci_dev_ops { struct 125 int (*get_device)(const struct ti_sci_handle *handle, u32 id); 127 int (*idle_device)(const struct ti_sci_handle *handle, u32 id); 128 int (*idle_device_exclusive)(const struct ti_sci_handle *handle, 130 int (*put_device)(const struct ti_sci_handle *handle, u32 id); 131 int (*is_valid)(const struct ti_sci_handle *handle, u32 id); 132 int (*get_context_loss_count)(const struct ti_sci_handle *handle, 134 int (*is_idle)(const struct ti_sci_handle *handle, u32 id, 136 int (*is_stop)(const struct ti_sci_handle *handle, u32 id, 138 int (*is_on)(const struct ti_sci_handle *handle, u32 id, [all …]
|
Completed in 9 milliseconds