Home
last modified time | relevance | path

Searched refs:te_device (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c75 static struct miscdevice te_device; variable
214 dma_free_attrs(te_device.this_device, in dma_buf_te_release()
244 dev_dbg(te_device.this_device, "no mapping for device %s\n", dev_name(attachment->dev)); in dma_buf_te_sync()
249 dev_dbg(te_device.this_device, "sync cpu with device %s\n", dev_name(attachment->dev)); in dma_buf_te_sync()
253 dev_dbg(te_device.this_device, "sync device %s with cpu\n", dev_name(attachment->dev)); in dma_buf_te_sync()
450 dev_err(te_device.this_device, "%s: couldn't get user data", __func__); in do_dma_buf_te_ioctl_alloc()
455 dev_err(te_device.this_device, "%s: no size specified", __func__); in do_dma_buf_te_ioctl_alloc()
470 …dev_err(te_device.this_device, "%s: buffer size of %llu pages exceeded the mapping limit of %zu pa… in do_dma_buf_te_ioctl_alloc()
477 dev_err(te_device.this_device, "%s: couldn't alloc object", __func__); in do_dma_buf_te_ioctl_alloc()
491 dev_err(te_device.this_device, in do_dma_buf_te_ioctl_alloc()
[all …]