Searched refs:map_info (Results 1 – 10 of 10) sorted by relevance
/include/linux/mtd/ |
D | gen_probe.h | 17 int (*probe_chip)(struct map_info *map, __u32 base, 21 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp);
|
D | map.h | 191 struct map_info { struct 207 map_word (*read)(struct map_info *, unsigned long); argument 208 void (*copy_from)(struct map_info *, void *, unsigned long, ssize_t); argument 210 void (*write)(struct map_info *, const map_word, unsigned long); argument 211 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); argument 222 void (*inval_cache)(struct map_info *, unsigned long, ssize_t); argument 229 void (*set_vpp)(struct map_info *, int); argument 240 struct mtd_info *(*probe)(struct map_info *map); argument 250 struct mtd_info *do_map_probe(const char *name, struct map_info *map); 321 static inline map_word map_word_load(struct map_info *map, const void *ptr) in map_word_load() [all …]
|
D | cfi.h | 281 struct mtd_info *(*cmdset_setup)(struct map_info *); 294 struct map_info *map, struct cfi_private *cfi); 296 map_word cfi_build_cmd(u_long cmd, struct map_info *map, struct cfi_private *cfi); 299 unsigned long cfi_merge_status(map_word val, struct map_info *map, 304 struct map_info *map, struct cfi_private *cfi, 307 static inline uint8_t cfi_read_query(struct map_info *map, uint32_t addr) in cfi_read_query() 323 static inline uint16_t cfi_read_query16(struct map_info *map, uint32_t addr) in cfi_read_query16() 341 int __xipram cfi_qry_present(struct map_info *map, __u32 base, 343 int __xipram cfi_qry_mode_on(uint32_t base, struct map_info *map, 345 void __xipram cfi_qry_mode_off(uint32_t base, struct map_info *map, [all …]
|
D | qinfo.h | 79 static inline map_word lpddr_build_cmd(u_long cmd, struct map_info *map) in lpddr_build_cmd() 89 struct mtd_info *lpddr_cmdset(struct map_info *);
|
D | physmap.h | 16 struct map_info;
|
D | latch-addr-flash.h | 13 struct map_info;
|
D | hyperbus.h | 38 struct map_info map;
|
D | pfow.h | 100 static inline void send_pfow_command(struct map_info *map, in send_pfow_command()
|
/include/linux/ |
D | device-mapper.h | 37 union map_info { union 64 union map_info *map_context, 67 union map_info *map_context); 81 union map_info *map_context); 479 union map_info *dm_get_rq_mapinfo(struct request *rq);
|
/include/uapi/linux/ |
D | virtio_gpu.h | 433 __u32 map_info; member
|