Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dcoh901318.c1343 char *dev_buf; in coh901318_debugfs_read() local
1348 dev_buf = kmalloc(4*1024, GFP_KERNEL); in coh901318_debugfs_read()
1349 if (dev_buf == NULL) in coh901318_debugfs_read()
1351 tmp = dev_buf; in coh901318_debugfs_read()
1362 ret = simple_read_from_buffer(buf, count, f_pos, dev_buf, in coh901318_debugfs_read()
1363 tmp - dev_buf); in coh901318_debugfs_read()
1364 kfree(dev_buf); in coh901318_debugfs_read()