Home
last modified time | relevance | path

Searched defs:map (Results 901 - 925 of 4031) sorted by relevance

1...<<31323334353637383940>>...162

/kernel/linux/linux-6.6/drivers/pnp/
H A Dbase.h39 pnp_irq_mask_t map; /* bitmap for IRQ lines */ member
44 unsigned char map; /* bitmask for DMA channels */ member
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-core.c47 struct regmap *map; in fotg210_gemini_init() local
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-jz4740.c29 struct regmap *map; member
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsbuslib.c41 int sbusfb_mmap_helper(struct sbus_mmap_map *map, in sbusfb_mmap_helper() argument
/kernel/linux/linux-6.6/drivers/clk/berlin/
H A Dberlin2-div.c57 struct berlin2_div_map map; member
68 struct berlin2_div_map *map = &div->map; in berlin2_div_is_enabled() local
86 struct berlin2_div_map *map = &div->map; in berlin2_div_enable() local
105 struct berlin2_div_map *map = &div->map; berlin2_div_disable() local
122 struct berlin2_div_map *map = &div->map; berlin2_div_set_parent() local
153 struct berlin2_div_map *map = &div->map; berlin2_div_get_parent() local
180 struct berlin2_div_map *map = &div->map; berlin2_div_recalc_rate() local
229 berlin2_div_register(const struct berlin2_div_map *map, void __iomem *base, const char *name, u8 div_flags, const char **parent_names, int num_parents, unsigned long flags, spinlock_t *lock) berlin2_div_register() argument
[all...]
H A Dberlin2-div.h68 struct berlin2_div_map map; member
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dregcache-maple.c16 static int regcache_maple_read(struct regmap *map, in regcache_maple_read() argument
38 static int regcache_maple_write(struct regmap *map, unsigned int reg, in regcache_maple_write() argument
107 static int regcache_maple_drop(struct regmap *map, unsigned int min, in regcache_maple_drop() argument
189 regcache_maple_sync_block(struct regmap *map, unsigned long *entry, struct ma_state *mas, unsigned int min, unsigned int max) regcache_maple_sync_block() argument
238 regcache_maple_sync(struct regmap *map, unsigned int min, unsigned int max) regcache_maple_sync() argument
293 regcache_maple_exit(struct regmap *map) regcache_maple_exit() argument
315 regcache_maple_insert_block(struct regmap *map, int first, int last) regcache_maple_insert_block() argument
344 regcache_maple_init(struct regmap *map) regcache_maple_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-104-idi-48.c130 struct regmap *map; in idi_48_probe() local
H A Dgpio-idio-16.c33 struct regmap *map; member
[all...]
H A Dgpio-i8255.c51 static int i8255_ppi_init(struct regmap *const map, const unsigned int base) in i8255_ppi_init() argument
H A Dgpio-max77650.c35 struct regmap *map; member
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dfdt.c147 static efi_status_t update_fdt_memmap(void *fdt, struct efi_boot_memmap *map) in update_fdt_memmap() argument
191 static efi_status_t exit_boot_func(struct efi_boot_memmap *map, void *priv) in exit_boot_func() argument
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dingenic-ost.c72 struct regmap *map; in ingenic_ost_probe() local
/kernel/linux/linux-6.6/kernel/bpf/
H A Dmap_iter.c16 struct bpf_map *map; in bpf_map_seq_start() local
105 struct bpf_map *map; in bpf_iter_attach_map() local
200 bpf_map_sum_elem_count(const struct bpf_map *map) bpf_map_sum_elem_count() argument
[all...]
H A Dbpf_cgrp_storage.c64 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit) in cgroup_storage_lookup() argument
78 static void *bpf_cgrp_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_cgrp_storage_lookup_elem() argument
96 static long bpf_cgrp_storage_update_elem(struct bpf_map *map, void *key, in bpf_cgrp_storage_update_elem() argument
116 static int cgroup_storage_delete(struct cgroup *cgroup, struct bpf_map *map) in cgroup_storage_delete() argument
128 static long bpf_cgrp_storage_delete_elem(struct bpf_map *map, void *key) in bpf_cgrp_storage_delete_elem() argument
145 notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) notsupp_get_next_key() argument
155 cgroup_storage_map_free(struct bpf_map *map) cgroup_storage_map_free() argument
[all...]
H A Dbpf_inode_storage.c78 static void *bpf_fd_inode_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_fd_inode_storage_lookup_elem() argument
91 static long bpf_fd_inode_storage_update_elem(struct bpf_map *map, void *key, in bpf_fd_inode_storage_update_elem() argument
111 static int inode_storage_delete(struct inode *inode, struct bpf_map *map) in inode_storage_delete() argument
124 static long bpf_fd_inode_storage_delete_elem(struct bpf_map *map, void *key) in bpf_fd_inode_storage_delete_elem() argument
36 inode_storage_lookup(struct inode *inode, struct bpf_map *map, bool cacheit_lockit) inode_storage_lookup() argument
186 notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) notsupp_get_next_key() argument
197 inode_storage_map_free(struct bpf_map *map) inode_storage_map_free() argument
[all...]
H A Dbloom_filter.c16 struct bpf_map map; member
36 static long bloom_map_peek_elem(struct bpf_map *map, void *value) in bloom_map_peek_elem() argument
51 static long bloom_map_push_elem(struct bpf_map *map, void *value, u64 flags) in bloom_map_push_elem() 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) bloom_map_delete_elem() argument
78 bloom_map_get_next_key(struct bpf_map *map, void *key, void *next_key) bloom_map_get_next_key() argument
150 bloom_map_free(struct bpf_map *map) bloom_map_free() argument
158 bloom_map_lookup_elem(struct bpf_map *map, void *key) bloom_map_lookup_elem() argument
164 bloom_map_update_elem(struct bpf_map *map, void *key, void *value, u64 flags) bloom_map_update_elem() argument
171 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) bloom_map_check_btf() argument
180 bloom_map_mem_usage(const struct bpf_map *map) bloom_map_mem_usage() argument
[all...]
H A Dreuseport_array.c12 struct bpf_map map; member
16 static struct reuseport_array *reuseport_array(struct bpf_map *map) in reuseport_array() argument
50 static void *reuseport_array_lookup_elem(struct bpf_map *map, void *key) in reuseport_array_lookup_elem() argument
62 static long reuseport_array_delete_elem(struct bpf_map *map, void *key) in reuseport_array_delete_elem() argument
94 static void reuseport_array_free(struct bpf_map *map) in reuseport_array_free() argument
165 bpf_fd_reuseport_array_lookup_elem(struct bpf_map *map, void *key, void *value) bpf_fd_reuseport_array_lookup_elem() argument
232 bpf_fd_reuseport_array_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) bpf_fd_reuseport_array_update_elem() argument
316 reuseport_array_get_next_key(struct bpf_map *map, void *key, void *next_key) reuseport_array_get_next_key() argument
335 reuseport_array_mem_usage(const struct bpf_map *map) reuseport_array_mem_usage() argument
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmap_to_14segment.h85 static __inline__ int map_to_seg14(struct seg14_conversion_map *map, int c) in map_to_seg14() argument
/kernel/linux/linux-6.6/io_uring/
H A Dio-wq.h29 unsigned long map; member
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
H A Diterators.bpf.c23 struct bpf_map *map; member
83 struct bpf_map *map = ctx->map; in dump_bpf_map() local
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Diwl-spectrum.h29 u8 map; member
/kernel/linux/linux-6.6/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) mt7615_mmio_probe() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Defuse.c87 static int rtw_dump_physical_efuse_map(struct rtw_dev *rtwdev, u8 *map) in rtw_dump_physical_efuse_map() argument
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinconf.c38 int pinconf_validate_map(const struct pinctrl_map *map, int i) in pinconf_validate_map() argument
107 int pinconf_map_to_setting(const struct pinctrl_map *map, in pinconf_map_to_setting() argument
236 pinconf_show_map(struct seq_file *s, const struct pinctrl_map *map) pinconf_show_map() argument
[all...]

Completed in 15 milliseconds

1...<<31323334353637383940>>...162