Home
last modified time | relevance | path

Searched refs:raw_read (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/testing/selftests/powerpc/signal/
Dsig_sc_double_restart.c49 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-v5.10/drivers/platform/chrome/wilco_ec/
Ddebugfs.c135 static ssize_t raw_read(struct file *file, char __user *user_buf, size_t count, in raw_read() function
156 .read = raw_read,
/Linux-v5.10/drivers/staging/greybus/
Draw.c285 static ssize_t raw_read(struct file *file, char __user *buf, size_t count, in raw_read() function
320 .read = raw_read,
/Linux-v5.10/drivers/mtd/nand/raw/
Dtango_nand.c400 static void raw_read(struct nand_chip *chip, u8 *buf, u8 *oob) in raw_read() function
459 raw_read(chip, buf, chip->oob_poi); in tango_read_page_raw()
476 raw_read(chip, NULL, chip->oob_poi); in tango_read_oob()
/Linux-v5.10/drivers/block/
Damiflop.c691 static void raw_read(int drive) in raw_read() function
1444 raw_read(drive); in get_track()