Lines Matching defs:qcom_smd_channel
199 struct qcom_smd_channel { struct
200 struct qcom_smd_edge *edge;
202 struct qcom_smd_endpoint *qsept;
203 bool registered;
205 char *name;
206 enum smd_channel_state state;
207 enum smd_channel_state remote_state;
208 wait_queue_head_t state_change_event;
210 struct smd_channel_info_pair *info;
211 struct smd_channel_info_word_pair *info_word;
213 spinlock_t tx_lock;
214 wait_queue_head_t fblockread_event;
216 void *tx_fifo;
217 void *rx_fifo;
218 int fifo_size;
220 void *bounce_buffer;
222 spinlock_t recv_lock;
224 int pkt_size;
226 void *drvdata;
228 struct list_head list;