Searched refs:qcom_smd_channel (Results 1 – 3 of 3) sorted by relevance
8 struct qcom_smd_channel;26 struct qcom_smd_channel *channel;55 int qcom_smd_send(struct qcom_smd_channel *channel, const void *data, int len);
169 struct qcom_smd_channel { struct350 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()[all …]
35 struct qcom_smd_channel *rpm_channel;