Home
last modified time | relevance | path

Searched defs:scmi_optee_channel (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/firmware/arm_scmi/transports/
Doptee.c119 struct scmi_optee_channel { struct
120 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 …]