Lines Matching defs:channel
255 #define GET_RX_CHANNEL_FLAG(channel, param) \ argument
263 #define GET_RX_CHANNEL_INFO(channel, param) \ argument
271 #define SET_RX_CHANNEL_FLAG(channel, param, value) \ argument
280 #define SET_RX_CHANNEL_INFO(channel, param, value) \ argument
289 #define GET_TX_CHANNEL_FLAG(channel, param) \ argument
297 #define GET_TX_CHANNEL_INFO(channel, param) \ argument
305 #define SET_TX_CHANNEL_FLAG(channel, param, value) \ argument
314 #define SET_TX_CHANNEL_INFO(channel, param, value) \ argument
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() local
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() local
857 struct qcom_smd_channel *channel = qsdev->channel; in qcom_smd_dev_remove() local
914 const char *channel) in qcom_smd_match_channel()
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()
1023 struct qcom_smd_channel *channel; in qcom_smd_create_channel() local
1101 struct qcom_smd_channel *channel; in qcom_discover_channels() local
1164 struct qcom_smd_channel *channel; in qcom_channel_state_worker() local
1331 struct qcom_smd_channel *channel; in qcom_smd_remove() local