Home
last modified time | relevance | path

Searched refs:_map (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dpci.c37 static map_word mtd_pci_read8(struct map_info *_map, unsigned long ofs) in mtd_pci_read8() argument
39 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_read8()
45 static map_word mtd_pci_read32(struct map_info *_map, unsigned long ofs) in mtd_pci_read32() argument
47 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_read32()
53 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) in mtd_pci_copyfrom() argument
55 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_copyfrom()
59 static void mtd_pci_write8(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write8() argument
61 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_write8()
65 static void mtd_pci_write32(struct map_info *_map, map_word val, unsigned long ofs) in mtd_pci_write32() argument
67 struct map_pci_info *map = (struct map_pci_info *)_map; in mtd_pci_write32()
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dlocal_storage.c133 static void *cgroup_storage_lookup_elem(struct bpf_map *_map, void *key) in cgroup_storage_lookup_elem() argument
135 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem()
184 int bpf_percpu_cgroup_storage_copy(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_copy() argument
187 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy()
203 size = round_up(_map->value_size, 8); in bpf_percpu_cgroup_storage_copy()
213 int bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_update() argument
216 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update()
237 size = round_up(_map->value_size, 8); in bpf_percpu_cgroup_storage_update()
247 static int cgroup_storage_get_next_key(struct bpf_map *_map, void *key, in cgroup_storage_get_next_key() argument
250 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_get_next_key()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmap_to_7segment.h84 #define SEG7_CONVERSION_MAP(_name, _map) \ argument
85 struct seg7_conversion_map _name = { .table = { _map } }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmap_to_7segment.h84 #define SEG7_CONVERSION_MAP(_name, _map) \ argument
85 struct seg7_conversion_map _name = { .table = { _map } }
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmap_to_7segment.h84 #define SEG7_CONVERSION_MAP(_name, _map) \ argument
85 struct seg7_conversion_map _name = { .table = { _map } }
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0002-Support-transformation-between-D-Bus-errors-and-exce.patch57 + _map = dict()
66 + self._map[name] = exception_cls
84 + return self._map.get(name, self._default)
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Deeprom.c167 #define SKU_GROUP(_mode, _len, _ofs_2g, _ofs_5g, _map) \ argument
174 .delta_map = _map \
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dadi_gpio2.c50 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)]
54 #define DECLARE_RESERVED_MAP(m, c) unsigned short reserved_##m##_map[c]
/OK3568_Linux_fs/kernel/drivers/rapidio/devices/
H A Drio_mport_cdev.c464 struct rio_mport_mapping *map, *_map; in rio_mport_obw_free() local
475 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_obw_free()
1147 struct rio_mport_mapping *map, *_map; in rio_mport_free_dma() local
1154 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_free_dma()
1329 struct rio_mport_mapping *map, *_map; in rio_mport_inbound_free() local
1340 list_for_each_entry_safe(map, _map, &md->mappings, node) { in rio_mport_inbound_free()
2012 struct rio_mport_mapping *map, *_map; in mport_cdev_release() local
2040 list_for_each_entry_safe(map, _map, &chdev->mappings, node) { in mport_cdev_release()
2496 struct rio_mport_mapping *map, *_map; in mport_cdev_remove() local
2514 list_for_each_entry_safe(map, _map, &md->mappings, node) { in mport_cdev_remove()
/OK3568_Linux_fs/kernel/fs/adfs/
H A Dmap.c54 #define GET_FRAG_ID(_map,_start,_idmask) \ argument
56 unsigned char *_m = _map + (_start >> 3); \
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dk3-udma-private.c92 clear_bit(p->id, ud->res##_map); \
H A Dk3-udma.c1211 if (test_bit(id, ud->res##_map)) { \
1223 id = find_next_zero_bit(ud->res##_map, ud->res##_cnt, \
1230 set_bit(id, ud->res##_map); \
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/sn0/
H A Daddrs.h140 #define SABLE_LOG_TRIGGER(_map) argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py373 def _map(key): function
385 new_key = _map(key)
/OK3568_Linux_fs/rkbin/tools/
H A Dddrbin_tool_user_guide.txt358 lp*_dq*_*_map: The dq remap in PHY.
359 ddr*_cs*_dq*_dq*_map: The dq remap in PHY.
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devlist.c748 perf_evlist__mmap_cb_mmap(struct perf_mmap *_map, struct perf_mmap_param *_mp, in perf_evlist__mmap_cb_mmap() argument
751 struct mmap *map = container_of(_map, struct mmap, core); in perf_evlist__mmap_cb_mmap()