Lines Matching refs:qcom_smd_channel
169 struct qcom_smd_channel { struct
350 static void qcom_smd_signal_channel(struct qcom_smd_channel *channel) in qcom_smd_signal_channel()
360 static void qcom_smd_channel_reset(struct qcom_smd_channel *channel) in qcom_smd_channel_reset()
383 static size_t qcom_smd_channel_get_rx_avail(struct qcom_smd_channel *channel) in qcom_smd_channel_get_rx_avail()
397 static void qcom_smd_channel_set_state(struct qcom_smd_channel *channel, in qcom_smd_channel_set_state()
458 static size_t qcom_smd_channel_peek(struct qcom_smd_channel *channel, in qcom_smd_channel_peek()
489 static void qcom_smd_channel_advance(struct qcom_smd_channel *channel, in qcom_smd_channel_advance()
503 static int qcom_smd_channel_recv_single(struct qcom_smd_channel *channel) in qcom_smd_channel_recv_single()
540 static bool qcom_smd_channel_intr(struct qcom_smd_channel *channel) in qcom_smd_channel_intr()
607 struct qcom_smd_channel *channel; in qcom_smd_edge_intr()
645 static void qcom_smd_channel_resume(struct qcom_smd_channel *channel) in qcom_smd_channel_resume()
657 static size_t qcom_smd_get_tx_avail(struct qcom_smd_channel *channel) in qcom_smd_get_tx_avail()
672 static int qcom_smd_write_fifo(struct qcom_smd_channel *channel, in qcom_smd_write_fifo()
716 int qcom_smd_send(struct qcom_smd_channel *channel, const void *data, int len) in qcom_smd_send()
810 struct qcom_smd_channel *channel = qsdev->channel; in qcom_smd_dev_probe()
857 struct qcom_smd_channel *channel = qsdev->channel; in qcom_smd_dev_remove()
937 static int qcom_smd_create_device(struct qcom_smd_channel *channel) in qcom_smd_create_device()
980 static void qcom_smd_destroy_device(struct qcom_smd_channel *channel) in qcom_smd_destroy_device()
1018 static struct qcom_smd_channel *qcom_smd_create_channel(struct qcom_smd_edge *edge, in qcom_smd_create_channel()
1023 struct qcom_smd_channel *channel; in qcom_smd_create_channel()
1101 struct qcom_smd_channel *channel; in qcom_discover_channels()
1164 struct qcom_smd_channel *channel; in qcom_channel_state_worker()
1331 struct qcom_smd_channel *channel; in qcom_smd_remove()