Searched refs:raw_read (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/tools/testing/selftests/powerpc/signal/ |
D | sig_sc_double_restart.c | 49 static ssize_t raw_read(int fd, void *buf, size_t count) in raw_read() function 127 if (raw_read(fd, buf, 512) == -1) { in test_restart()
|
/Linux-v6.1/drivers/platform/chrome/wilco_ec/ |
D | debugfs.c | 135 static ssize_t raw_read(struct file *file, char __user *user_buf, size_t count, in raw_read() function 156 .read = raw_read,
|
/Linux-v6.1/drivers/staging/greybus/ |
D | raw.c | 285 static ssize_t raw_read(struct file *file, char __user *buf, size_t count, in raw_read() function 320 .read = raw_read,
|
/Linux-v6.1/drivers/block/ |
D | amiflop.c | 691 static void raw_read(int drive) in raw_read() function 1444 raw_read(drive); in get_track()
|