Searched refs:dev_buf (Results 1 – 1 of 1) sorted by relevance
1344 char *dev_buf; in coh901318_debugfs_read() local1349 dev_buf = kmalloc(4*1024, GFP_KERNEL); in coh901318_debugfs_read()1350 if (dev_buf == NULL) in coh901318_debugfs_read()1352 tmp = dev_buf; in coh901318_debugfs_read()1363 ret = simple_read_from_buffer(buf, count, f_pos, dev_buf, in coh901318_debugfs_read()1364 tmp - dev_buf); in coh901318_debugfs_read()1365 kfree(dev_buf); in coh901318_debugfs_read()