Home
last modified time | relevance | path

Searched defs:map_info (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dmap.h191 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
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Diwpm_util.c140 struct iwpm_mapping_info *map_info; in iwpm_create_mapinfo() local
188 struct iwpm_mapping_info *map_info = NULL; in iwpm_remove_mapinfo() local
221 struct iwpm_mapping_info *map_info; in free_hash_bucket() local
684 struct iwpm_mapping_info *map_info; in iwpm_send_mapinfo() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dmetadata.c19 struct bpf_prog_info map_info = {}; in prog_holds_map() local
H A Dpinning.c10 struct bpf_map_info map_info = {}; in get_map_id() local
H A Dmmap.c26 struct bpf_map_info map_info; in test_mmap() local
H A Dbpf_obj_id.c253 struct bpf_map_info map_info = {}; in test_bpf_obj_id() local
H A Dbpf_iter.c430 struct bpf_map_info map_info = {}; in test_overflow() local
H A Dbtf.c3851 struct bpf_map_info map_info = {}; in test_btf_id() local
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dmap.c98 struct bpf_map_info *map_info, void *key, in do_dump_btf()
237 print_entry_error(struct bpf_map_info *map_info, void *key, int lookup_errno) in print_entry_error()
748 struct bpf_map_info *map_info, struct btf *btf, in dump_map_elem()
H A Dmap_perf_ring.c127 struct bpf_map_info map_info = {}; in do_event_pipe() local
H A Dbtf.c721 struct bpf_map_info map_info; in build_btf_tables() local
H A Dprog.c157 static void *find_metadata(int prog_fd, struct bpf_map_info *map_info) in find_metadata()
245 struct bpf_map_info map_info; in show_prog_metadata() local
/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c952 struct map_info { struct
953 struct map_info *next; argument
958 static inline struct map_info *free_map_info(struct map_info *info) in free_map_info() argument
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1126.c1225 struct dq_map_info *map_info; in sdram_cmd_dq_path_remap() local
1316 struct dq_map_info *map_info; in read_mr() local
1705 struct dq_map_info *map_info; in data_training_rd() local
2450 struct dq_map_info *map_info = (struct dq_map_info *) in modify_ddr34_bw_byte_map() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_switch.c1325 struct ice_vsi_list_map_info *map_info = NULL; in ice_find_vsi_list_entry() local
1794 struct ice_vsi_list_map_info *map_info = NULL; in ice_add_vlan_internal() local
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dxsk.c512 struct bpf_map_info map_info; in xsk_lookup_bpf_maps() local
H A Dlibbpf.c4075 struct bpf_map_info map_info = {}; in map_is_reuse_compat() local
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h37 union map_info { union