Home
last modified time | relevance | path

Searched defs:map (Results 151 – 175 of 1583) sorted by relevance

12345678910>>...64

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmnv50.c33 u32 ptei, u32 ptes, struct nvkm_vmm_map *map, u64 addr) in nv50_vmm_pgt_pte()
59 u32 ptei, u32 ptes, struct nvkm_vmm_map *map) in nv50_vmm_pgt_sgl()
66 u32 ptei, u32 ptes, struct nvkm_vmm_map *map) in nv50_vmm_pgt_dma()
85 u32 ptei, u32 ptes, struct nvkm_vmm_map *map) in nv50_vmm_pgt_mem()
228 struct nvkm_vmm_map *map) in nv50_vmm_valid()
H A Dvmmnv41.c28 u32 ptei, u32 ptes, struct nvkm_vmm_map *map, u64 addr) in nv41_vmm_pgt_pte()
39 u32 ptei, u32 ptes, struct nvkm_vmm_map *map) in nv41_vmm_pgt_sgl()
46 u32 ptei, u32 ptes, struct nvkm_vmm_map *map) in nv41_vmm_pgt_dma()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_replay.c120 struct kbase_vmap_struct map; in kbasep_replay_reset_sfbd() local
194 struct kbase_vmap_struct map; in kbasep_replay_reset_mfbd() local
293 struct kbase_vmap_struct map; in kbasep_replay_reset_tiler_job() local
381 struct kbase_vmap_struct map; in kbasep_replay_reset_job() local
496 struct kbase_vmap_struct map; in kbasep_replay_find_hw_job_id() local
725 struct kbase_vmap_struct map; in payload_dump() local
764 struct kbase_vmap_struct map; in kbasep_replay_parse_payload() local
1001 struct kbase_vmap_struct map; in kbase_replay_fault_check() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Draid56.h10 static inline int nr_parity_stripes(const struct map_lookup *map) in nr_parity_stripes()
20 static inline int nr_data_stripes(const struct map_lookup *map) in nr_data_stripes()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dregmap.c22 struct regmap *map; in dm_test_regmap_base() local
61 struct regmap *map; in dm_test_regmap_syscon() local
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhelpers.c30 BPF_CALL_2(bpf_map_lookup_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument
45 BPF_CALL_4(bpf_map_update_elem, struct bpf_map *, map, void *, key, in BPF_CALL_4() argument
63 BPF_CALL_2(bpf_map_delete_elem, struct bpf_map *, map, void *, key) in BPF_CALL_2() argument
78 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument
93 BPF_CALL_2(bpf_map_pop_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument
106 BPF_CALL_2(bpf_map_peek_elem, struct bpf_map *, map, void *, value) in BPF_CALL_2() argument
315 void copy_map_value_locked(struct bpf_map *map, void *dst, void *src, in copy_map_value_locked()
378 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
592 BPF_CALL_5(bpf_event_output_data, void *, ctx, struct bpf_map *, map, in BPF_CALL_5() argument
H A Doffload.c420 void bpf_map_offload_map_free(struct bpf_map *map) in bpf_map_offload_map_free()
434 int bpf_map_offload_lookup_elem(struct bpf_map *map, void *key, void *value) in bpf_map_offload_lookup_elem()
447 int bpf_map_offload_update_elem(struct bpf_map *map, in bpf_map_offload_update_elem()
465 int bpf_map_offload_delete_elem(struct bpf_map *map, void *key) in bpf_map_offload_delete_elem()
478 int bpf_map_offload_get_next_key(struct bpf_map *map, void *key, void *next_key) in bpf_map_offload_get_next_key()
521 int bpf_map_offload_info_fill(struct bpf_map_info *info, struct bpf_map *map) in bpf_map_offload_info_fill()
579 bool bpf_offload_prog_map_match(struct bpf_prog *prog, struct bpf_map *map) in bpf_offload_prog_map_match()
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dinternal.h45 struct regmap *map; member
197 struct regmap *map; member
226 static inline void regmap_debugfs_disable(struct regmap *map) in regmap_debugfs_disable()
233 static inline void regmap_debugfs_init(struct regmap *map) { } in regmap_debugfs_init()
234 static inline void regmap_debugfs_exit(struct regmap *map) { } in regmap_debugfs_exit()
235 static inline void regmap_debugfs_disable(struct regmap *map) { } in regmap_debugfs_disable()
251 static inline const void *regcache_get_val_addr(struct regmap *map, in regcache_get_val_addr()
277 static inline const char *regmap_name(const struct regmap *map) in regmap_name()
285 static inline unsigned int regmap_get_offset(const struct regmap *map, in regmap_get_offset()
294 static inline unsigned int regcache_get_index_by_order(const struct regmap *map, in regcache_get_index_by_order()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dmem2node.c47 int mem2node__init(struct mem2node *map, struct perf_env *env) in mem2node__init()
113 void mem2node__exit(struct mem2node *map) in mem2node__exit()
118 int mem2node__node(struct mem2node *map, u64 addr) in mem2node__node()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/
H A Drtl8821c_ops.c80 static u8 Hal_EfuseParseIDCode(PADAPTER adapter, u8 *map) in Hal_EfuseParseIDCode()
95 static void Hal_EfuseParseEEPROMVer(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseEEPROMVer()
108 static void Hal_EfuseParseTxPowerInfo(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseTxPowerInfo()
121 static void Hal_EfuseParseBoardType(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseBoardType()
134 static void Hal_EfuseParseBTCoexistInfo(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseBTCoexistInfo()
177 static void Hal_EfuseParseChnlPlan(PADAPTER adapter, u8 *map, u8 autoloadfail) in Hal_EfuseParseChnlPlan()
188 static void Hal_EfuseParseXtal(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseXtal()
201 static void Hal_EfuseParseThermalMeter(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseThermalMeter()
217 static void Hal_EfuseParseAntennaDiversity(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseAntennaDiversity()
240 static void Hal_EfuseTxBBSwing(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseTxBBSwing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/rtl8821c/
H A Drtl8821c_ops.c81 static u8 Hal_EfuseParseIDCode(PADAPTER adapter, u8 *map) in Hal_EfuseParseIDCode()
96 static void Hal_EfuseParseEEPROMVer(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseEEPROMVer()
109 static void Hal_EfuseParseTxPowerInfo(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseTxPowerInfo()
122 static void Hal_EfuseParseBoardType(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseBoardType()
135 static void Hal_EfuseParseBTCoexistInfo(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseBTCoexistInfo()
178 static void Hal_EfuseParseChnlPlan(PADAPTER adapter, u8 *map, u8 autoloadfail) in Hal_EfuseParseChnlPlan()
190 static void Hal_EfuseParseXtal(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseXtal()
203 static void Hal_EfuseParseThermalMeter(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseThermalMeter()
219 static void Hal_EfuseParseAntennaDiversity(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseAntennaDiversity()
242 static void Hal_EfuseTxBBSwing(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseTxBBSwing()
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dxdp.h89 #define devmap_ifindex(tgt, map) \ argument
154 #define _trace_xdp_redirect_map(dev, xdp, to, map, index) \ argument
157 #define _trace_xdp_redirect_map_err(dev, xdp, to, map, index, err) \ argument
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dzmap.c110 struct erofs_map_blocks *map; member
125 struct erofs_map_blocks *const map = m->map; in z_erofs_reload_indexes() local
389 struct erofs_map_blocks *const map = m->map; in z_erofs_extent_lookback() local
437 struct erofs_map_blocks *const map = m->map; in z_erofs_get_extent_compressedlen() local
503 struct erofs_map_blocks *map, in z_erofs_map_blocks_iter()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Duniphier_thermal.c93 struct regmap *map = tdev->regmap; in uniphier_tm_initialize_sensor() local
145 struct regmap *map = tdev->regmap; in uniphier_tm_set_alert() local
156 struct regmap *map = tdev->regmap; in uniphier_tm_enable_sensor() local
177 struct regmap *map = tdev->regmap; in uniphier_tm_disable_sensor() local
193 struct regmap *map = tdev->regmap; in uniphier_tm_get_temp() local
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Drpcb_clnt.c155 struct rpcbind_args *map = data; in rpcb_map_release() local
431 struct rpcbind_args map = { in rpcb_register() local
462 struct rpcbind_args *map = msg->rpc_argp; in rpcb_register_inet4() local
488 struct rpcbind_args *map = msg->rpc_argp; in rpcb_register_inet6() local
509 struct rpcbind_args *map = msg->rpc_argp; in rpcb_unregister_all_protofamilies() local
566 struct rpcbind_args map = { in rpcb_v4_register() local
596 struct rpcbind_args *map, const struct rpc_procinfo *proc) in rpcb_call_async()
651 struct rpcbind_args *map; in rpcb_getport_async() local
767 struct rpcbind_args *map = data; in rpcb_getport_done() local
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c47 struct kvmppc_sid_map *map; in find_sid_vsid() local
81 struct kvmppc_sid_map *map; in kvmppc_mmu_map_page() local
226 struct kvmppc_sid_map *map; in create_sid_map() local
318 struct kvmppc_sid_map *map; in kvmppc_mmu_map_segment() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp165 void QGeoMapPolygonGeometry::updateSourcePoints(const QGeoMap &map, in updateSourcePoints()
269 void QGeoMapPolygonGeometry::updateScreenPoints(const QGeoMap &map, qreal strokeWidth) in updateScreenPoints()
341 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QList<QDoubleVector… in updateSourcePoints()
462 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, in updateSourcePoints()
498 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPolygon &poly) in updateSourcePoints()
531 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoRectangle &rect) in updateSourcePoints()
542 void QGeoMapPolygonGeometryOpenGL::updateScreenPoints(const QGeoMap &map, qreal strokeWidth , const… in updateScreenPoints()
715 void QDeclarativePolygonMapItem::setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) in setMap()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_bufs.c53 struct drm_local_map *map) in drm_find_matching_map()
152 struct drm_local_map *map; in drm_addmap_core() local
418 struct drm_map *map = data; in drm_legacy_addmap_ioctl() local
465 struct drm_map *map = data; in drm_legacy_getmap_ioctl() local
515 int drm_legacy_rmmap_locked(struct drm_device *dev, struct drm_local_map *map) in drm_legacy_rmmap_locked()
570 void drm_legacy_rmmap(struct drm_device *dev, struct drm_local_map *map) in drm_legacy_rmmap()
626 struct drm_local_map *map = NULL; in drm_legacy_rmmap_ioctl() local
1517 struct drm_local_map *map = dev->agp_buffer_map; in __drm_legacy_mapbufs() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dfrontswap.h54 unsigned long *map) in frontswap_map_set()
77 unsigned long *map) in frontswap_map_set()
115 static inline void frontswap_init(unsigned type, unsigned long *map) in frontswap_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Defuse.c612 u8 *map; in mac_get_efuse_avl_size() local
638 u8 *map; in mac_get_efuse_avl_size_bt() local
720 u8 *map = NULL; in mac_dump_log_efuse() local
871 u8 *map = NULL; in mac_read_log_efuse() local
1038 u8 *map = NULL; in mac_dump_log_efuse_bt() local
1141 u8 *map = NULL; in mac_read_log_efuse_bt() local
2142 u8 *map; in mac_checksum_update() local
2604 u8 *map) in read_hw_efuse()
2854 static u32 read_log_efuse_map(struct mac_ax_adapter *adapter, u8 *map, in read_log_efuse_map()
2948 u8 *map = NULL; in dump_efuse_drv() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Defuse.c612 u8 *map; in mac_get_efuse_avl_size() local
638 u8 *map; in mac_get_efuse_avl_size_bt() local
720 u8 *map = NULL; in mac_dump_log_efuse() local
871 u8 *map = NULL; in mac_read_log_efuse() local
1038 u8 *map = NULL; in mac_dump_log_efuse_bt() local
1141 u8 *map = NULL; in mac_read_log_efuse_bt() local
2142 u8 *map; in mac_checksum_update() local
2604 u8 *map) in read_hw_efuse()
2854 static u32 read_log_efuse_map(struct mac_ax_adapter *adapter, u8 *map, in read_log_efuse_map()
2948 u8 *map = NULL; in dump_efuse_drv() local
[all …]
/OK3568_Linux_fs/kernel/drivers/rapidio/devices/
H A Drio_mport_cdev.c364 struct rio_mport_mapping *map; in rio_mport_create_outbound_mapping() local
397 struct rio_mport_mapping *map; in rio_mport_get_outbound_mapping() local
429 struct rio_mmap map; in rio_mport_obw_map() local
464 struct rio_mport_mapping *map, *_map; in rio_mport_obw_free() local
543 struct rio_mport_mapping *map; member
898 struct rio_mport_mapping *map; in rio_dma_transfer() local
1088 struct rio_mport_mapping *map; in rio_mport_create_dma_mapping() local
1118 struct rio_dma_mem map; in rio_mport_alloc_dma() local
1147 struct rio_mport_mapping *map, *_map; in rio_mport_free_dma() local
1203 struct rio_mport_mapping *map; in rio_mport_create_inbound_mapping() local
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_dev_mgr.c70 struct vf_id_map *map; in adf_clean_vf_map() local
156 struct vf_id_map *map; in adf_devmgr_add_dev() local
187 struct vf_id_map *map; in adf_devmgr_add_dev() local
255 struct vf_id_map *map, *next; in adf_devmgr_rm_dev() local
/OK3568_Linux_fs/u-boot/scripts/basic/
H A Dfixdep.c220 static void parse_config_file(const char *map, size_t len) in parse_config_file()
298 void *map; in do_config_file() local
334 static void parse_dep_file(void *map, size_t len) in parse_dep_file()
418 void *map; in print_deps() local
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinmux.h42 static inline int pinmux_validate_map(const struct pinctrl_map *map, int i) in pinmux_validate_map()
73 static inline int pinmux_map_to_setting(const struct pinctrl_map *map, in pinmux_map_to_setting()
105 const struct pinctrl_map *map) in pinmux_show_map()

12345678910>>...64