Searched defs:scmi_clock_info (Results 1 – 1 of 1) sorted by relevance
44 struct scmi_clock_info { struct45 char name[SCMI_MAX_STR_SIZE];46 unsigned int enable_latency;47 bool rate_discrete;48 bool rate_changed_notifications;49 bool rate_change_requested_notifications;50 union {