Searched refs:GET_RX_CHANNEL_INFO (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_smd.c | 283 #define GET_RX_CHANNEL_INFO(channel, param) \ macro 432 head = GET_RX_CHANNEL_INFO(channel, head); in qcom_smd_channel_get_rx_avail() 433 tail = GET_RX_CHANNEL_INFO(channel, tail); in qcom_smd_channel_get_rx_avail() 505 tail = GET_RX_CHANNEL_INFO(channel, tail); in qcom_smd_channel_peek() 533 tail = GET_RX_CHANNEL_INFO(channel, tail); in qcom_smd_channel_advance() 550 tail = GET_RX_CHANNEL_INFO(channel, tail); in qcom_smd_channel_recv_single() 585 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_smd_channel_intr() 1275 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_channel_state_worker() 1300 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_channel_state_worker()
|
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | qcom_smd.c | 283 #define GET_RX_CHANNEL_INFO(channel, param) \ macro 432 head = GET_RX_CHANNEL_INFO(channel, head); in qcom_smd_channel_get_rx_avail() 433 tail = GET_RX_CHANNEL_INFO(channel, tail); in qcom_smd_channel_get_rx_avail() 505 tail = GET_RX_CHANNEL_INFO(channel, tail); in qcom_smd_channel_peek() 533 tail = GET_RX_CHANNEL_INFO(channel, tail); in qcom_smd_channel_advance() 550 tail = GET_RX_CHANNEL_INFO(channel, tail); in qcom_smd_channel_recv_single() 585 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_smd_channel_intr() 1295 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_channel_state_worker() 1319 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_channel_state_worker()
|
Completed in 5 milliseconds