Searched defs:ti_sci_dev_ops (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/soc/ti/ |
A D | ti_sci_protocol.h | 98 struct ti_sci_dev_ops { struct 99 int (*get_device)(const struct ti_sci_handle *handle, u32 id); 101 int (*idle_device)(const struct ti_sci_handle *handle, u32 id); 102 int (*idle_device_exclusive)(const struct ti_sci_handle *handle, 104 int (*put_device)(const struct ti_sci_handle *handle, u32 id); 105 int (*is_valid)(const struct ti_sci_handle *handle, u32 id); 106 int (*get_context_loss_count)(const struct ti_sci_handle *handle, 108 int (*is_idle)(const struct ti_sci_handle *handle, u32 id, 110 int (*is_stop)(const struct ti_sci_handle *handle, u32 id, 112 int (*is_on)(const struct ti_sci_handle *handle, u32 id, [all …]
|
Completed in 6 milliseconds