Home
last modified time | relevance | path

Searched defs:thunk (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/md/
Ddm-cache-metadata.c1125 struct thunk { struct
1126 load_mapping_fn fn;
1127 void *context;
1129 struct dm_cache_metadata *cmd;
1130 bool respect_dirty_flags;
1131 bool hints_valid;
1182 struct thunk *thunk = context; in __load_mapping() local
1208 struct thunk thunk; in __load_mappings() local
/linux-4.4.14/drivers/mtd/chips/
Dfwh_lock.h29 unsigned long adr, int len, void *thunk) in fwh_xxlock_oneblock()
Dcfi_util.c353 loff_t ofs, size_t len, void *thunk) in cfi_varsize_frob()
Dcfi_cmdset_0002.c2324 …_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) in do_erase_oneblock()
2456 unsigned long adr, int len, void *thunk) in do_atmel_lock()
2491 unsigned long adr, int len, void *thunk) in do_atmel_unlock()
2545 unsigned long adr, int len, void *thunk) in do_ppb_xxlock()
Dcfi_cmdset_0001.c1901 unsigned long adr, int len, void *thunk) in do_erase_oneblock()
2050 int len, void *thunk) in do_getlockstatus_oneblock()
2068 int len, void *thunk) in do_printlockstatus_oneblock()
2080 unsigned long adr, int len, void *thunk) in do_xxlock_oneblock()
/linux-4.4.14/drivers/mtd/lpddr/
Dlpddr_cmds.c704 static int do_xxlock(struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk) in do_xxlock()