Home
last modified time | relevance | path

Searched refs:getreg (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/i2c/busses/
Di2c-ocores.c49 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/
Dptrace_64.c130 unsigned long getreg(struct task_struct *child, int regno) in getreg() function
181 tmp = getreg(child, addr); in peek_user()
Dptrace_32.c118 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/
Dptrace-generic.h36 extern unsigned long getreg(struct task_struct *child, int regno);
/linux-6.12.1/arch/um/kernel/
Dptrace.c68 __put_user(getreg(child, i), p); in arch_ptrace()
/linux-6.12.1/arch/x86/kernel/
Dptrace.c407 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/
Dsentelic.c485 PSMOUSE_DEFINE_ATTR(getreg, S_IWUSR | S_IRUGO, NULL,