Lines Matching defs:mhi_chan
194 struct mhi_chan *mhi_chan; /* dedicated to channel */ member
213 struct mhi_chan { struct
214 const char *name;
220 struct mhi_ring buf_ring;
221 struct mhi_ring tre_ring;
222 u32 chan;
223 u32 er_index;
224 u32 intmod;
225 enum mhi_ch_type type;
226 enum dma_data_direction dir;
227 struct db_cfg db_cfg;
228 enum mhi_ch_ee_mask ee_mask;
229 enum mhi_ch_state ch_state;
230 enum mhi_ev_ccs ccs;
231 struct mhi_device *mhi_dev;
232 void (*xfer_cb)(struct mhi_device *mhi_dev, struct mhi_result *result);
233 struct mutex mutex;
234 struct completion completion;
235 rwlock_t lock;
236 struct list_head node;
237 bool lpm_notify;
238 bool configured;
239 bool offload_ch;
240 bool pre_alloc;
241 bool wake_capable;