Searched defs:qcom_smd_channel (Results 1 – 1 of 1) sorted by relevance
169 struct qcom_smd_channel { struct170 struct qcom_smd_edge *edge;172 struct qcom_smd_device *qsdev;174 char *name;175 enum smd_channel_state state;176 enum smd_channel_state remote_state;178 struct smd_channel_info_pair *info;179 struct smd_channel_info_word_pair *info_word;181 struct mutex tx_lock;182 wait_queue_head_t fblockread_event;[all …]