Searched refs:thunk (Results 1 – 6 of 6) sorted by relevance
/drivers/mtd/chips/ |
D | fwh_lock.h | 30 unsigned long adr, int len, void *thunk) in fwh_xxlock_oneblock() argument 33 struct fwh_xxlock_thunk *xxlt = (struct fwh_xxlock_thunk *)thunk; in fwh_xxlock_oneblock()
|
D | cfi_util.c | 359 loff_t ofs, size_t len, void *thunk) in cfi_varsize_frob() argument 419 ret = (*frob)(map, &cfi->chips[chipnum], adr, size, thunk); in cfi_varsize_frob()
|
D | cfi_cmdset_0001.c | 1952 unsigned long adr, int len, void *thunk) in do_erase_oneblock() argument 2091 int len, void *thunk) in do_getlockstatus_oneblock() argument 2109 int len, void *thunk) in do_printlockstatus_oneblock() argument 2112 adr, do_getlockstatus_oneblock(map, chip, adr, len, thunk)); in do_printlockstatus_oneblock() 2121 unsigned long adr, int len, void *thunk) in do_xxlock_oneblock() argument 2141 if (thunk == DO_XXLOCK_ONEBLOCK_LOCK) { in do_xxlock_oneblock() 2144 } else if (thunk == DO_XXLOCK_ONEBLOCK_UNLOCK) { in do_xxlock_oneblock()
|
D | cfi_cmdset_0002.c | 2514 …_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) in do_erase_oneblock() argument 2635 unsigned long adr, int len, void *thunk) in do_atmel_lock() argument 2670 unsigned long adr, int len, void *thunk) in do_atmel_unlock() argument 2722 unsigned long adr, int len, void *thunk) in do_ppb_xxlock() argument 2746 if (thunk == DO_XXLOCK_ONEBLOCK_LOCK) { in do_ppb_xxlock() 2750 } else if (thunk == DO_XXLOCK_ONEBLOCK_UNLOCK) { in do_ppb_xxlock() 2758 } else if (thunk == DO_XXLOCK_ONEBLOCK_GETLOCK) { in do_ppb_xxlock()
|
/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 716 static int do_xxlock(struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk) in do_xxlock() argument 731 if (thunk == DO_XXLOCK_LOCK) { in do_xxlock() 734 } else if (thunk == DO_XXLOCK_UNLOCK) { in do_xxlock()
|
/drivers/md/ |
D | dm-cache-metadata.c | 1278 struct thunk { struct
|