Searched defs:scmi_optee_channel (Results 1 – 1 of 1) sorted by relevance
117 struct scmi_optee_channel { struct118 u32 channel_id;119 u32 tee_session;120 u32 caps;121 u32 rx_len;122 struct mutex mu;123 struct scmi_chan_info *cinfo;124 union {127 } req;128 struct tee_shm *tee_shm;[all …]