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() 4403 if (extract64(raw_read(env, ri) ^ value, 48, 16) && in vmsa_tcr_ttbr_el2_write() 4680 return raw_read(env, ri); in midr_read() 5477 if (raw_read(env, ri) == value) { in sctlr_write() 6791 readfn = raw_read; in el2_e2h_read() 6965 new_reg->raw_readfn = raw_read; in define_arm_vh_e2h_redirects_aliases() 6993 src_reg->raw_readfn = raw_read; in define_arm_vh_e2h_redirects_aliases() 7598 .readfn = pmcr_read, .raw_readfn = raw_read, in define_pmu_regs() [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()
|