Searched refs:qcom_smd_channel_peek (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_smd.c | 497 static size_t qcom_smd_channel_peek(struct qcom_smd_channel *channel, in qcom_smd_channel_peek() function 555 len = qcom_smd_channel_peek(channel, ptr, channel->pkt_size); in qcom_smd_channel_recv_single() 611 qcom_smd_channel_peek(channel, &pktlen, sizeof(pktlen)); in qcom_smd_channel_intr()
|
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | qcom_smd.c | 497 static size_t qcom_smd_channel_peek(struct qcom_smd_channel *channel, in qcom_smd_channel_peek() function 555 len = qcom_smd_channel_peek(channel, ptr, channel->pkt_size); in qcom_smd_channel_recv_single() 611 qcom_smd_channel_peek(channel, &pktlen, sizeof(pktlen)); in qcom_smd_channel_intr()
|
Completed in 5 milliseconds