Searched refs:thunk (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/x86/lib/ |
D | thunk_64.S | 15 .macro thunk name,func macro 45 thunk lockdep_sys_exit_thunk,lockdep_sys_exit
|
/linux-2.6.39/drivers/mtd/chips/ |
D | fwh_lock.h | 29 unsigned long adr, int len, void *thunk) in fwh_xxlock_oneblock() argument 32 struct fwh_xxlock_thunk *xxlt = (struct fwh_xxlock_thunk *)thunk; in fwh_xxlock_oneblock()
|
D | cfi_util.c | 167 loff_t ofs, size_t len, void *thunk) in cfi_varsize_frob() argument 233 ret = (*frob)(map, &cfi->chips[chipnum], adr, size, thunk); in cfi_varsize_frob()
|
D | cfi_cmdset_0001.c | 1871 unsigned long adr, int len, void *thunk) in do_erase_oneblock() argument 2018 int len, void *thunk) in do_getlockstatus_oneblock() argument 2036 int len, void *thunk) in do_printlockstatus_oneblock() argument 2039 adr, do_getlockstatus_oneblock(map, chip, adr, len, thunk)); in do_printlockstatus_oneblock() 2048 unsigned long adr, int len, void *thunk) in do_xxlock_oneblock() argument 2068 if (thunk == DO_XXLOCK_ONEBLOCK_LOCK) { in do_xxlock_oneblock() 2071 } else if (thunk == DO_XXLOCK_ONEBLOCK_UNLOCK) { in do_xxlock_oneblock()
|
D | cfi_cmdset_0002.c | 1664 …_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) in do_erase_oneblock() argument 1795 unsigned long adr, int len, void *thunk) in do_atmel_lock() argument 1831 unsigned long adr, int len, void *thunk) in do_atmel_unlock() argument
|
/linux-2.6.39/include/linux/mtd/ |
D | cfi.h | 557 unsigned long adr, int len, void *thunk); 560 loff_t ofs, size_t len, void *thunk);
|
/linux-2.6.39/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 721 int do_xxlock(struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk) in do_xxlock() argument 736 if (thunk == DO_XXLOCK_LOCK) { in do_xxlock() 739 } else if (thunk == DO_XXLOCK_UNLOCK) { in do_xxlock()
|