Searched defs:scmi_desc (Results 1 – 1 of 1) sorted by relevance
108605 struct scmi_desc { struct108606 int (*transport_init)();108607 void (*transport_exit)();108608 const struct scmi_transport_ops *ops;108609 int max_rx_timeout_ms;108610 int max_msg;108611 int max_msg_size;108612 const bool force_polling;108613 const bool sync_cmds_completed_on_ret;108614 const bool atomic_enabled;