Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/lib/
Dthunk_64.S15 .macro thunk name,func macro
45 thunk lockdep_sys_exit_thunk,lockdep_sys_exit
/linux-2.6.39/drivers/mtd/chips/
Dfwh_lock.h29 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()
Dcfi_util.c167 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()
Dcfi_cmdset_0001.c1871 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()
Dcfi_cmdset_0002.c1664 …_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/
Dcfi.h557 unsigned long adr, int len, void *thunk);
560 loff_t ofs, size_t len, void *thunk);
/linux-2.6.39/drivers/mtd/lpddr/
Dlpddr_cmds.c721 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()