/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-rz-mtu3.c | 58 const struct rz_mtu3_channel_io_map *map; member [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 51 bool map; /* kernel mapped by the driver */ member
|
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/core/ |
H A D | mr.c | 94 static u64 map_start(struct vhost_iotlb_map *map, struct mlx5_vdpa_direct_mr *mr) in map_start() argument 99 static u64 map_end(struct vhost_iotlb_map *map, struct mlx5_vdpa_direct_mr *mr) in map_end() argument 104 static u64 maplen(struct vhost_iotlb_map *map, struct mlx5_vdpa_direct_mr *mr) in maplen() argument 226 struct vhost_iotlb_map *map; in map_direct_mr() local 362 struct vhost_iotlb_map *map; create_user_mr() local 455 struct vhost_iotlb_map *map; dup_iotlb() local [all...] |
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_user/ |
H A D | iova_domain.c | 49 struct vhost_iotlb_map *map; in vduse_iotlb_del_range() local 63 struct vhost_iotlb_map *map; in vduse_domain_set_map() local 92 struct vhost_iotlb_map *map; vduse_domain_clear_map() local 106 struct vduse_bounce_map *map; vduse_domain_map_bounce_page() local 126 struct vduse_bounce_map *map; vduse_domain_unmap_bounce_page() local 164 struct vduse_bounce_map *map; vduse_domain_bounce() local 194 struct vhost_iotlb_map *map; vduse_domain_get_coherent_page() local 213 struct vduse_bounce_map *map; vduse_domain_get_bounce_page() local 232 struct vduse_bounce_map *map; vduse_domain_free_kernel_bounce_pages() local 253 struct vduse_bounce_map *map; vduse_domain_add_user_bounce_pages() local 288 struct vduse_bounce_map *map; vduse_domain_remove_user_bounce_pages() local 463 struct vhost_iotlb_map *map; vduse_domain_free_coherent() local 556 struct vduse_bounce_map *map; vduse_domain_create() local [all...] |
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap-irq.c | 24 struct regmap *map; member 60 struct regmap *map = data->map; in regmap_irq_can_bulk_read_status() local 82 struct regmap *map = d->map; in regmap_irq_sync_unlock() local 209 struct regmap *map = d->map; regmap_irq_enable() local 238 struct regmap *map = d->map; regmap_irq_disable() local 247 struct regmap *map = d->map; regmap_irq_set_type() local 277 struct regmap *map = d->map; regmap_irq_set_wake() local 308 struct regmap *map = data->map; read_sub_irq_data() local 339 struct regmap *map = data->map; regmap_irq_thread() local 548 struct regmap *map = data->map; regmap_irq_get_irq_reg_linear() local 628 regmap_add_irq_chip_fwnode(struct fwnode_handle *fwnode, struct regmap *map, int irq, int irq_flags, int irq_base, const struct regmap_irq_chip *chip, struct regmap_irq_chip_data **data) regmap_add_irq_chip_fwnode() argument 920 regmap_add_irq_chip(struct regmap *map, int irq, int irq_flags, int irq_base, const struct regmap_irq_chip *chip, struct regmap_irq_chip_data **data) regmap_add_irq_chip() argument 1015 devm_regmap_add_irq_chip_fwnode(struct device *dev, struct fwnode_handle *fwnode, struct regmap *map, int irq, int irq_flags, int irq_base, const struct regmap_irq_chip *chip, struct regmap_irq_chip_data **data) devm_regmap_add_irq_chip_fwnode() argument 1060 devm_regmap_add_irq_chip(struct device *dev, struct regmap *map, int irq, int irq_flags, int irq_base, const struct regmap_irq_chip *chip, struct regmap_irq_chip_data **data) devm_regmap_add_irq_chip() argument [all...] |
H A D | regmap-debugfs.c | 19 struct regmap *map; member 38 struct regmap *map = file->private_data; in regmap_name_read_file() local 67 static void regmap_debugfs_free_dump_cache(struct regmap *map) in regmap_debugfs_free_dump_cache() argument 80 static bool regmap_printable(struct regmap *map, unsigne argument 95 regmap_debugfs_get_dump_start(struct regmap *map, unsigned int base, loff_t from, loff_t *pos) regmap_debugfs_get_dump_start() argument 181 regmap_calc_tot_len(struct regmap *map, void *buf, size_t count) regmap_calc_tot_len() argument 193 regmap_next_readable_reg(struct regmap *map, int reg) regmap_next_readable_reg() argument 215 regmap_read_debugfs(struct regmap *map, unsigned int from, unsigned int to, char __user *user_buf, size_t count, loff_t *ppos) regmap_read_debugfs() argument 287 struct regmap *map = file->private_data; regmap_map_read_file() local 309 struct regmap *map = file->private_data; regmap_map_write_file() local 348 struct regmap *map = range->map; regmap_range_read_file() local 364 struct regmap *map = file->private_data; regmap_reg_ranges_read_file() local 436 struct regmap *map = s->private; regmap_access_show() local 463 struct regmap *map = container_of(file->private_data, regmap_cache_only_write_file() local 510 struct regmap *map = container_of(file->private_data, regmap_cache_bypass_write_file() local 546 regmap_debugfs_init(struct regmap *map) regmap_debugfs_init() argument 666 regmap_debugfs_exit(struct regmap *map) regmap_debugfs_exit() argument [all...] |
H A D | regcache-rbtree.c | 48 static unsigned int regcache_rbtree_get_register(struct regmap *map, in regcache_rbtree_get_register() argument 54 static void regcache_rbtree_set_register(struct regmap *map, in regcache_rbtree_set_register() argument 62 static struct regcache_rbtree_node *regcache_rbtree_lookup(struct regmap *map, in regcache_rbtree_lookup() argument 39 regcache_rbtree_get_base_top_reg( struct regmap *map, struct regcache_rbtree_node *rbnode, unsigned int *base, unsigned int *top) regcache_rbtree_get_base_top_reg() argument 96 regcache_rbtree_insert(struct regmap *map, struct rb_root *root, struct regcache_rbtree_node *rbnode) regcache_rbtree_insert() argument 134 struct regmap *map = s->private; rbtree_show() local 178 rbtree_debugfs_init(struct regmap *map) rbtree_debugfs_init() argument 184 regcache_rbtree_init(struct regmap *map) regcache_rbtree_init() argument 213 regcache_rbtree_exit(struct regmap *map) regcache_rbtree_exit() argument 242 regcache_rbtree_read(struct regmap *map, unsigned int reg, unsigned int *value) regcache_rbtree_read() argument 262 regcache_rbtree_insert_to_block(struct regmap *map, struct regcache_rbtree_node *rbnode, unsigned int base_reg, unsigned int top_reg, unsigned int reg, unsigned int value) regcache_rbtree_insert_to_block() argument 317 regcache_rbtree_node_alloc(struct regmap *map, unsigned int reg) regcache_rbtree_node_alloc() argument 368 regcache_rbtree_write(struct regmap *map, unsigned int reg, unsigned int value) regcache_rbtree_write() argument 465 regcache_rbtree_sync(struct regmap *map, unsigned int min, unsigned int max) regcache_rbtree_sync() argument 510 regcache_rbtree_drop(struct regmap *map, unsigned int min, unsigned int max) regcache_rbtree_drop() argument [all...] |
H A D | regmap-kunit.c | 123 struct regmap *map; in basic_read_write() local 152 struct regmap *map; in bulk_write() local 189 struct regmap *map; bulk_read() local 222 struct regmap *map; write_readonly() local 257 struct regmap *map; read_writeonly() local 297 struct regmap *map; reg_defaults() local 325 struct regmap *map; reg_defaults_read_dev() local 359 struct regmap *map; register_patch() local 411 struct regmap *map; stride() local 477 struct regmap *map; basic_ranges() local 549 struct regmap *map; stress_insert() local 603 struct regmap *map; cache_bypass() local 641 struct regmap *map; cache_sync() local 679 struct regmap *map; cache_sync_defaults() local 715 struct regmap *map; cache_sync_readonly() local 756 struct regmap *map; cache_sync_patch() local 817 struct regmap *map; cache_drop() local 859 struct regmap *map; cache_present() local 1006 struct regmap *map; raw_read_defaults_single() local 1031 struct regmap *map; raw_read_defaults() local 1070 struct regmap *map; raw_write_read_single() local 1096 struct regmap *map; raw_write() local 1148 struct regmap *map; raw_sync() local [all...] |
/kernel/linux/linux-6.6/drivers/clk/ingenic/ |
H A D | tcu.c | 52 struct regmap *map; member 339 struct regmap *map; ingenic_tcu_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-aspeed.c | 345 aspeed_clk_hw_register_gate(struct device *dev, const char *name, const char *parent_name, unsigned long flags, struct regmap *map, u8 clock_idx, u8 reset_idx, u8 clk_gate_flags, spinlock_t *lock) aspeed_clk_hw_register_gate() argument 387 struct regmap *map; aspeed_clk_probe() local 583 aspeed_ast2400_cc(struct regmap *map) aspeed_ast2400_cc() argument 651 aspeed_ast2500_cc(struct regmap *map) aspeed_ast2500_cc() argument 690 struct regmap *map; aspeed_cc_init() local [all...] |
H A D | clk-gemini.c | 74 struct regmap *map; member 84 struct regmap *map; member 191 gemini_pci_clk_setup(const char *name, const char *parent_name, struct regmap *map) gemini_pci_clk_setup() argument 274 struct regmap *map; gemini_clk_probe() local 392 struct regmap *map; gemini_cc_init() local [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-xilinx.c | 87 static inline u32 xgpio_get_value32(const unsigned long *map, int bit) in xgpio_get_value32() argument 95 static inline void xgpio_set_value32(unsigned long *map, int bit, u32 v) in xgpio_set_value32() argument
|
H A D | gpio-pcie-idio-24.c | 153 struct regmap *map; member 234 struct regmap *const map = gpio_regmap_get_drvdata(gpio); in idio_24_reg_mask_xlate() local [all...] |
/kernel/linux/linux-6.6/drivers/counter/ |
H A D | i8254.c | 54 struct regmap *map; member 298 static int i8254_init_hw(struct regmap *const map) in i8254_init_hw() argument [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | lpm_trie.c | 33 struct bpf_map map; member 228 static void *trie_lookup_elem(struct bpf_map *map, void *_key) in trie_lookup_elem() argument 306 static long trie_update_elem(struct bpf_map *map, in trie_update_elem() argument 437 trie_delete_elem(struct bpf_map *map, void *_key) trie_delete_elem() argument 576 trie_free(struct bpf_map *map) trie_free() argument 615 trie_get_next_key(struct bpf_map *map, void *_key, void *_next_key) trie_get_next_key() argument 713 trie_check_btf(const struct bpf_map *map, const struct btf *btf, const struct btf_type *key_type, const struct btf_type *value_type) trie_check_btf() argument 723 trie_mem_usage(const struct bpf_map *map) trie_mem_usage() argument [all...] |
H A D | bpf_local_storage.c | 29 struct bpf_map *map = &smap->map; in mem_charge() local 40 struct bpf_map *map = &smap->map; in mem_uncharge() local 49 struct bpf_map *map = &smap->map; in owner_storage() local 713 bpf_local_storage_map_check_btf(const struct bpf_map *map, const struct btf *btf, const struct btf_type *key_type, const struct btf_type *value_type) bpf_local_storage_map_check_btf() argument 771 bpf_local_storage_map_mem_usage(const struct bpf_map *map) bpf_local_storage_map_mem_usage() argument 848 bpf_local_storage_map_free(struct bpf_map *map, struct bpf_local_storage_cache *cache, int __percpu *busy_counter) bpf_local_storage_map_free() argument [all...] |
H A D | local_storage.c | 22 struct bpf_map map; member 29 static struct bpf_cgroup_storage_map *map_to_storage(struct bpf_map *map) in map_to_storage() argument 34 static bool attach_type_isolated(const struct bpf_map *map) in attach_type_isolated() argument 39 static int bpf_cgroup_storage_key_cmp(const struct bpf_cgroup_storage_map *map, in bpf_cgroup_storage_key_cmp() argument 67 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map, in cgroup_storage_lookup() argument 102 cgroup_storage_insert(struct bpf_cgroup_storage_map *map, struct bpf_cgroup_storage *storage) cgroup_storage_insert() argument 134 struct bpf_cgroup_storage_map *map = map_to_storage(_map); cgroup_storage_lookup_elem() local 144 cgroup_storage_update_elem(struct bpf_map *map, void *key, void *value, u64 flags) cgroup_storage_update_elem() argument 185 struct bpf_cgroup_storage_map *map = map_to_storage(_map); bpf_percpu_cgroup_storage_copy() local 214 struct bpf_cgroup_storage_map *map = map_to_storage(_map); bpf_percpu_cgroup_storage_update() local 248 struct bpf_cgroup_storage_map *map = map_to_storage(_map); cgroup_storage_get_next_key() local 289 struct bpf_cgroup_storage_map *map; cgroup_storage_map_alloc() local 332 struct bpf_cgroup_storage_map *map = map_to_storage(_map); cgroup_storage_map_free() local 351 cgroup_storage_delete_elem(struct bpf_map *map, void *key) cgroup_storage_delete_elem() argument 356 cgroup_storage_check_btf(const struct bpf_map *map, const struct btf *btf, const struct btf_type *key_type, const struct btf_type *value_type) cgroup_storage_check_btf() argument 414 cgroup_storage_seq_show_elem(struct bpf_map *map, void *key, struct seq_file *m) cgroup_storage_seq_show_elem() argument 449 cgroup_storage_map_usage(const struct bpf_map *map) cgroup_storage_map_usage() argument 482 bpf_cgroup_storage_calculate_size(struct bpf_map *map, u32 *pages) bpf_cgroup_storage_calculate_size() argument 504 struct bpf_map *map; bpf_cgroup_storage_alloc() local 561 struct bpf_map *map; bpf_cgroup_storage_free() local 578 struct bpf_cgroup_storage_map *map; bpf_cgroup_storage_link() local 597 struct bpf_cgroup_storage_map *map; bpf_cgroup_storage_unlink() local [all...] |
/kernel/linux/linux-6.6/kernel/dma/ |
H A D | direct.c | 479 enum pci_p2pdma_map_type map; in dma_direct_map_sg() local 635 struct bus_dma_region *map; in dma_direct_set_offset() local [all...] |
/kernel/linux/linux-6.6/drivers/cxl/ |
H A D | pci.c | 469 cxl_rcrb_get_comp_regs(struct pci_dev *pdev, struct cxl_register_map *map) cxl_rcrb_get_comp_regs() argument 499 cxl_pci_setup_regs(struct pci_dev *pdev, enum cxl_regloc_type type, struct cxl_register_map *map) cxl_pci_setup_regs() argument 785 struct cxl_register_map map; cxl_pci_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-topology.c | 492 __be32 *map = card->topology_map; in update_topology_map() local
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | exp_rcv.h | 82 u8 map; member
|
/kernel/linux/linux-6.6/drivers/net/netdevsim/ |
H A D | bpf.c | 42 struct bpf_offloaded_map *map; member 328 nsim_map_key_match(struct bpf_map *map, struct nsim_map_entry *e, void *key) in nsim_map_key_match() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_config.c | 83 struct map { struct
|
/kernel/linux/linux-6.6/drivers/net/ipa/ |
H A D | gsi.h | 85 struct gsi_trans **map; /* TRE -> transaction map */ member
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-reg.c | 810 struct regmap *map = fimc->sysreg; in fimc_hw_camblk_cfg_writeback() local
|