Searched defs:map (Results 351 - 375 of 1457) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/input/keyboard/
H A Dsh_keysc.c72 static void sh_keysc_map_dbg(struct device *dev, unsigned long *map, argument
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-v4.c416 struct its_vlpi_map map; local
/linux-master/drivers/video/fbdev/
H A Dsbuslib.c41 int sbusfb_mmap_helper(struct sbus_mmap_map *map, argument
/linux-master/kernel/bpf/
H A Dbpf_cgrp_storage.c64 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit) argument
78 static void *bpf_cgrp_storage_lookup_elem(struct bpf_map *map, void *key) argument
96 static long bpf_cgrp_storage_update_elem(struct bpf_map *map, void *key, argument
116 static int cgroup_storage_delete(struct cgroup *cgroup, struct bpf_map *map) argument
128 static long bpf_cgrp_storage_delete_elem(struct bpf_map *map, void *key) argument
145 notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
155 cgroup_storage_map_free(struct bpf_map *map) argument
[all...]
H A Dmap_iter.c16 struct bpf_map *map; local
105 struct bpf_map *map; local
198 bpf_map_sum_elem_count(const struct bpf_map *map) argument
[all...]
H A Dbloom_filter.c16 struct bpf_map map; member in struct:bpf_bloom_filter
36 static long bloom_map_peek_elem(struct bpf_map *map, void *value) argument
51 static long bloom_map_push_elem(struct bpf_map *map, void *value, u64 flags) argument
68 static long bloom_map_pop_elem(struct bpf_map *map, voi argument
73 bloom_map_delete_elem(struct bpf_map *map, void *value) argument
78 bloom_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
162 bloom_map_free(struct bpf_map *map) argument
170 bloom_map_lookup_elem(struct bpf_map *map, void *key) argument
176 bloom_map_update_elem(struct bpf_map *map, void *key, void *value, u64 flags) argument
183 bloom_map_check_btf(const struct bpf_map *map, const struct btf *btf, const struct btf_type *key_type, const struct btf_type *value_type) argument
192 bloom_map_mem_usage(const struct bpf_map *map) argument
[all...]
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_gem_shmem_test.c167 struct iosys_map map; local
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_gem.c201 struct iosys_map map; local
242 struct iosys_map map = IOSYS_MAP_INIT_VADDR(shmem_obj->vaddr); local
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_dump.c197 struct iosys_map map; local
/linux-master/drivers/reset/sti/
H A Dreset-syscfg.c153 struct regmap *map; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_ma.c60 static __always_inline void batch_alloc(struct bpf_map *map, unsigned int batch, unsigned int idx) argument
87 static __always_inline void batch_free(struct bpf_map *map, unsigned int batch, unsigned int idx) argument
109 static __always_inline void batch_percpu_alloc(struct bpf_map *map, unsigned int batch, argument
137 static __always_inline void batch_percpu_free(struct bpf_map *map, unsigned int batch, argument
[all...]
/linux-master/drivers/pinctrl/
H A Dpinconf.c40 int pinconf_validate_map(const struct pinctrl_map *map, int i) argument
109 int pinconf_map_to_setting(const struct pinctrl_map *map, argument
238 pinconf_show_map(struct seq_file *s, const struct pinctrl_map *map) argument
[all...]
/linux-master/include/linux/pinctrl/
H A Dmachine.h162 static inline int pinctrl_register_mappings(const struct pinctrl_map *map, argument
168 static inline void pinctrl_unregister_mappings(const struct pinctrl_map *map) argument
/linux-master/drivers/mfd/
H A Dqcom-spmi-pmic.c167 static int pmic_spmi_load_revid(struct regmap *map, struct device *dev, argument
/linux-master/tools/perf/tests/
H A Dcpumap.c21 struct perf_cpu_map *map; local
57 struct perf_cpu_map *map; local
83 struct perf_cpu_map *map; local
135 struct perf_cpu_map *map = perf_cpu_map__new(str); local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmmio.c166 mt7615_mmio_probe(struct device *pdev, void __iomem *mem_base, int irq, const u32 *map) argument
/linux-master/include/linux/
H A Dbpf_local_storage.h48 struct bpf_map map; member in struct:bpf_local_storage_map
[all...]
H A Diosys-map.h183 iosys_map_set_vaddr(struct iosys_map *map, void *vaddr) argument
196 iosys_map_set_vaddr_iomem(struct iosys_map *map, void __iomem *vaddr_iomem) argument
235 iosys_map_is_null(const struct iosys_map *map) argument
252 iosys_map_is_set(const struct iosys_map *map) argument
265 iosys_map_clear(struct iosys_map *map) argument
323 iosys_map_incr(struct iosys_map *map, size_t incr) argument
[all...]
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-page-map.c39 struct index_page_map *map; local
58 uds_free_index_page_map(struct index_page_map *map) argument
66 uds_update_index_page_map(struct index_page_map *map, u64 virtual_chapter_number, u32 chapter_number, u32 index_page_number, u32 delta_list_number) argument
80 uds_find_index_page_number(const struct index_page_map *map, const struct uds_record_name *name, u32 chapter_number) argument
95 uds_get_list_number_bounds(const struct index_page_map *map, u32 chapter_number, u32 index_page_number, u32 *lowest_list, u32 *highest_list) argument
113 uds_write_index_page_map(struct index_page_map *map, struct buffered_writer *writer) argument
139 uds_read_index_page_map(struct index_page_map *map, struct buffered_reader *reader) argument
[all...]
/linux-master/drivers/accel/ivpu/
H A Divpu_gem.c294 struct iosys_map map; local
343 struct iosys_map map = IOSYS_MAP_INIT_VADDR(bo->base.vaddr); local
/linux-master/drivers/auxdisplay/
H A Dline-display.c197 struct linedisp_map *map = linedisp->map; local
207 struct linedisp_map *map = linedisp->map; local
234 struct linedisp_map *map = linedisp->map; local
279 struct linedisp_map *map; local
[all...]
/linux-master/drivers/pwm/
H A Dpwm-jz4740.c28 struct regmap *map; member in struct:jz4740_pwm_chip
[all...]
/linux-master/sound/soc/meson/
H A Daxg-fifo.h61 struct regmap *map; member in struct:axg_fifo
/linux-master/tools/testing/selftests/mm/
H A Dthuge-gen.c111 char *map; local
136 char *map; local
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dtileblit.c133 struct fb_tilemap map; local

Completed in 178 milliseconds

<<11121314151617181920>>