Searched defs:imx_sc_ipc (Results 1 – 1 of 1) sorted by relevance
34 struct imx_sc_ipc { struct36 struct imx_sc_chan chans[SCU_MU_CHAN_NUM];37 struct device *dev;38 struct mutex lock;39 struct completion done;40 bool fast_ipc;43 u32 *msg;44 u8 rx_size;45 u8 count;
Completed in 5 milliseconds