Lines Matching defs:scmi_optee_channel
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;129 struct list_head link;