Searched refs:raw_read (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/powerpc/signal/ |
H A 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/tools/testing/selftests/net/ |
H A D | skf_net_off.c | 167 static void raw_read(int fd) in raw_read() function 234 raw_read(fdr); in main()
|
/linux/drivers/platform/chrome/wilco_ec/ |
H A 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/drivers/staging/greybus/ |
H A 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/drivers/firmware/ |
H A D | dmi-sysfs.c | 537 static ssize_t raw_read(struct file *filp, in raw_read() function
|
/linux/drivers/block/ |
H A D | amiflop.c | 692 static void raw_read(int drive) in raw_read() function 1445 raw_read(drive); in get_track()
|