Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dcoh901318.c1342 char *dev_buf; in coh901318_debugfs_read() local
1347 dev_buf = kmalloc(4*1024, GFP_KERNEL); in coh901318_debugfs_read()
1348 if (dev_buf == NULL) in coh901318_debugfs_read()
1350 tmp = dev_buf; in coh901318_debugfs_read()
1360 ret = simple_read_from_buffer(buf, count, f_pos, dev_buf, in coh901318_debugfs_read()
1361 tmp - dev_buf); in coh901318_debugfs_read()
1362 kfree(dev_buf); in coh901318_debugfs_read()