Searched refs:map (Results 26 - 50 of 2546) sorted by last modified time

1234567891011>>

/linux-master/kernel/bpf/
H A Dcore.c308 /* We need to take out the map fd for the digest calculation
845 if (!poke->tail_call.map)
2009 struct bpf_map *map = (struct bpf_map *) (unsigned long) BPF_R2; local
2010 struct bpf_array *array = container_of(map, struct bpf_array, map);
2014 if (unlikely(index >= array->map.max_entries))
2285 bool bpf_prog_map_compatible(struct bpf_map *map, argument
2302 spin_lock(&map->owner.lock);
2303 if (!map->owner.type) {
2307 map
2328 struct bpf_map *map = aux->used_maps[i]; local
2705 struct bpf_map *map; local
2873 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, void *ctx, u64 ctx_size, bpf_ctx_copy_t ctx_copy) argument
[all...]
/linux-master/include/linux/
H A Dskmsg.h70 struct bpf_map *map; member in struct:sk_psock_link
H A Dregmap.h6 * Register map access API
105 * @map: Regmap to read from
121 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \
125 sleep_us, timeout_us, false, (map), (addr), &(val)); \
132 * @map: Regmap to read from
151 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \
158 __ret = regmap_read((map), (addr), &(val)); \
165 __ret = regmap_read((map), (addr), &(val)); \
248 * struct regmap_config - Configuration for the register map of a device.
530 * struct regmap_bus - Description of a hardware bus for the register map
1244 regmap_update_bits(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val) argument
1250 regmap_update_bits_async(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val) argument
1256 regmap_update_bits_check(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val, bool *change) argument
1265 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val, bool *change) argument
1273 regmap_write_bits(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val) argument
1316 regmap_set_bits(struct regmap *map, unsigned int reg, unsigned int bits) argument
1323 regmap_clear_bits(struct regmap *map, unsigned int reg, unsigned int bits) argument
1694 regmap_write(struct regmap *map, unsigned int reg, unsigned int val) argument
1701 regmap_write_async(struct regmap *map, unsigned int reg, unsigned int val) argument
1708 regmap_raw_write(struct regmap *map, unsigned int reg, const void *val, size_t val_len) argument
1715 regmap_raw_write_async(struct regmap *map, unsigned int reg, const void *val, size_t val_len) argument
1722 regmap_noinc_write(struct regmap *map, unsigned int reg, const void *val, size_t val_len) argument
1729 regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val, size_t val_count) argument
1736 regmap_read(struct regmap *map, unsigned int reg, unsigned int *val) argument
1743 regmap_read_bypassed(struct regmap *map, unsigned int reg, unsigned int *val) argument
1750 regmap_raw_read(struct regmap *map, unsigned int reg, void *val, size_t val_len) argument
1757 regmap_noinc_read(struct regmap *map, unsigned int reg, void *val, size_t val_len) argument
1764 regmap_bulk_read(struct regmap *map, unsigned int reg, void *val, size_t val_count) argument
1771 regmap_update_bits_base(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val, bool *change, bool async, bool force) argument
1779 regmap_set_bits(struct regmap *map, unsigned int reg, unsigned int bits) argument
1786 regmap_clear_bits(struct regmap *map, unsigned int reg, unsigned int bits) argument
1793 regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits) argument
1817 regmap_update_bits(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val) argument
1824 regmap_update_bits_async(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val) argument
1831 regmap_update_bits_check(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val, bool *change) argument
1840 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val, bool *change) argument
1848 regmap_write_bits(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val) argument
1935 regmap_get_val_bytes(struct regmap *map) argument
1941 regmap_get_max_register(struct regmap *map) argument
1947 regmap_get_reg_stride(struct regmap *map) argument
1953 regmap_might_sleep(struct regmap *map) argument
1959 regcache_sync(struct regmap *map) argument
1965 regcache_sync_region(struct regmap *map, unsigned int min, unsigned int max) argument
1972 regcache_drop_region(struct regmap *map, unsigned int min, unsigned int max) argument
1979 regcache_cache_only(struct regmap *map, bool enable) argument
1984 regcache_cache_bypass(struct regmap *map, bool enable) argument
1989 regcache_mark_dirty(struct regmap *map) argument
1994 regmap_async_complete(struct regmap *map) argument
1999 regmap_register_patch(struct regmap *map, const struct reg_sequence *regs, int num_regs) argument
2007 regmap_parse_val(struct regmap *map, const void *buf, unsigned int *val) argument
2020 regmap_get_device(struct regmap *map) argument
[all...]
H A Dfilter.h705 struct bpf_map *map; member in struct:bpf_redirect_info
982 void bpf_clear_redirect_map(struct bpf_map *map);
1021 * same cpu context. Further for best results no more than a single map
1023 * because we only track one map and force a flush when the map changes.
1552 static __always_inline long __bpf_xdp_redirect_map(struct bpf_map *map, u64 index, argument
1554 void *lookup_elem(struct bpf_map *map, u32 key))
1563 ri->tgt_value = lookup_elem(map, index);
1570 ri->map_id = INT_MAX; /* Valid map id idr range: [1,INT_MAX[ */
1576 ri->map_id = map
[all...]
/linux-master/fs/btrfs/
H A Dvolumes.c1818 struct btrfs_chunk_map *map; local
1820 map = rb_entry(n, struct btrfs_chunk_map, rb_node);
1821 ret = map->start + map->chunk_len;
3058 struct btrfs_chunk_map *map; local
3062 map = rb_entry(node, struct btrfs_chunk_map, rb_node);
3064 prev_map = map;
3066 if (logical < map->start) {
3068 } else if (logical >= map->start + map
3118 struct btrfs_chunk_map *map; local
3138 struct btrfs_chunk_map *map; local
3162 remove_chunk_item(struct btrfs_trans_handle *trans, struct btrfs_chunk_map *map, u64 chunk_offset) argument
3188 struct btrfs_chunk_map *map; local
5532 chunk_map_device_set_bits(struct btrfs_chunk_map *map, unsigned int bits) argument
5544 chunk_map_device_clear_bits(struct btrfs_chunk_map *map, unsigned int bits) argument
5557 btrfs_remove_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map) argument
5570 btrfs_add_chunk_map(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map) argument
5606 struct btrfs_chunk_map *map; local
5618 btrfs_clone_chunk_map(struct btrfs_chunk_map *map, gfp_t gfp) argument
5638 struct btrfs_chunk_map *map; local
5774 struct btrfs_chunk_map *map; local
5911 btrfs_chunk_max_errors(struct btrfs_chunk_map *map) argument
5920 struct btrfs_chunk_map *map; local
5957 struct btrfs_chunk_map *map; local
5974 struct btrfs_chunk_map *map; local
6011 struct btrfs_chunk_map *map; local
6029 struct btrfs_chunk_map *map; local
6045 find_live_mirror(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map, int first, int dev_replace_is_ongoing) argument
6153 struct btrfs_chunk_map *map; local
6380 btrfs_max_io_len(struct btrfs_chunk_map *map, u64 offset, struct btrfs_io_geometry *io_geom) argument
6426 set_io_stripe(struct btrfs_fs_info *fs_info, u64 logical, u64 *length, struct btrfs_io_stripe *dst, struct btrfs_chunk_map *map, struct btrfs_io_geometry *io_geom) argument
6445 is_single_device_io(struct btrfs_fs_info *fs_info, const struct btrfs_io_stripe *smap, const struct btrfs_chunk_map *map, int num_alloc_stripes, enum btrfs_map_op op, int mirror_num) argument
6466 map_blocks_raid0(const struct btrfs_chunk_map *map, struct btrfs_io_geometry *io_geom) argument
6475 map_blocks_raid1(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map, struct btrfs_io_geometry *io_geom, bool dev_replace_is_ongoing) argument
6495 map_blocks_dup(const struct btrfs_chunk_map *map, struct btrfs_io_geometry *io_geom) argument
6511 map_blocks_raid10(struct btrfs_fs_info *fs_info, struct btrfs_chunk_map *map, struct btrfs_io_geometry *io_geom, bool dev_replace_is_ongoing) argument
6539 map_blocks_raid56_write(struct btrfs_chunk_map *map, struct btrfs_io_geometry *io_geom, u64 logical, u64 *length) argument
6570 map_blocks_raid56_read(struct btrfs_chunk_map *map, struct btrfs_io_geometry *io_geom) argument
6588 map_blocks_single(const struct btrfs_chunk_map *map, struct btrfs_io_geometry *io_geom) argument
6636 struct btrfs_chunk_map *map; local
6992 btrfs_calc_stripe_length(const struct btrfs_chunk_map *map) argument
7065 struct btrfs_chunk_map *map; local
7469 struct btrfs_chunk_map *map; local
8002 struct btrfs_chunk_map *map; local
8102 struct btrfs_chunk_map *map; local
[all...]
/linux-master/drivers/nvme/host/
H A Dmultipath.c560 ctrl->tagset->map[HCTX_TYPE_POLL].nr_queues)
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c270 struct rsrc_bmap *map; local
274 map = &mcs->tx.sa;
276 for_each_set_bit(sa_id, map->bmap, mcs->hw->sa_entries) {
290 map = &mcs->rx.sa;
292 for_each_set_bit(sa_id, map->bmap, mcs->hw->sa_entries) {
323 struct rsrc_bmap *map; local
326 map = &mcs->tx.sc;
330 for_each_set_bit(sc_id, map->bmap, mcs->hw->sc_entries) {
353 struct rsrc_bmap *map; local
356 map
390 struct rsrc_bmap *map; local
427 struct rsrc_bmap *map; local
470 struct rsrc_bmap *map; local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c2114 (ULL)op->map.va.addr, (ULL)op->map.va.range);
2216 op->map.is_null = flags & DRM_XE_VM_BIND_FLAG_NULL;
2217 op->map.dumpable = flags & DRM_XE_VM_BIND_FLAG_DUMPABLE;
2218 op->map.pat_index = pat_index;
2322 err |= xe_vm_insert_vma(vm, op->map.vma);
2410 flags |= op->map.is_null ?
2412 flags |= op->map.dumpable ?
2415 vma = new_vma(vm, &op->base.map, op->map
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c313 * vmw_bo_map_and_cache - Map a buffer object and cache the map
315 * @vbo: The buffer object to map
319 * returns the virtual kernel address of an already existing map. The virtual
321 * The cached map is torn down on either
334 virtual = ttm_kmap_obj_virtual(&vbo->map, &not_used);
338 ret = ttm_bo_kmap(bo, 0, PFN_UP(bo->base.size), &vbo->map);
340 DRM_ERROR("Buffer object map failed: %d.\n", ret);
342 return ttm_kmap_obj_virtual(&vbo->map, &not_used);
347 * vmw_bo_unmap - Tear down a cached buffer object map.
349 * @vbo: The buffer object whose map w
[all...]
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_tt.c435 struct iosys_map *map)
437 kunmap_local(map->vaddr);
434 ttm_kmap_iter_tt_unmap_local(struct ttm_kmap_iter *iter, struct iosys_map *map) argument
/linux-master/drivers/block/
H A Dublk_drv.c1298 /* map pre-allocated per-queue cmd buffer to ublksrv daemon */
2294 if (ub->tag_set.map[HCTX_TYPE_DEFAULT].mq_map[i] == queue)
/linux-master/drivers/base/regmap/
H A Dregmap.c3 // Register map access API
36 static inline bool regmap_should_log(struct regmap *map) argument
38 return (map->dev && strcmp(dev_name(map->dev), LOG_DEVICE) == 0);
41 static inline bool regmap_should_log(struct regmap *map) { return false; } argument
45 static int _regmap_update_bits(struct regmap *map, unsigned int reg,
74 bool regmap_check_range_table(struct regmap *map, unsigned int reg, argument
90 bool regmap_writeable(struct regmap *map, unsigned int reg) argument
92 if (map->max_register_is_set && reg > map
104 regmap_cached(struct regmap *map, unsigned int reg) argument
127 regmap_readable(struct regmap *map, unsigned int reg) argument
147 regmap_volatile(struct regmap *map, unsigned int reg) argument
164 regmap_precious(struct regmap *map, unsigned int reg) argument
178 regmap_writeable_noinc(struct regmap *map, unsigned int reg) argument
189 regmap_readable_noinc(struct regmap *map, unsigned int reg) argument
200 regmap_volatile_range(struct regmap *map, unsigned int reg, size_t num) argument
212 regmap_format_12_20_write(struct regmap *map, unsigned int reg, unsigned int val) argument
224 regmap_format_2_6_write(struct regmap *map, unsigned int reg, unsigned int val) argument
232 regmap_format_4_12_write(struct regmap *map, unsigned int reg, unsigned int val) argument
239 regmap_format_7_9_write(struct regmap *map, unsigned int reg, unsigned int val) argument
246 regmap_format_7_17_write(struct regmap *map, unsigned int reg, unsigned int val) argument
256 regmap_format_10_14_write(struct regmap *map, unsigned int reg, unsigned int val) argument
396 struct regmap *map = __map; local
403 struct regmap *map = __map; local
410 struct regmap *map = __map; local
418 struct regmap *map = __map; local
425 struct regmap *map = __map; local
432 struct regmap *map = __map; local
444 struct regmap *map = __map; local
450 struct regmap *map = __map; local
457 struct regmap *map = __map; variable in typeref:struct:regmap
467 struct regmap *map = __map; variable in typeref:struct:regmap
474 struct regmap *map = __map; variable in typeref:struct:regmap
484 struct regmap *map = __map; variable in typeref:struct:regmap
497 _regmap_range_add(struct regmap *map, struct regmap_range_node *data) argument
522 _regmap_range_lookup(struct regmap *map, unsigned int reg) argument
542 regmap_range_exit(struct regmap *map) argument
558 regmap_set_name(struct regmap *map, const struct regmap_config *config) argument
573 regmap_attach_dev(struct device *dev, struct regmap *map, const struct regmap_config *config) argument
671 struct regmap *map; local
1408 regmap_reinit_cache(struct regmap *map, const struct regmap_config *config) argument
1443 regmap_exit(struct regmap *map) argument
1518 regmap_get_device(struct regmap *map) argument
1524 _regmap_select_page(struct regmap *map, unsigned int *reg, struct regmap_range_node *range, unsigned int val_num) argument
1572 regmap_set_work_buf_flag_mask(struct regmap *map, int max_bytes, unsigned long mask) argument
1587 regmap_reg_addr(struct regmap *map, unsigned int reg) argument
1599 _regmap_raw_write_impl(struct regmap *map, unsigned int reg, const void *val, size_t val_len, bool noinc) argument
1804 regmap_can_raw_write(struct regmap *map) argument
1815 regmap_get_raw_read_max(struct regmap *map) argument
1826 regmap_get_raw_write_max(struct regmap *map) argument
1837 struct regmap *map = context; local
1863 struct regmap *map = context; local
1881 struct regmap *map = context; local
1895 _regmap_map_get_context(struct regmap *map) argument
1900 _regmap_write(struct regmap *map, unsigned int reg, unsigned int val) argument
1940 regmap_write(struct regmap *map, unsigned int reg, unsigned int val) argument
1967 regmap_write_async(struct regmap *map, unsigned int reg, unsigned int val) argument
1988 _regmap_raw_write(struct regmap *map, unsigned int reg, const void *val, size_t val_len, bool noinc) argument
2042 regmap_raw_write(struct regmap *map, unsigned int reg, const void *val, size_t val_len) argument
2062 regmap_noinc_readwrite(struct regmap *map, unsigned int reg, void *val, unsigned int val_len, bool write) argument
2161 regmap_noinc_write(struct regmap *map, unsigned int reg, const void *val, size_t val_len) argument
2306 regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val, size_t val_count) argument
2376 _regmap_raw_multi_reg_write(struct regmap *map, const struct reg_sequence *regs, size_t num_regs) argument
2425 _regmap_register_page(struct regmap *map, unsigned int reg, struct regmap_range_node *range) argument
2434 _regmap_range_multi_paged_reg_write(struct regmap *map, struct reg_sequence *regs, size_t num_regs) argument
2515 _regmap_multi_reg_write(struct regmap *map, const struct reg_sequence *regs, size_t num_regs) argument
2613 regmap_multi_reg_write(struct regmap *map, const struct reg_sequence *regs, int num_regs) argument
2646 regmap_multi_reg_write_bypassed(struct regmap *map, const struct reg_sequence *regs, int num_regs) argument
2690 regmap_raw_write_async(struct regmap *map, unsigned int reg, const void *val, size_t val_len) argument
2714 _regmap_raw_read(struct regmap *map, unsigned int reg, void *val, unsigned int val_len, bool noinc) argument
2749 struct regmap *map = context; local
2768 struct regmap *map = context; local
2782 _regmap_read(struct regmap *map, unsigned int reg, unsigned int *val) argument
2824 regmap_read(struct regmap *map, unsigned int reg, unsigned int *val) argument
2852 regmap_read_bypassed(struct regmap *map, unsigned int reg, unsigned int *val) argument
2889 regmap_raw_read(struct regmap *map, unsigned int reg, void *val, size_t val_len) argument
2988 regmap_noinc_read(struct regmap *map, unsigned int reg, void *val, size_t val_len) argument
3115 regmap_bulk_read(struct regmap *map, unsigned int reg, void *val, size_t val_count) argument
3176 _regmap_update_bits(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val, bool *change, bool force_write) argument
3231 regmap_update_bits_base(struct regmap *map, unsigned int reg, unsigned int mask, unsigned int val, bool *change, bool async, bool force) argument
3262 regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits) argument
3276 struct regmap *map = async->map; local
3295 regmap_async_is_done(struct regmap *map) argument
3315 regmap_async_complete(struct regmap *map) argument
3356 regmap_register_patch(struct regmap *map, const struct reg_sequence *regs, int num_regs) argument
3406 regmap_get_val_bytes(struct regmap *map) argument
3423 regmap_get_max_register(struct regmap *map) argument
3437 regmap_get_reg_stride(struct regmap *map) argument
3450 regmap_might_sleep(struct regmap *map) argument
3456 regmap_parse_val(struct regmap *map, const void *buf, unsigned int *val) argument
[all...]
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c596 * if (index >= array->map.max_entries)
622 * if (index >= array->map.max_entries)
627 offsetof(struct bpf_array, map.max_entries));
756 array = container_of(poke->tail_call.map, struct bpf_array, map);
1209 * m: opcode map select, encoding escape bytes e.g. 0x0f38
3042 * This will NOT cause fragmentation in direct map, as we do not
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c352 * if (index >= array->map.max_entries)
359 off = offsetof(struct bpf_array, map.max_entries);
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c432 /* if (index >= array->map.max_entries)
435 off = offsetof(struct bpf_array, map.max_entries);
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c146 * registers, we have to map each eBPF registers with two arm 32 bit regs or
1410 /* if (index >= array->map.max_entries)
1413 BUILD_BUG_ON(offsetof(struct bpf_array, map.max_entries) >
1415 off = offsetof(struct bpf_array, map.max_entries);
1419 /* array->map.max_entries */
1421 /* index >= array->map.max_entries */
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c535 static int rzg2l_map_add_config(struct pinctrl_map *map, argument
548 map->type = type;
549 map->data.configs.group_or_pin = group_or_pin;
550 map->data.configs.configs = cfgs;
551 map->data.configs.num_configs = num_configs;
559 struct pinctrl_map **map,
564 struct pinctrl_map *maps = *map;
627 *map = maps;
726 struct pinctrl_map *map,
731 if (!map)
556 rzg2l_dt_subnode_to_map(struct pinctrl_dev *pctldev, struct device_node *np, struct device_node *parent, struct pinctrl_map **map, unsigned int *num_maps, unsigned int *index) argument
725 rzg2l_dt_free_map(struct pinctrl_dev *pctldev, struct pinctrl_map *map, unsigned int num_maps) argument
742 rzg2l_dt_node_to_map(struct pinctrl_dev *pctldev, struct device_node *np, struct pinctrl_map **map, unsigned int *num_maps) argument
[all...]
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.c410 struct pinctrl_map **map,
419 (*map)[*num_maps].type = PIN_MAP_TYPE_MUX_GROUP;
420 (*map)[*num_maps].data.mux.group = grp->name;
429 (*map)[*num_maps].data.mux.function = mtk_gpio_functions[fnum];
437 struct pinctrl_map **map,
481 err = pinctrl_utils_reserve_map(pctldev, map, reserved_maps, num_maps,
509 err = mtk_pctrl_dt_node_to_map_func(hw, pin, func, grp, map,
515 err = pinctrl_utils_add_map_configs(pctldev, map,
536 struct pinctrl_map **map,
543 *map
407 mtk_pctrl_dt_node_to_map_func(struct mtk_pinctrl *pctl, u32 pin, u32 fnum, struct mtk_pinctrl_group *grp, struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps) argument
435 mtk_pctrl_dt_subnode_to_map(struct pinctrl_dev *pctldev, struct device_node *node, struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps) argument
534 mtk_pctrl_dt_node_to_map(struct pinctrl_dev *pctldev, struct device_node *np_config, struct pinctrl_map **map, unsigned *num_maps) argument
[all...]
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c104 #define COMMUNITY(p, n, map) \
108 .pad_map = (map),\
/linux-master/drivers/pinctrl/
H A Dcore.c967 const struct pinctrl_map *map)
973 state = find_state(p, map->name);
975 state = create_state(p, map->name);
979 if (map->type == PIN_MAP_TYPE_DUMMY_STATE)
986 setting->type = map->type;
992 get_pinctrl_dev_from_devname(map->ctrl_dev_name);
996 if (!strcmp(map->ctrl_dev_name, map->dev_name))
1002 dev_info(p->dev, "unknown pinctrl device %s in map entry, deferring probe",
1003 map
966 add_setting(struct pinctrl *p, struct pinctrl_dev *pctldev, const struct pinctrl_map *map) argument
1054 const struct pinctrl_map *map; local
1503 pinctrl_unregister_mappings(const struct pinctrl_map *map) argument
1835 const struct pinctrl_map *map; local
[all...]
H A Ddevicetree.c20 * @map: the mapping table entries
26 struct pinctrl_map *map; member in struct:pinctrl_dt_map
31 struct pinctrl_map *map, unsigned int num_maps)
36 kfree_const(map[i].dev_name);
37 map[i].dev_name = NULL;
43 ops->dt_free_map(pctldev, map, num_maps);
46 kfree(map);
55 pinctrl_unregister_mappings(dt_map->map);
57 dt_free_map(dt_map->pctldev, dt_map->map,
67 struct pinctrl_map *map, unsigne
30 dt_free_map(struct pinctrl_dev *pctldev, struct pinctrl_map *map, unsigned int num_maps) argument
65 dt_remember_or_free_map(struct pinctrl *p, const char *statename, struct pinctrl_dev *pctldev, struct pinctrl_map *map, unsigned int num_maps) argument
118 struct pinctrl_map *map; local
184 struct pinctrl_map *map; local
[all...]
/linux-master/scripts/
H A DMakefile.build258 System.map $(OBJDUMP) > $@
/linux-master/fs/erofs/
H A Dinternal.h214 EROFS_NO_KMAP, /* don't map the buffer */
215 EROFS_KMAP, /* use kmap_local_page() to map the buffer */
360 /* Used to map the whole extent if non-negligible data is requested for LZMA */
362 /* Used to map tail extent for tailpacking inline or fragment pcluster */
413 int erofs_map_blocks(struct inode *inode, struct erofs_map_blocks *map);
464 int z_erofs_map_blocks_iter(struct inode *inode, struct erofs_map_blocks *map,
H A Dfscache.c262 struct erofs_map_blocks map; local
268 map.m_la = pos;
269 ret = erofs_map_blocks(inode, &map);
273 if (map.m_flags & EROFS_MAP_META) {
281 offset = erofs_blkoff(sb, map.m_pa);
282 blknr = erofs_blknr(sb, map.m_pa);
283 size = map.m_llen;
301 if (!(map.m_flags & EROFS_MAP_MAPPED)) {
310 count = min_t(size_t, map.m_llen - (pos - map
[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c287 struct its_vlpi_map *map = get_vlpi_map(d); local
288 if (map)
289 vpe = map->vpe;
312 struct its_vlpi_map *map = get_vlpi_map(d); local
313 if (map)
314 vpe = map->vpe;
832 * VPT is empty on map. This is why we never advertise PTZ.
917 struct its_vlpi_map *map; local
919 map = dev_event_to_vlpi_map(desc->its_inv_cmd.dev,
928 return valid_vpe(its, map
935 struct its_vlpi_map *map; local
953 struct its_vlpi_map *map; local
1279 struct its_vlpi_map *map = dev_event_to_vlpi_map(dev, id); local
1293 struct its_vlpi_map *map = dev_event_to_vlpi_map(dev, id); local
1423 struct its_vlpi_map *map = get_vlpi_map(d); local
1481 struct its_vlpi_map *map = get_vlpi_map(d); local
1517 struct its_vlpi_map *map; local
1910 struct its_vlpi_map *map; local
[all...]

Completed in 335 milliseconds

1234567891011>>