Searched defs:scmi_optee_channel (Results 1 – 1 of 1) sorted by relevance
119 struct scmi_optee_channel { struct120 u32 channel_id;121 u32 tee_session;122 u32 caps;123 u32 rx_len;124 struct mutex mu;125 struct scmi_chan_info *cinfo;126 union {129 } req;130 struct scmi_shmem_io_ops *io_ops;[all …]