Home
last modified time | relevance | path

Searched refs:share_buf (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dmtk_scp_ipi.c164 WARN_ON(len > sizeof(send_obj->share_buf)) || WARN_ON(!buf)) in scp_ipi_send()
185 scp_memcpy_aligned(send_obj->share_buf, buf, len); in scp_ipi_send()
H A Dmtk_common.h115 * @share_buf: share buffer data
120 u8 share_buf[SCP_SHARE_BUFFER_SIZE]; member
H A Dmtk_scp.c114 memcpy_fromio(tmp_data, &rcv_obj->share_buf, len); in scp_ipi_handler()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dmtk_scp_ipi.c168 WARN_ON(len > sizeof(send_obj->share_buf)) || WARN_ON(!buf)) in scp_ipi_send()
187 scp_memcpy_aligned(send_obj->share_buf, buf, len); in scp_ipi_send()
H A Dmtk_common.h129 * @share_buf: share buffer data
134 u8 share_buf[SCP_SHARE_BUFFER_SIZE]; member
H A Dmtk_scp.c114 memcpy_fromio(tmp_data, &rcv_obj->share_buf, len); in scp_ipi_handler()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vpu/
H A Dmtk_vpu.c165 * @share_buf: share buffer data
170 unsigned char share_buf[SHARE_BUF_SIZE]; member
302 len > sizeof(send_obj->share_buf) || !buf) { in vpu_ipi_send()
330 memcpy_toio(send_obj->share_buf, buf, len); in vpu_ipi_send()
720 memcpy_fromio(data, rcv_obj->share_buf, sizeof(data)); in vpu_ipi_handler()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vpu/
H A Dmtk_vpu.c172 * @share_buf: share buffer data
177 unsigned char share_buf[SHARE_BUF_SIZE]; member
323 len > sizeof(send_obj->share_buf) || !buf) { in vpu_ipi_send()
352 memcpy_toio(send_obj->share_buf, buf, len); in vpu_ipi_send()
750 memcpy_fromio(data, rcv_obj->share_buf, sizeof(data)); in vpu_ipi_handler()

Completed in 8 milliseconds