Searched refs:getreg (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | ptrace_64.c | 129 unsigned long getreg(struct task_struct *child, int regno) in getreg() function 180 tmp = getreg(child, addr); in peek_user()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | ptrace-generic.h | 36 extern unsigned long getreg(struct task_struct *child, int regno);
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | ptrace.c | 74 __put_user(getreg(child, i), p); in arch_ptrace()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ptrace.c | 388 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg() function 420 membuf_store(&to, getreg(target, reg * sizeof(unsigned long))); in genregs_get() 725 tmp = getreg(child, addr); in arch_ptrace() 1124 tmp = getreg(child, addr); in x32_arch_ptrace()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | sentelic.c | 485 PSMOUSE_DEFINE_ATTR(getreg, S_IWUSR | S_IRUGO, NULL,
|