Searched refs:getreg (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-ocores.c | 49 u8 (*getreg)(struct ocores_i2c *i2c, int reg); member 145 return i2c->getreg(i2c, reg); in oc_getreg() 577 i2c->getreg = oc_getreg_grlib; in ocores_i2c_of_probe() 643 if (!i2c->setreg || !i2c->getreg) { in ocores_i2c_probe() 650 i2c->getreg = oc_getreg_8; in ocores_i2c_probe() 655 i2c->getreg = be ? oc_getreg_16be : oc_getreg_16; in ocores_i2c_probe() 660 i2c->getreg = be ? oc_getreg_32be : oc_getreg_32; in ocores_i2c_probe()
|
/linux-6.12.1/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 | 118 unsigned long getreg(struct task_struct *child, int regno) in getreg() function 160 tmp = getreg(child, addr); in peek_user()
|
/linux-6.12.1/arch/um/include/asm/ |
D | ptrace-generic.h | 36 extern unsigned long getreg(struct task_struct *child, int regno);
|
/linux-6.12.1/arch/um/kernel/ |
D | ptrace.c | 68 __put_user(getreg(child, i), p); in arch_ptrace()
|
/linux-6.12.1/arch/x86/kernel/ |
D | ptrace.c | 407 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg() function 439 membuf_store(&to, getreg(target, reg * sizeof(unsigned long))); in genregs_get() 755 tmp = getreg(child, addr); in arch_ptrace() 1154 tmp = getreg(child, addr); in x32_arch_ptrace()
|
/linux-6.12.1/drivers/input/mouse/ |
D | sentelic.c | 485 PSMOUSE_DEFINE_ATTR(getreg, S_IWUSR | S_IRUGO, NULL,
|