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