Searched refs:dev_buf (Results 1 – 1 of 1) sorted by relevance
1343 char *dev_buf; in coh901318_debugfs_read() local1348 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()