Searched refs:getreg (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/i2c/busses/ |
D | i2c-ocores.c | 50 u8 (*getreg)(struct ocores_i2c *i2c, int reg); member 156 return i2c->getreg(i2c, reg); in oc_getreg() 593 i2c->getreg = oc_getreg_grlib; in ocores_i2c_of_probe() 634 i2c->getreg = oc_getreg_io_8; in ocores_i2c_probe() 655 if (!i2c->setreg || !i2c->getreg) { in ocores_i2c_probe() 662 i2c->getreg = oc_getreg_8; in ocores_i2c_probe() 667 i2c->getreg = be ? oc_getreg_16be : oc_getreg_16; in ocores_i2c_probe() 672 i2c->getreg = be ? oc_getreg_32be : oc_getreg_32; in ocores_i2c_probe()
|
/linux-6.1.9/arch/x86/um/ |
D | ptrace_64.c | 130 unsigned long getreg(struct task_struct *child, int regno) in getreg() function 181 tmp = getreg(child, addr); in peek_user()
|
D | ptrace_32.c | 144 unsigned long getreg(struct task_struct *child, int regno) in getreg() function 186 tmp = getreg(child, addr); in peek_user()
|
/linux-6.1.9/arch/um/include/asm/ |
D | ptrace-generic.h | 36 extern unsigned long getreg(struct task_struct *child, int regno);
|
/linux-6.1.9/arch/um/kernel/ |
D | ptrace.c | 73 __put_user(getreg(child, i), p); in arch_ptrace()
|
/linux-6.1.9/arch/x86/kernel/ |
D | ptrace.c | 387 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg() function 419 membuf_store(&to, getreg(target, reg * sizeof(unsigned long))); in genregs_get() 735 tmp = getreg(child, addr); in arch_ptrace() 1134 tmp = getreg(child, addr); in x32_arch_ptrace()
|
/linux-6.1.9/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() 903 getreg(ld.imm, &r2, NULL, regs); in emulate_store_int()
|
/linux-6.1.9/drivers/input/mouse/ |
D | sentelic.c | 485 PSMOUSE_DEFINE_ATTR(getreg, S_IWUSR | S_IRUGO, NULL,
|