Searched refs:getreg (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/i2c/busses/ |
| H A D | i2c-ocores.c | 50 u8 (*getreg)(struct ocores_i2c *i2c, int reg); member 146 return i2c->getreg(i2c, reg); in oc_getreg() 571 i2c->getreg = oc_getreg_grlib; in ocores_i2c_of_probe() 637 if (!i2c->setreg || !i2c->getreg) { in ocores_i2c_probe() 644 i2c->getreg = oc_getreg_8; in ocores_i2c_probe() 649 i2c->getreg = be ? oc_getreg_16be : oc_getreg_16; in ocores_i2c_probe() 654 i2c->getreg = be ? oc_getreg_32be : oc_getreg_32; in ocores_i2c_probe()
|
| /linux/arch/x86/um/ |
| H A D | ptrace_32.c | 119 unsigned long getreg(struct task_struct *child, int regno) in getreg() function 161 tmp = getreg(child, addr); in peek_user()
|
| H A D | ptrace_64.c | 131 unsigned long getreg(struct task_struct *child, int regno) in getreg() function 182 tmp = getreg(child, addr); in peek_user()
|
| H A D | ptrace.c | 175 membuf_store(&to, getreg(target, reg * sizeof(unsigned long))); in genregs_get()
|
| /linux/arch/um/include/asm/ |
| H A D | ptrace-generic.h | 36 extern unsigned long getreg(struct task_struct *child, int regno);
|
| /linux/arch/x86/kernel/ |
| H A 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/drivers/input/mouse/ |
| H A D | sentelic.c | 485 PSMOUSE_DEFINE_ATTR(getreg, S_IWUSR | S_IRUGO, NULL,
|