Searched refs:raw_read (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/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-v5.4/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-v5.4/drivers/mtd/nand/raw/ |
D | tango_nand.c | 366 static void raw_read(struct nand_chip *chip, u8 *buf, u8 *oob) in raw_read() function 424 raw_read(chip, buf, chip->oob_poi); in tango_read_page_raw() 439 raw_read(chip, NULL, chip->oob_poi); in tango_read_oob()
|
/Linux-v5.4/drivers/block/ |
D | amiflop.c | 691 static void raw_read(int drive) in raw_read() function 1444 raw_read(drive); in get_track()
|