Home
last modified time | relevance | path

Searched defs:map (Results 76 – 100 of 1583) sorted by relevance

12345678910>>...64

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dmax17042_battery.c98 struct regmap *map = chip->regmap; in max17042_get_temperature() local
235 struct regmap *map = chip->regmap; in max17042_get_property() local
437 struct regmap *map = chip->regmap; in max17042_set_property() local
500 static int max17042_write_verify_reg(struct regmap *map, u8 reg, u32 value) in max17042_write_verify_reg()
521 static inline void max17042_override_por(struct regmap *map, in max17042_override_por()
530 struct regmap *map = chip->regmap; in max17042_unlock_model() local
538 struct regmap *map = chip->regmap; in max17042_lock_model() local
547 struct regmap *map = chip->regmap; in max17042_write_model_data() local
558 struct regmap *map = chip->regmap; in max17042_read_model_data() local
636 struct regmap *map = chip->regmap; in max17042_write_config_regs() local
[all …]
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c19 sk_storage_lookup(struct sock *sk, struct bpf_map *map, bool cacheit_lockit) in sk_storage_lookup()
32 static int sk_storage_delete(struct sock *sk, struct bpf_map *map) in sk_storage_delete()
85 static void sk_storage_map_free(struct bpf_map *map) in sk_storage_map_free()
106 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key()
112 static void *bpf_fd_sk_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_fd_sk_storage_lookup_elem()
129 static int bpf_fd_sk_storage_update_elem(struct bpf_map *map, void *key, in bpf_fd_sk_storage_update_elem()
149 static int bpf_fd_sk_storage_delete_elem(struct bpf_map *map, void *key) in bpf_fd_sk_storage_delete_elem()
204 struct bpf_map *map; in bpf_sk_storage_clone() local
255 BPF_CALL_4(bpf_sk_storage_get, struct bpf_map *, map, struct sock *, sk, in BPF_CALL_4() argument
288 BPF_CALL_2(bpf_sk_storage_delete, struct bpf_map *, map, struct sock *, sk) in BPF_CALL_2() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dgen_probe.c21 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp) in mtd_do_chip_probe()
59 static struct cfi_private *genprobe_ident_chips(struct map_info *map, struct chip_probe *cp) in genprobe_ident_chips()
165 static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp, in genprobe_new_chip()
199 static inline struct mtd_info *cfi_cmdset_unknown(struct map_info *map, in cfi_cmdset_unknown()
233 static struct mtd_info *check_cmd_set(struct map_info *map, int primary) in check_cmd_set()
H A Dmap_ram.c34 static struct mtd_info *map_ram_probe(struct map_info *map) in map_ram_probe()
89 struct map_info *map = mtd->priv; in mapram_point() local
107 struct map_info *map = mtd->priv; in mapram_read() local
116 struct map_info *map = mtd->priv; in mapram_write() local
127 struct map_info *map = mtd->priv; in mapram_erase() local
H A Dmap_rom.c34 static unsigned int default_erasesize(struct map_info *map) in default_erasesize()
43 static struct mtd_info *map_rom_probe(struct map_info *map) in map_rom_probe()
75 struct map_info *map = mtd->priv; in maprom_point() local
93 struct map_info *map = mtd->priv; in maprom_read() local
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dringbuf.c51 struct bpf_map map; member
214 static void ringbuf_map_free(struct bpf_map *map) in ringbuf_map_free()
223 static void *ringbuf_map_lookup_elem(struct bpf_map *map, void *key) in ringbuf_map_lookup_elem()
228 static int ringbuf_map_update_elem(struct bpf_map *map, void *key, void *value, in ringbuf_map_update_elem()
234 static int ringbuf_map_delete_elem(struct bpf_map *map, void *key) in ringbuf_map_delete_elem()
239 static int ringbuf_map_get_next_key(struct bpf_map *map, void *key, in ringbuf_map_get_next_key()
245 static int ringbuf_map_mmap(struct bpf_map *map, struct vm_area_struct *vma) in ringbuf_map_mmap()
272 static __poll_t ringbuf_map_poll(struct bpf_map *map, struct file *filp, in ringbuf_map_poll()
370 BPF_CALL_3(bpf_ringbuf_reserve, struct bpf_map *, map, u64, size, u64, flags) in BPF_CALL_3() argument
443 BPF_CALL_4(bpf_ringbuf_output, struct bpf_map *, map, void *, data, u64, size, in BPF_CALL_4() argument
[all …]
H A Ddevmap.c74 struct bpf_map map; member
195 static void dev_map_free(struct bpf_map *map) in dev_map_free()
258 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key()
275 struct bpf_dtab_netdev *__dev_map_hash_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_hash_lookup_elem()
289 static int dev_map_hash_get_next_key(struct bpf_map *map, void *key, in dev_map_hash_get_next_key()
334 bool dev_map_can_have_prog(struct bpf_map *map) in dev_map_can_have_prog()
409 struct bpf_dtab_netdev *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem()
528 static void *dev_map_lookup_elem(struct bpf_map *map, void *key) in dev_map_lookup_elem()
535 static void *dev_map_hash_lookup_elem(struct bpf_map *map, void *key) in dev_map_hash_lookup_elem()
553 static int dev_map_delete_elem(struct bpf_map *map, void *key) in dev_map_delete_elem()
[all …]
H A Dbpf_struct_ops.c31 struct bpf_map map; member
232 static int bpf_struct_ops_map_get_next_key(struct bpf_map *map, void *key, in bpf_struct_ops_map_get_next_key()
242 int bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_sys_lookup_elem()
271 static void *bpf_struct_ops_map_lookup_elem(struct bpf_map *map, void *key) in bpf_struct_ops_map_lookup_elem()
315 static int bpf_struct_ops_map_update_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_update_elem()
488 static int bpf_struct_ops_map_delete_elem(struct bpf_map *map, void *key) in bpf_struct_ops_map_delete_elem()
514 static void bpf_struct_ops_map_seq_show_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_seq_show_elem()
534 static void bpf_struct_ops_map_free(struct bpf_map *map) in bpf_struct_ops_map_free()
563 struct bpf_map *map; in bpf_struct_ops_map_alloc() local
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dsbc_gxx.c91 static inline void sbc_gxx_page(struct map_info *map, unsigned long ofs) in sbc_gxx_page()
102 static map_word sbc_gxx_read8(struct map_info *map, unsigned long ofs) in sbc_gxx_read8()
112 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) in sbc_gxx_copy_from()
129 static void sbc_gxx_write8(struct map_info *map, map_word d, unsigned long adr) in sbc_gxx_write8()
137 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) in sbc_gxx_copy_to()
H A Dlantiq-flash.c42 struct map_info *map; member
48 ltq_read16(struct map_info *map, unsigned long adr) in ltq_read16()
62 ltq_write16(struct map_info *map, map_word d, unsigned long adr) in ltq_write16()
81 ltq_copy_from(struct map_info *map, void *to, in ltq_copy_from()
95 ltq_copy_to(struct map_info *map, unsigned long to, in ltq_copy_to()
H A Dtsunami_flash.c18 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset) in tsunami_flash_read8()
25 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset) in tsunami_flash_write8()
31 struct map_info *map, void *addr, unsigned long offset, ssize_t len) in tsunami_flash_copy_from()
44 struct map_info *map, unsigned long offset, in tsunami_flash_copy_to()
H A Dixp4xx.c89 static map_word ixp4xx_read16(struct map_info *map, unsigned long ofs) in ixp4xx_read16()
101 static void ixp4xx_copy_from(struct map_info *map, void *to, in ixp4xx_copy_from()
132 static void ixp4xx_probe_write16(struct map_info *map, map_word d, unsigned long adr) in ixp4xx_probe_write16()
141 static void ixp4xx_write16(struct map_info *map, map_word d, unsigned long adr) in ixp4xx_write16()
148 struct map_info map; member
H A Dphysmap-gemini.c81 static map_word __xipram gemini_flash_map_read(struct map_info *map, in gemini_flash_map_read()
93 static void __xipram gemini_flash_map_write(struct map_info *map, in gemini_flash_map_write()
102 static void __xipram gemini_flash_map_copy_from(struct map_info *map, in gemini_flash_map_copy_from()
111 static void __xipram gemini_flash_map_copy_to(struct map_info *map, in gemini_flash_map_copy_to()
122 struct map_info *map) in of_flash_probe_gemini()
H A Dphysmap-ixp4xx.c69 static map_word ixp4xx_read16(struct map_info *map, unsigned long ofs) in ixp4xx_read16()
82 static void ixp4xx_copy_from(struct map_info *map, void *to, in ixp4xx_copy_from()
109 static void ixp4xx_write16(struct map_info *map, map_word d, unsigned long adr) in ixp4xx_write16()
116 struct map_info *map) in of_flash_probe_ixp4xx()
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregmap-irq.c24 struct regmap *map; member
75 struct regmap *map = d->map; in regmap_irq_sync_unlock() local
221 struct regmap *map = d->map; in regmap_irq_enable() local
253 struct regmap *map = d->map; in regmap_irq_disable() local
262 struct regmap *map = d->map; in regmap_irq_set_type() local
309 struct regmap *map = d->map; in regmap_irq_set_wake() local
340 struct regmap *map = data->map; in read_sub_irq_data() local
367 struct regmap *map = data->map; in regmap_irq_thread() local
579 struct regmap *map, int irq, in regmap_add_irq_chip_fwnode()
855 int regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags, in regmap_add_irq_chip()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/lpddr/
H A Dlpddr2_nvm.c120 static inline u_long ow_reg_add(struct map_info *map, u_long offset) in ow_reg_add()
136 static inline void ow_enable(struct map_info *map) in ow_enable()
151 static inline void ow_disable(struct map_info *map) in ow_disable()
163 static int lpddr2_nvm_do_op(struct map_info *map, u_long cmd_code, in lpddr2_nvm_do_op()
236 struct map_info *map = mtd->priv; in lpddr2_nvm_do_block_op() local
263 static int lpddr2_nvm_pfow_present(struct map_info *map) in lpddr2_nvm_pfow_present()
301 struct map_info *map = mtd->priv; in lpddr2_nvm_read() local
319 struct map_info *map = mtd->priv; in lpddr2_nvm_write() local
412 struct map_info *map; in lpddr2_nvm_probe() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcpumap.c23 struct perf_cpu_map *map; in cpu_map__from_entries() local
47 struct perf_cpu_map *map; in cpu_map__from_mask() local
71 size_t cpu_map__fprintf(struct perf_cpu_map *map, FILE *fp) in cpu_map__fprintf()
114 int cpu_map__get_socket(struct perf_cpu_map *map, int idx, void *data __maybe_unused) in cpu_map__get_socket()
132 int (*f)(struct perf_cpu_map *map, int cpu, void *data), in cpu_map__build_map()
170 int cpu_map__get_die(struct perf_cpu_map *map, int idx, void *data) in cpu_map__get_die()
214 int cpu_map__get_core(struct perf_cpu_map *map, int idx, void *data) in cpu_map__get_core()
243 int cpu_map__get_node(struct perf_cpu_map *map, int idx, void *data __maybe_unused) in cpu_map__get_node()
488 size_t cpu_map__snprint(struct perf_cpu_map *map, char *buf, size_t size) in cpu_map__snprint()
540 size_t cpu_map__snprint_mask(struct perf_cpu_map *map, char *buf, size_t size) in cpu_map__snprint_mask()
/OK3568_Linux_fs/kernel/scripts/selinux/genheaders/
H A Dgenheaders.c63 struct security_class_mapping *map = &secclass_map[i]; in main() local
81 struct security_class_mapping *map = &secclass_map[i]; in main() local
99 struct security_class_mapping *map = &secclass_map[i]; in main() local
126 struct security_class_mapping *map = &secclass_map[i]; in main() local
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dobjectid.c17 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map()
27 static void check_objectid_map(struct super_block *s, __le32 * map) in check_objectid_map()
53 __le32 *map = objectid_map(s, rs); in reiserfs_get_unused_objectid() local
102 __le32 *map = objectid_map(s, rs); in reiserfs_release_objectid() local
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Dflash_setup.c30 static map_word octeon_flash_map_read(struct map_info *map, unsigned long ofs) in octeon_flash_map_read()
41 static void octeon_flash_map_write(struct map_info *map, const map_word datum, in octeon_flash_map_write()
49 static void octeon_flash_map_copy_from(struct map_info *map, void *to, in octeon_flash_map_copy_from()
57 static void octeon_flash_map_copy_to(struct map_info *map, unsigned long to, in octeon_flash_map_copy_to()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosdmap.c727 const char *ceph_pg_pool_name_by_id(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_name_by_id()
742 int ceph_pg_poolid_by_name(struct ceph_osdmap *map, const char *name) in ceph_pg_poolid_by_name()
756 u64 ceph_pg_pool_flags(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_flags()
936 static int decode_pool_names(void **p, void *end, struct ceph_osdmap *map) in decode_pool_names()
1109 struct ceph_osdmap *map; in ceph_osdmap_alloc() local
1127 void ceph_osdmap_destroy(struct ceph_osdmap *map) in ceph_osdmap_destroy()
1181 static int osdmap_set_max_osd(struct ceph_osdmap *map, u32 max) in osdmap_set_max_osd()
1245 static int osdmap_set_crush(struct ceph_osdmap *map, struct crush_map *crush) in osdmap_set_crush()
1323 static int __decode_pools(void **p, void *end, struct ceph_osdmap *map, in __decode_pools()
1362 static int decode_pools(void **p, void *end, struct ceph_osdmap *map) in decode_pools()
[all …]
/OK3568_Linux_fs/kernel/fs/udf/
H A Dpartition.c33 struct udf_part_map *map; in udf_get_pblock() local
54 struct udf_part_map *map; in udf_get_pblock_virt15() local
118 struct udf_part_map *map; in udf_get_pblock_spar15() local
166 struct udf_part_map *map = &sbi->s_partmaps[i]; in udf_relocate_blocks() local
284 struct udf_part_map *map; in udf_try_read_meta() local
310 struct udf_part_map *map; in udf_get_pblock_meta25() local
/OK3568_Linux_fs/kernel/drivers/dma/ipu/
H A Dipu_irq.c95 struct ipu_irq_map *map = irq_data_get_irq_chip_data(d); in ipu_irq_unmask() local
118 struct ipu_irq_map *map = irq_data_get_irq_chip_data(d); in ipu_irq_mask() local
141 struct ipu_irq_map *map = irq_data_get_irq_chip_data(d); in ipu_irq_ack() local
166 struct ipu_irq_map *map = irq_get_chip_data(irq); in ipu_irq_status() local
196 struct ipu_irq_map *map; in ipu_irq_map() local
285 struct ipu_irq_map *map; in ipu_irq_handler() local
/OK3568_Linux_fs/external/xserver/glx/
H A Dsinglesize.c132 __glGetPixelMap_size(GLenum map) in __glGetPixelMap_size()
176 __glGetPixelMapfv_size(GLenum map) in __glGetPixelMapfv_size()
182 __glGetPixelMapuiv_size(GLenum map) in __glGetPixelMapuiv_size()
188 __glGetPixelMapusv_size(GLenum map) in __glGetPixelMapusv_size()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-utils.c32 struct pinctrl_map **map, unsigned *reserved_maps, in pinctrl_utils_reserve_map()
57 struct pinctrl_map **map, unsigned *reserved_maps, in pinctrl_utils_add_map_mux()
74 struct pinctrl_map **map, unsigned *reserved_maps, in pinctrl_utils_add_map_configs()
124 struct pinctrl_map *map, unsigned num_maps) in pinctrl_utils_free_map()

12345678910>>...64