Searched refs:getreg (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/i2c/busses/ |
D | i2c-ocores.c | 50 u8 (*getreg)(struct ocores_i2c *i2c, int reg); member 157 return i2c->getreg(i2c, reg); in oc_getreg() 596 i2c->getreg = oc_getreg_grlib; in ocores_i2c_of_probe() 638 i2c->getreg = oc_getreg_io_8; in ocores_i2c_probe() 659 if (!i2c->setreg || !i2c->getreg) { in ocores_i2c_probe() 666 i2c->getreg = oc_getreg_8; in ocores_i2c_probe() 671 i2c->getreg = be ? oc_getreg_16be : oc_getreg_16; in ocores_i2c_probe() 676 i2c->getreg = be ? oc_getreg_32be : oc_getreg_32; in ocores_i2c_probe()
|
/Linux-v5.4/arch/um/include/asm/ |
D | ptrace-generic.h | 36 extern unsigned long getreg(struct task_struct *child, int regno);
|
/Linux-v5.4/arch/x86/um/ |
D | ptrace_64.c | 137 unsigned long getreg(struct task_struct *child, int regno) in getreg() function 191 tmp = getreg(child, addr); in peek_user()
|
D | ptrace_32.c | 143 unsigned long getreg(struct task_struct *child, int regno) in getreg() function 185 tmp = getreg(child, addr); in peek_user()
|
/Linux-v5.4/arch/ia64/include/uapi/asm/ |
D | intrinsics.h | 113 #define ia64_getreg IA64_INTRINSIC_MACRO(getreg)
|
/Linux-v5.4/arch/um/kernel/ |
D | ptrace.c | 74 __put_user(getreg(child, i), p); in arch_ptrace()
|
/Linux-v5.4/arch/x86/kernel/ |
D | ptrace.c | 397 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg() function 430 *k++ = getreg(target, pos); in genregs_get() 437 if (__put_user(getreg(target, pos), u++)) in genregs_get() 747 tmp = getreg(child, addr); in arch_ptrace() 1134 tmp = getreg(child, addr); in x32_arch_ptrace()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | unaligned.c | 628 getreg (unsigned long regnum, unsigned long *val, int *nat, struct pt_regs *regs) in getreg() function 739 getreg(ld.imm, &r2, &nat_r2, regs); in emulate_load_updates() 886 getreg(ld.imm, &r2, NULL, regs); in emulate_store_int()
|
/Linux-v5.4/drivers/input/mouse/ |
D | sentelic.c | 485 PSMOUSE_DEFINE_ATTR(getreg, S_IWUSR | S_IRUGO, NULL,
|