Searched defs:thunk (Results  1 – 6 of 6) sorted by relevance
| /linux-4.1.27/drivers/md/ | 
| D | dm-cache-metadata.c | 1058 struct thunk {  struct1059 	load_mapping_fn fn;
 1060 	void *context;
 1062 	struct dm_cache_metadata *cmd;
 1063 	bool respect_dirty_flags;
 1064 	bool hints_valid;
 1115 	struct thunk *thunk = context;  in __load_mapping()  local
 1141 	struct thunk thunk;  in __load_mappings()  local
 
 | 
| /linux-4.1.27/drivers/mtd/chips/ | 
| D | fwh_lock.h | 29 	unsigned long adr, int len, void *thunk)  in fwh_xxlock_oneblock()
 | 
| D | cfi_util.c | 165 				     loff_t ofs, size_t len, void *thunk)  in cfi_varsize_frob()
 | 
| D | cfi_cmdset_0002.c | 2324 …_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()
 
 | 
| D | cfi_cmdset_0001.c | 1901 				      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.1.27/drivers/mtd/lpddr/ | 
| D | lpddr_cmds.c | 704 static int do_xxlock(struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk)  in do_xxlock()
 |