Searched refs:map_file (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
H A D | drv_mmz_userdev.c | 976 struct file *map_file = NULL; in mmz_userdev_mmap() local 1015 map_file = fget(map_fd); in mmz_userdev_mmap() 1016 if (map_file == NULL || map_file->f_op == NULL) { in mmz_userdev_mmap() 1020 if (!map_file->f_op->mmap) { in mmz_userdev_mmap() 1033 ret = map_file->f_op->mmap(map_file, vma); in mmz_userdev_mmap() 1034 fput(map_file); in mmz_userdev_mmap()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_env_cfg.py | 81 self.map_file = os.path.join(self.bin_path, '%s_demo.map'%(self.chip_type)) 303 self.map_file = os.path.join(self.bin_path, '%s_%s.map'%((self.chip_type), self.app_name))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | scons_env_cfg.py | 81 self.map_file = os.path.join(self.bin_path, '%s_demo.map'%(self.chip_type)) 303 self.map_file = os.path.join(self.bin_path, '%s_%s.map'%((self.chip_type), self.app_name))
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 60 void (*map_release)(struct bpf_map *map, struct file *map_file); 79 void *(*map_fd_get_ptr)(struct bpf_map *map, struct file *map_file, int fd); 1011 struct file *map_file; member 1365 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file, void *key, void *value, u64 map_flags); 1367 int bpf_fd_htab_map_update_elem(struct bpf_map *map, struct file *map_file, void *key, void *value, u64 map_flags);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux.c | 684 char *map_file); 8411 dhd_init_static_strs_array(osl_t *osh, dhd_event_log_t *temp, char *str_file, char *map_file) in dhd_init_static_strs_array() argument 8425 error = dhd_read_map(osh, map_file, &ramstart, &rodata_start, &rodata_end); in dhd_init_static_strs_array()
|
Completed in 29 milliseconds