Searched defs:qcom_smd_channel (Results 1 – 1 of 1) sorted by relevance
199 struct qcom_smd_channel { struct200 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;[all …]