Lines Matching refs:qcom_smd_channel

169 	struct qcom_smd_channel *qsch;
199 struct qcom_smd_channel { struct
370 static void qcom_smd_signal_channel(struct qcom_smd_channel *channel) in qcom_smd_signal_channel()
390 static void qcom_smd_channel_reset(struct qcom_smd_channel *channel) in qcom_smd_channel_reset()
413 static void qcom_smd_channel_set_callback(struct qcom_smd_channel *channel, in qcom_smd_channel_set_callback()
427 static size_t qcom_smd_channel_get_rx_avail(struct qcom_smd_channel *channel) in qcom_smd_channel_get_rx_avail()
441 static void qcom_smd_channel_set_state(struct qcom_smd_channel *channel, in qcom_smd_channel_set_state()
497 static size_t qcom_smd_channel_peek(struct qcom_smd_channel *channel, in qcom_smd_channel_peek()
528 static void qcom_smd_channel_advance(struct qcom_smd_channel *channel, in qcom_smd_channel_advance()
542 static int qcom_smd_channel_recv_single(struct qcom_smd_channel *channel) in qcom_smd_channel_recv_single()
576 static bool qcom_smd_channel_intr(struct qcom_smd_channel *channel) in qcom_smd_channel_intr()
645 struct qcom_smd_channel *channel; in qcom_smd_edge_intr()
683 static size_t qcom_smd_get_tx_avail(struct qcom_smd_channel *channel) in qcom_smd_get_tx_avail()
698 static int qcom_smd_write_fifo(struct qcom_smd_channel *channel, in qcom_smd_write_fifo()
743 static int __qcom_smd_send(struct qcom_smd_channel *channel, const void *data, in __qcom_smd_send()
815 static int qcom_smd_channel_open(struct qcom_smd_channel *channel, in qcom_smd_channel_open()
864 static void qcom_smd_channel_close(struct qcom_smd_channel *channel) in qcom_smd_channel_close()
875 static struct qcom_smd_channel *
878 struct qcom_smd_channel *channel; in qcom_smd_find_channel()
879 struct qcom_smd_channel *ret = NULL; in qcom_smd_find_channel()
906 struct qcom_smd_channel *channel; in qcom_smd_create_ept()
956 struct qcom_smd_channel *ch = qsept->qsch; in qcom_smd_destroy_ept()
995 struct qcom_smd_channel *channel = qsept->qsch; in qcom_smd_poll()
1033 struct qcom_smd_channel *channel = qept->qsch; in qcom_smd_announce_create()
1072 static int qcom_smd_create_device(struct qcom_smd_channel *channel) in qcom_smd_create_device()
1123 static struct qcom_smd_channel *qcom_smd_create_channel(struct qcom_smd_edge *edge, in qcom_smd_create_channel()
1128 struct qcom_smd_channel *channel; in qcom_smd_create_channel()
1210 struct qcom_smd_channel *channel; in qcom_channel_scan_worker()
1274 struct qcom_smd_channel *channel; in qcom_channel_state_worker()
1442 struct qcom_smd_channel *channel, *tmp; in qcom_smd_edge_release()