Lines Matching defs:qcom_smd_channel
169 struct qcom_smd_channel *qsch;
177 * struct qcom_smd_channel - smd channel struct
199 struct qcom_smd_channel {
370 static void qcom_smd_signal_channel(struct qcom_smd_channel *channel)
390 static void qcom_smd_channel_reset(struct qcom_smd_channel *channel)
413 static void qcom_smd_channel_set_callback(struct qcom_smd_channel *channel,
427 static size_t qcom_smd_channel_get_rx_avail(struct qcom_smd_channel *channel)
441 static void qcom_smd_channel_set_state(struct qcom_smd_channel *channel,
497 static size_t qcom_smd_channel_peek(struct qcom_smd_channel *channel,
528 static void qcom_smd_channel_advance(struct qcom_smd_channel *channel,
542 static int qcom_smd_channel_recv_single(struct qcom_smd_channel *channel)
576 static bool qcom_smd_channel_intr(struct qcom_smd_channel *channel)
645 struct qcom_smd_channel *channel;
683 static size_t qcom_smd_get_tx_avail(struct qcom_smd_channel *channel)
698 static int qcom_smd_write_fifo(struct qcom_smd_channel *channel,
743 static int __qcom_smd_send(struct qcom_smd_channel *channel, const void *data,
815 static int qcom_smd_channel_open(struct qcom_smd_channel *channel,
864 static void qcom_smd_channel_close(struct qcom_smd_channel *channel)
875 static struct qcom_smd_channel *
878 struct qcom_smd_channel *channel;
879 struct qcom_smd_channel *ret = NULL;
906 struct qcom_smd_channel *channel;
956 struct qcom_smd_channel *ch = qsept->qsch;
995 struct qcom_smd_channel *channel = qsept->qsch;
1033 struct qcom_smd_channel *channel = qept->qsch;
1072 static int qcom_smd_create_device(struct qcom_smd_channel *channel)
1120 * Allocate the qcom_smd_channel object for a newly found smd channel,
1123 static struct qcom_smd_channel *qcom_smd_create_channel(struct qcom_smd_edge *edge,
1128 struct qcom_smd_channel *channel;
1210 struct qcom_smd_channel *channel;
1274 struct qcom_smd_channel *channel;
1442 struct qcom_smd_channel *channel, *tmp;