Searched refs:raw_read (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/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-6.14.4/drivers/platform/chrome/wilco_ec/ |
D | debugfs.c | 136 static ssize_t raw_read(struct file *file, char __user *user_buf, size_t count, in raw_read() function 157 .read = raw_read,
|
/linux-6.14.4/drivers/staging/greybus/ |
D | raw.c | 288 static ssize_t raw_read(struct file *file, char __user *buf, size_t count, in raw_read() function 323 .read = raw_read,
|
/linux-6.14.4/drivers/block/ |
D | amiflop.c | 692 static void raw_read(int drive) in raw_read() function 1445 raw_read(drive); in get_track()
|