Searched refs:raw_read (Results 1 – 5 of 5) sorted by relevance
/openbmc/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()
|
/openbmc/linux/drivers/platform/chrome/wilco_ec/ |
H A 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,
|
/openbmc/linux/drivers/staging/greybus/ |
H A 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,
|
/openbmc/qemu/target/arm/ |
H A D | helper.c | 39 static uint64_t raw_read(CPUARMState *env, const ARMCPRegInfo *ri) in raw_read() function 74 return raw_read(env, ri); in read_raw_cp_reg() 414 if (raw_read(env, ri) != value) { in fcse_write() 429 if (raw_read(env, ri) != value && !arm_feature(env, ARM_FEATURE_PMSA) in contextidr_write() 2178 .raw_readfn = raw_read, .raw_writefn = raw_write, }, 3272 .readfn = gt_phys_redir_ctl_read, .raw_readfn = raw_read, 3291 .readfn = gt_phys_redir_ctl_read, .raw_readfn = raw_read, 3299 .readfn = gt_virt_redir_ctl_read, .raw_readfn = raw_read, 3309 .readfn = gt_virt_redir_ctl_read, .raw_readfn = raw_read, 3371 .readfn = gt_phys_redir_cval_read, .raw_readfn = raw_read, [all …]
|
/openbmc/linux/drivers/block/ |
H A D | amiflop.c | 691 static void raw_read(int drive) in raw_read() function 1444 raw_read(drive); in get_track()
|