Home
last modified time | relevance | path

Searched refs:new_map (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.4/drivers/pinctrl/
Dpinctrl-utils.c37 struct pinctrl_map *new_map; in pinctrl_utils_reserve_map() local
42 new_map = krealloc(*map, sizeof(*new_map) * new_num, GFP_KERNEL); in pinctrl_utils_reserve_map()
43 if (!new_map) { in pinctrl_utils_reserve_map()
48 memset(new_map + old_num, 0, (new_num - old_num) * sizeof(*new_map)); in pinctrl_utils_reserve_map()
50 *map = new_map; in pinctrl_utils_reserve_map()
Dpinctrl-st.c812 struct pinctrl_map *new_map; in st_pctl_dt_node_to_map() local
824 new_map = devm_kcalloc(pctldev->dev, in st_pctl_dt_node_to_map()
825 map_num, sizeof(*new_map), GFP_KERNEL); in st_pctl_dt_node_to_map()
826 if (!new_map) in st_pctl_dt_node_to_map()
831 devm_kfree(pctldev->dev, new_map); in st_pctl_dt_node_to_map()
835 *map = new_map; in st_pctl_dt_node_to_map()
837 new_map[0].type = PIN_MAP_TYPE_MUX_GROUP; in st_pctl_dt_node_to_map()
838 new_map[0].data.mux.function = parent->name; in st_pctl_dt_node_to_map()
839 new_map[0].data.mux.group = np->name; in st_pctl_dt_node_to_map()
843 new_map++; in st_pctl_dt_node_to_map()
[all …]
Dpinctrl-at91.c271 struct pinctrl_map *new_map; in at91_dt_node_to_map() local
288 new_map = devm_kcalloc(pctldev->dev, map_num, sizeof(*new_map), in at91_dt_node_to_map()
290 if (!new_map) in at91_dt_node_to_map()
293 *map = new_map; in at91_dt_node_to_map()
299 devm_kfree(pctldev->dev, new_map); in at91_dt_node_to_map()
302 new_map[0].type = PIN_MAP_TYPE_MUX_GROUP; in at91_dt_node_to_map()
303 new_map[0].data.mux.function = parent->name; in at91_dt_node_to_map()
304 new_map[0].data.mux.group = np->name; in at91_dt_node_to_map()
308 new_map++; in at91_dt_node_to_map()
310 new_map[i].type = PIN_MAP_TYPE_CONFIGS_PIN; in at91_dt_node_to_map()
[all …]
Dpinctrl-rockchip.c492 struct pinctrl_map *new_map; in rockchip_dt_node_to_map() local
509 new_map = devm_kcalloc(pctldev->dev, map_num, sizeof(*new_map), in rockchip_dt_node_to_map()
511 if (!new_map) in rockchip_dt_node_to_map()
514 *map = new_map; in rockchip_dt_node_to_map()
520 devm_kfree(pctldev->dev, new_map); in rockchip_dt_node_to_map()
523 new_map[0].type = PIN_MAP_TYPE_MUX_GROUP; in rockchip_dt_node_to_map()
524 new_map[0].data.mux.function = parent->name; in rockchip_dt_node_to_map()
525 new_map[0].data.mux.group = np->name; in rockchip_dt_node_to_map()
529 new_map++; in rockchip_dt_node_to_map()
531 new_map[i].type = PIN_MAP_TYPE_CONFIGS_PIN; in rockchip_dt_node_to_map()
[all …]
/Linux-v5.4/kernel/
Duser_namespace.c709 static bool mappings_overlap(struct uid_gid_map *new_map, in mappings_overlap() argument
720 for (idx = 0; idx < new_map->nr_extents; idx++) { in mappings_overlap()
725 if (new_map->nr_extents <= UID_GID_MAP_MAX_BASE_EXTENTS) in mappings_overlap()
726 prev = &new_map->extent[idx]; in mappings_overlap()
728 prev = &new_map->forward[idx]; in mappings_overlap()
852 struct uid_gid_map new_map; in map_write() local
888 memset(&new_map, 0, sizeof(struct uid_gid_map)); in map_write()
950 if (mappings_overlap(&new_map, &extent)) in map_write()
953 if ((new_map.nr_extents + 1) == UID_GID_MAP_MAX_EXTENTS && in map_write()
957 ret = insert_extent(&new_map, &extent); in map_write()
[all …]
/Linux-v5.4/drivers/input/rmi4/
Drmi_smbus.c84 struct mapping_table_entry new_map; in rmi_smb_get_command_code() local
109 memset(&new_map, 0, sizeof(new_map)); in rmi_smb_get_command_code()
110 new_map.rmiaddr = cpu_to_le16(rmiaddr); in rmi_smb_get_command_code()
111 new_map.readcount = bytecount; in rmi_smb_get_command_code()
112 new_map.flags = !isread ? RMI_SMB2_MAP_FLAGS_WE : 0; in rmi_smb_get_command_code()
114 retval = smb_block_write(xport, i + 0x80, &new_map, sizeof(new_map)); in rmi_smb_get_command_code()
120 memset(&new_map, 0, sizeof(new_map)); in rmi_smb_get_command_code()
124 rmi_smb->mapping_table[i] = new_map; in rmi_smb_get_command_code()
/Linux-v5.4/drivers/pinctrl/freescale/
Dpinctrl-mxs.c64 struct pinctrl_map *new_map; in mxs_dt_node_to_map() local
92 new_map = kcalloc(new_num, sizeof(*new_map), GFP_KERNEL); in mxs_dt_node_to_map()
93 if (!new_map) in mxs_dt_node_to_map()
97 new_map[i].type = PIN_MAP_TYPE_MUX_GROUP; in mxs_dt_node_to_map()
98 new_map[i].data.mux.function = np->name; in mxs_dt_node_to_map()
107 new_map[i].data.mux.group = group; in mxs_dt_node_to_map()
118 new_map[i].type = PIN_MAP_TYPE_CONFIGS_GROUP; in mxs_dt_node_to_map()
119 new_map[i].data.configs.group_or_pin = purecfg ? np->name : in mxs_dt_node_to_map()
121 new_map[i].data.configs.configs = pconfig; in mxs_dt_node_to_map()
122 new_map[i].data.configs.num_configs = 1; in mxs_dt_node_to_map()
[all …]
Dpinctrl-imx1-core.c225 struct pinctrl_map *new_map; in imx1_dt_node_to_map() local
244 new_map = kmalloc_array(map_num, sizeof(struct pinctrl_map), in imx1_dt_node_to_map()
246 if (!new_map) in imx1_dt_node_to_map()
249 *map = new_map; in imx1_dt_node_to_map()
255 kfree(new_map); in imx1_dt_node_to_map()
258 new_map[0].type = PIN_MAP_TYPE_MUX_GROUP; in imx1_dt_node_to_map()
259 new_map[0].data.mux.function = parent->name; in imx1_dt_node_to_map()
260 new_map[0].data.mux.group = np->name; in imx1_dt_node_to_map()
264 new_map++; in imx1_dt_node_to_map()
266 new_map[j].type = PIN_MAP_TYPE_CONFIGS_PIN; in imx1_dt_node_to_map()
[all …]
Dpinctrl-imx.c62 struct pinctrl_map *new_map; in imx_dt_node_to_map() local
88 new_map = kmalloc_array(map_num, sizeof(struct pinctrl_map), in imx_dt_node_to_map()
90 if (!new_map) in imx_dt_node_to_map()
93 *map = new_map; in imx_dt_node_to_map()
99 kfree(new_map); in imx_dt_node_to_map()
102 new_map[0].type = PIN_MAP_TYPE_MUX_GROUP; in imx_dt_node_to_map()
103 new_map[0].data.mux.function = parent->name; in imx_dt_node_to_map()
104 new_map[0].data.mux.group = np->name; in imx_dt_node_to_map()
108 new_map++; in imx_dt_node_to_map()
120 new_map[j].type = PIN_MAP_TYPE_CONFIGS_PIN; in imx_dt_node_to_map()
[all …]
/Linux-v5.4/tools/perf/util/
Dsymbol.c1187 int map_groups__merge_in(struct map_groups *kmaps, struct map *new_map) in map_groups__merge_in() argument
1196 if (new_map->end < old_map->start || in map_groups__merge_in()
1197 new_map->start >= old_map->end) in map_groups__merge_in()
1200 if (new_map->start < old_map->start) { in map_groups__merge_in()
1205 if (new_map->end < old_map->end) { in map_groups__merge_in()
1210 new_map->end = old_map->start; in map_groups__merge_in()
1216 struct map *m = map__clone(new_map); in map_groups__merge_in()
1223 new_map->start = old_map->end; in map_groups__merge_in()
1230 if (new_map->end < old_map->end) { in map_groups__merge_in()
1235 map__put(new_map); in map_groups__merge_in()
[all …]
Dmap_groups.h95 int map_groups__merge_in(struct map_groups *kmaps, struct map *new_map);
/Linux-v5.4/drivers/md/
Ddm-ioctl.c45 struct dm_table *new_map; member
191 hc->new_map = NULL; in alloc_cell()
272 if (hc->new_map) in __hash_remove()
273 table = hc->new_map; in __hash_remove()
697 table = hc->new_map; in dm_get_inactive_table()
841 if (hc->new_map) in __find_device_hash_cell()
1040 struct dm_table *new_map, *old_map = NULL; in do_resume() local
1053 new_map = hc->new_map; in do_resume()
1054 hc->new_map = NULL; in do_resume()
1060 if (new_map) { in do_resume()
[all …]
/Linux-v5.4/arch/powerpc/oprofile/cell/
Dspu_task_sync.c190 struct vma_to_fileoffset_map *new_map; in prepare_cached_spu_info() local
215 new_map = create_vma_map(spu, objectId); in prepare_cached_spu_info()
216 if (!new_map) { in prepare_cached_spu_info()
225 info->map = new_map; in prepare_cached_spu_info()
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cotable.c391 struct ttm_bo_kmap_obj old_map, new_map; in vmw_cotable_resize() local
439 ret = ttm_bo_kmap(bo, i, 1, &new_map); in vmw_cotable_resize()
444 memcpy(ttm_kmap_obj_virtual(&new_map, &dummy), in vmw_cotable_resize()
447 ttm_bo_kunmap(&new_map); in vmw_cotable_resize()
/Linux-v5.4/arch/powerpc/platforms/embedded6xx/
Dmpc10x.h150 uint new_map,
/Linux-v5.4/drivers/pinctrl/samsung/
Dpinctrl-samsung.c84 struct pinctrl_map *new_map; in reserve_map() local
89 new_map = krealloc(*map, sizeof(*new_map) * new_num, GFP_KERNEL); in reserve_map()
90 if (!new_map) in reserve_map()
93 memset(new_map + old_num, 0, (new_num - old_num) * sizeof(*new_map)); in reserve_map()
95 *map = new_map; in reserve_map()
/Linux-v5.4/drivers/nvdimm/
Dbtt.c488 ent.new_map = cpu_to_le32(arena->external_nlba + i); in btt_log_init()
552 log_newmap = ent_lba(le32_to_cpu(log_new.new_map)); in btt_freelist_init()
595 le32_to_cpu(log_new.new_map), 0, 0, 0); in btt_freelist_init()
606 return (ent->lba == 0) && (ent->old_map == 0) && (ent->new_map == 0) in ent_is_padding()
1228 u32 new_map; in btt_read_pg() local
1248 ret = btt_map_read(arena, premap, &new_map, &new_t, in btt_read_pg()
1253 if ((postmap == new_map) && (t_flag == new_t) && in btt_read_pg()
1257 postmap = new_map; in btt_read_pg()
1390 log.new_map = cpu_to_le32(new_postmap); in btt_write_pg()
Dbtt.h88 __le32 new_map; member
/Linux-v5.4/drivers/tty/vt/
Dkeyboard.c1887 ushort *key_map, *new_map, val, ov; in vt_do_kdsk_ioctl() local
1941 new_map = kmalloc(sizeof(plain_map), GFP_KERNEL); in vt_do_kdsk_ioctl()
1942 if (!new_map) in vt_do_kdsk_ioctl()
1952 kfree(new_map); in vt_do_kdsk_ioctl()
1955 key_maps[s] = new_map; in vt_do_kdsk_ioctl()
1956 key_map = new_map; in vt_do_kdsk_ioctl()
1962 kfree(new_map); in vt_do_kdsk_ioctl()
/Linux-v5.4/fs/hpfs/
Dalloc.c328 new_map: in hpfs_free_sectors()
348 goto new_map; in hpfs_free_sectors()
/Linux-v5.4/Documentation/driver-api/nvdimm/
Dbtt.rst135 new_map The new postmap ABA. The map will up updated to reflect this
143 new_map' alternate new postmap entry
/Linux-v5.4/net/core/
Ddev.c2203 struct xps_map *new_map; in expand_xps_map() local
2225 new_map = kzalloc(XPS_MAP_SIZE(alloc_len), GFP_KERNEL); in expand_xps_map()
2227 new_map = kzalloc_node(XPS_MAP_SIZE(alloc_len), GFP_KERNEL, in expand_xps_map()
2229 if (!new_map) in expand_xps_map()
2233 new_map->queues[i] = map->queues[i]; in expand_xps_map()
2234 new_map->alloc_len = alloc_len; in expand_xps_map()
2235 new_map->len = pos; in expand_xps_map()
2237 return new_map; in expand_xps_map()
2248 struct xps_map *map, *new_map; in __netif_set_xps_queue() local
2374 new_map = xmap_dereference(new_dev_maps->attr_map[tci]); in __netif_set_xps_queue()
[all …]
/Linux-v5.4/drivers/ata/
Dsata_mv.c2505 unsigned int old_map, new_map; in mv_handle_fbs_ncq_dev_err() local
2520 new_map = old_map | mv_get_err_pmp_map(ap); in mv_handle_fbs_ncq_dev_err()
2522 if (old_map != new_map) { in mv_handle_fbs_ncq_dev_err()
2523 pp->delayed_eh_pmp_map = new_map; in mv_handle_fbs_ncq_dev_err()
2524 mv_pmp_eh_prep(ap, new_map & ~old_map); in mv_handle_fbs_ncq_dev_err()
2526 failed_links = hweight16(new_map); in mv_handle_fbs_ncq_dev_err()