| /OK3568_Linux_fs/kernel/tools/testing/radix-tree/ |
| H A D | bitmap.c | 5 void bitmap_clear(unsigned long *map, unsigned int start, int len) in bitmap_clear()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | thuge-gen.c | 144 char *map; in test_mmap() local 179 char *map = shmat(id, NULL, 0600); in test_shmget() local
|
| H A D | on-fault-limit.c | 17 void *map; in test_limit() local
|
| /OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/ |
| H A D | iterators.bpf.c | 24 struct bpf_map *map; member 82 struct bpf_map *map = ctx->map; in dump_bpf_map() local
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | netprio_cgroup.c | 95 struct netprio_map *map = rcu_dereference_rtnl(dev->priomap); in netprio_prio() local 115 struct netprio_map *map; in netprio_set_prio() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | cdv_intel_display.c | 580 const struct psb_offset *map = &dev_priv->regmap[pipe]; in cdv_intel_crtc_mode_set() local 844 const struct psb_offset *map = &dev_priv->regmap[pipe]; in cdv_intel_crtc_clock_get() local 924 const struct psb_offset *map = &dev_priv->regmap[pipe]; in cdv_intel_crtc_mode_get() local
|
| H A D | mdfld_device.c | 162 const struct psb_offset *map = &dev_priv->regmap[pipenum]; in mdfld_save_display_registers() local 240 const struct psb_offset *map = &dev_priv->regmap[pipenum]; in mdfld_restore_display_registers() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | cmsg.c | 82 nfp_bpf_ctrl_alloc_map(struct nfp_app_bpf *bpf, struct bpf_map *map) in nfp_bpf_ctrl_alloc_map() 202 struct bpf_map *map = &nfp_map->offmap->map; in nfp_bpf_ctrl_op_cache_get() local 298 struct bpf_map *map = &offmap->map; in nfp_bpf_ctrl_entry_op() local
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.c | 222 static int make_nop_x86(void *map, size_t const offset) in make_nop_x86() 264 static int make_nop_arm(void *map, size_t const offset) in make_nop_arm() 300 static int make_nop_arm64(void *map, size_t const offset) in make_nop_arm64()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-max77686.c | 70 const unsigned int *map; member 413 const unsigned int *map = info->drv_data->map; in max77686_rtc_read_alarm() local 485 const unsigned int *map = info->drv_data->map; in max77686_rtc_stop_alarm() local 535 const unsigned int *map = info->drv_data->map; in max77686_rtc_start_alarm() local
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | dma_video_buffer.cpp | 38 uint8_t* DmaVideoBuffer::map() { return static_cast<uint8_t*>(DmaBuffer::map()); } in map() function in XCam::DmaVideoBuffer
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_map_in_map.c | 32 void *map; in xdp_mimtest0() local
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | iommu-helper.c | 9 unsigned long iommu_area_alloc(unsigned long *map, unsigned long size, in iommu_area_alloc()
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/include/internal/ |
| H A D | cpumap.h | 10 int map[]; member
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | syscon.c | 55 struct regmap *map; in dm_test_syscon_by_phandle() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | st_shmem_utils.c | 12 u32 *map; in igt_shmem_basic() local
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | bpf_trace.c | 804 get_map_perf_counter(struct bpf_map *map, u64 flags, in get_map_perf_counter() 826 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument 849 BPF_CALL_4(bpf_perf_event_read_value, struct bpf_map *, map, u64, flags, in BPF_CALL_4() argument 877 __bpf_perf_event_output(struct pt_regs *regs, struct bpf_map *map, in __bpf_perf_event_output() 916 BPF_CALL_5(bpf_perf_event_output, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_5() argument 970 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, in bpf_event_output() 1020 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2() argument 1387 BPF_CALL_5(bpf_perf_event_output_tp, void *, tp_buff, struct bpf_map *, map, in BPF_CALL_5() argument 1411 BPF_CALL_3(bpf_get_stackid_tp, void *, tp_buff, struct bpf_map *, map, in BPF_CALL_3() argument 1603 struct bpf_map *, map, u64, flags, void *, data, u64, size) in BPF_CALL_5() argument [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| H A D | axg-tdm-formatter.c | 26 struct regmap *map; member 29 int axg_tdm_formatter_set_channel_masks(struct regmap *map, in axg_tdm_formatter_set_channel_masks()
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | bcm63xx_pcmcia.c | 291 struct pccard_io_map *map) in bcm63xx_pcmcia_set_io_map() 299 struct pccard_mem_map *map) in bcm63xx_pcmcia_set_mem_map()
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | ingenic_rproc.c | 36 const struct vpu_mem_map *map; member 127 const struct vpu_mem_map *map = info->map; in ingenic_rproc_da_to_va() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | group_by_layout.cpp | 35 std::unordered_map<std::string, std::vector<const RenderLayer*>> map; in groupByLayout() local
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | qt1050.c | 291 static int qt1050_set_key(struct regmap *map, int number, int on) in qt1050_set_key() 303 struct regmap *map = ts->regmap; in qt1050_apply_fw_data() local 433 struct regmap *map; in qt1050_probe() local
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-kallsyms.c | 30 struct map *map; in __cmd_kallsyms() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | global_data_init.c | 10 struct bpf_map *map; in test_global_data_init() local
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | adau7118-i2c.c | 54 struct regmap *map; in adau7118_probe_i2c() local
|