| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/ |
| D | ump_kernel_descriptor_mapping.c | 34 ump_descriptor_mapping *map = _mali_osk_calloc(1, sizeof(ump_descriptor_mapping)); in ump_descriptor_mapping_create() local 56 void ump_descriptor_mapping_destroy(ump_descriptor_mapping *map) in ump_descriptor_mapping_destroy() 63 int ump_descriptor_mapping_allocate_mapping(ump_descriptor_mapping *map, void *target) in ump_descriptor_mapping_allocate_mapping() 102 int ump_descriptor_mapping_get(ump_descriptor_mapping *map, int descriptor, void **target) in ump_descriptor_mapping_get() 115 int ump_descriptor_mapping_set(ump_descriptor_mapping *map, int descriptor, void *target) in ump_descriptor_mapping_set() 127 void ump_descriptor_mapping_free(ump_descriptor_mapping *map, int descriptor) in ump_descriptor_mapping_free()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| D | ump_kernel_random_mapping.c | 71 ump_random_mapping *map = _mali_osk_calloc(1, sizeof(ump_random_mapping)); in ump_random_mapping_create() local 89 void ump_random_mapping_destroy(ump_random_mapping *map) in ump_random_mapping_destroy() 95 int ump_random_mapping_insert(ump_random_mapping *map, ump_dd_mem *mem) in ump_random_mapping_insert() 121 ump_dd_mem *ump_random_mapping_get(ump_random_mapping *map, int id) in ump_random_mapping_get() 163 static ump_dd_mem *ump_random_mapping_remove_internal(ump_random_mapping *map, int id) in ump_random_mapping_remove_internal() 213 ump_dd_mem *ump_random_mapping_remove(ump_random_mapping *map, int descriptor) in ump_random_mapping_remove()
|
| /device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
| D | syscall.c | 35 #define IS_FD_ARRAY(map) … argument 38 #define IS_FD_PROG_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY) argument 39 #define IS_FD_HASH(map) ((map)->map_type == BPF_MAP_TYPE_HASH_OF_MAPS) argument 40 #define IS_FD_MAP(map) (IS_FD_ARRAY(map) || IS_FD_PROG_ARRAY(map) || IS_FD_HASH(map)) argument 104 struct bpf_map *map; in find_and_alloc_map() local 134 static u32 bpf_map_value_size(struct bpf_map *map) in bpf_map_value_size() 146 static void maybe_wait_bpf_programs(struct bpf_map *map) in maybe_wait_bpf_programs() 157 static int bpf_map_update_value(struct bpf_map *map, struct fd f, void *key, void *value, __u64 fla… in bpf_map_update_value() 203 static int bpf_map_copy_value(struct bpf_map *map, void *key, void *value, __u64 flags) in bpf_map_copy_value() 327 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) in bpf_map_init_from_attr() [all …]
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/ |
| D | hiirq.c | 137 static void unmap_int_reg_for_aio(hiirq_aio_reg_map *map) in unmap_int_reg_for_aio() 183 static void unmap_int_reg_for_vicap(hiirq_vicap_reg_map *map) in unmap_int_reg_for_vicap() 216 static void unmap_int_reg_for_normal(hiirq_normal_reg_map *map) in unmap_int_reg_for_normal() 266 static void read_int_status_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in read_int_status_for_aio() 284 static void read_int_status_for_vicap(hiirq_vicap_reg_map *map, hi_vicap_int_state *state) in read_int_status_for_vicap() 301 static void read_int_status_for_normal(hiirq_normal_reg_map *map, hi_normal_int_state *state) in read_int_status_for_normal() 327 static void clear_int_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in clear_int_for_aio() 342 static void clear_int_for_vicap(hiirq_vicap_reg_map *map, hi_vicap_int_state *state) in clear_int_for_vicap() 359 static void clear_int_for_scd(hiirq_normal_reg_map *map) in clear_int_for_scd() 368 static void clear_int_for_vdh(hiirq_normal_reg_map *map, hi_normal_int_state *state) in clear_int_for_vdh() [all …]
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/ |
| D | hiirq.c | 185 static void unmap_tx_reg_for_aio(hiirq_aio_reg_map *map) in unmap_tx_reg_for_aio() 204 static void unmap_rx_reg_for_aio(hiirq_aio_reg_map *map) in unmap_rx_reg_for_aio() 223 static void unmap_spdiftx_reg_for_aio(hiirq_aio_reg_map *map) in unmap_spdiftx_reg_for_aio() 242 static void unmap_int_reg_for_aio(hiirq_aio_reg_map *map) in unmap_int_reg_for_aio() 259 static void unmap_int_reg_for_vicap(hiirq_vicap_reg_map *map) in unmap_int_reg_for_vicap() 292 static void unmap_int_reg_for_normal(hiirq_normal_reg_map *map) in unmap_int_reg_for_normal() 342 static void read_int_status_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in read_int_status_for_aio() 364 static void read_int_status_for_vicap(hiirq_vicap_reg_map *map, hi_vicap_int_state *state) in read_int_status_for_vicap() 381 static void read_int_status_for_normal(hiirq_normal_reg_map *map, hi_normal_int_state *state) in read_int_status_for_normal() 407 static void clear_int_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in clear_int_for_aio() [all …]
|
| /device/board/unionman/unionpi_tiger/kernel/hdf/audio/linux_drv/src/ |
| D | axg_tdmin.c | 51 static void axg_tdmin_enable(struct regmap *map) in axg_tdmin_enable() 68 static void axg_tdmin_disable(struct regmap *map) in axg_tdmin_disable() 73 static int axg_tdmin_src_in_sel(struct regmap *map, unsigned int index) in axg_tdmin_src_in_sel() 90 static int axg_tdmin_prepare(struct regmap *map, in axg_tdmin_prepare()
|
| D | axg_tdmout.c | 61 static void axg_tdmout_enable(struct regmap *map) in axg_tdmout_enable() 78 static void axg_tdmout_disable(struct regmap *map) in axg_tdmout_disable() 83 static int axg_tdmout_sink_out_sel(struct regmap *map, unsigned int index) in axg_tdmout_sink_out_sel() 100 static int axg_tdmout_prepare(struct regmap *map, in axg_tdmout_prepare()
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/ |
| D | ccu_reset.c | 17 const struct ccu_reset_map *map = &ccu->reset_map[id]; in ccu_reset_assert() local 35 const struct ccu_reset_map *map = &ccu->reset_map[id]; in ccu_reset_deassert() local 63 const struct ccu_reset_map *map = &ccu->reset_map[id]; in ccu_reset_status() local
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/halmac/halmac_88xx/ |
| D | halmac_efuse_88xx.c | 135 u8 *map = NULL; in dump_efuse_map_88xx() local 231 enum halmac_efuse_bank bank, u32 size, u8 *map) in dump_efuse_map_bt_88xx() 533 u8 *map = NULL; in dump_log_efuse_map_88xx() local 611 u8 *map = NULL; in dump_log_efuse_mask_88xx() local 697 u8 *map = NULL; in read_logical_efuse_88xx() local 1090 u8 *map) in read_hw_efuse_88xx() 1371 read_log_efuse_map_88xx(struct halmac_adapter *adapter, u8 *map) in read_log_efuse_map_88xx() 1509 u8 *map = NULL; in dump_efuse_drv_88xx() local 1594 u8 *map = NULL; in proc_write_log_efuse_88xx() local 1707 u8 *map = NULL; in proc_write_log_efuse_word_88xx() local [all …]
|
| /device/soc/rockchip/rk3588/kernel/drivers/pinctrl/ |
| D | pinconf.h | 41 static inline int pinconf_validate_map(const struct pinctrl_map *map, int i) in pinconf_validate_map() 46 static inline int pinconf_map_to_setting(const struct pinctrl_map *map, in pinconf_map_to_setting() 80 const struct pinctrl_map *map) in pinconf_show_map()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| D | mali_kbase_replay.c | 120 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
|
| D | mali_kbase_debug_mem_view.c | 54 struct debug_mem_mapping *map; in debug_mem_start() local 83 struct debug_mem_mapping *map; in debug_mem_next() local 109 struct debug_mem_mapping *map; in debug_mem_show() local
|
| D | mali_kbase_mem_linux.c | 1608 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1618 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1661 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1715 struct kbase_cpu_mapping *map; local 2182 unsigned long prot_request, struct kbase_vmap_struct *map) 2304 struct kbase_vmap_struct *map) 2315 void kbase_vunmap(struct kbase_context *kctx, struct kbase_vmap_struct *map)
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| D | mali_kbase_replay.c | 107 struct kbase_vmap_struct map; in kbasep_replay_reset_sfbd() local 175 struct kbase_vmap_struct map; in kbasep_replay_reset_mfbd() local 267 struct kbase_vmap_struct map; in kbasep_replay_reset_tiler_job() local 341 struct kbase_vmap_struct map; in kbasep_replay_reset_job() local 453 struct kbase_vmap_struct map; in kbasep_replay_find_hw_job_id() local 670 struct kbase_vmap_struct map; in payload_dump() local 706 struct kbase_vmap_struct map; in kbasep_replay_parse_payload() local 929 struct kbase_vmap_struct map; in kbase_replay_fault_check() local
|
| D | mali_kbase_debug_mem_view.c | 52 struct debug_mem_mapping *map; in debug_mem_start() local 83 struct debug_mem_mapping *map; in debug_mem_next() local 109 struct debug_mem_mapping *map; in debug_mem_show() local
|
| D | mali_kbase_mem_linux.c | 1612 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1622 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1665 struct kbase_cpu_mapping *map = vma->vm_private_data; local 1720 struct kbase_cpu_mapping *map; local 2174 struct kbase_vmap_struct *map) 2304 …d *kbase_vmap(struct kbase_context *kctx, u64 gpu_addr, size_t size, struct kbase_vmap_struct *map) 2315 void kbase_vunmap(struct kbase_context *kctx, struct kbase_vmap_struct *map)
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/ |
| D | rtl8822c_ops.c | 220 static u8 Hal_EfuseParseIDCode(PADAPTER adapter, u8 *map) in Hal_EfuseParseIDCode() 235 static void Hal_EfuseParseEEPROMVer(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseEEPROMVer() 248 static int Hal_EfuseParseTxPowerInfo(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseTxPowerInfo() 292 static void Hal_EfuseParseBoardType(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseBoardType() 317 static void Hal_EfuseParseBTCoexistInfo(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseBTCoexistInfo() 352 static void Hal_EfuseParseChnlPlan(PADAPTER adapter, u8 *map, u8 autoloadfail) in Hal_EfuseParseChnlPlan() 485 static void Hal_EfuseParseXtal(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseXtal() 498 static void Hal_EfuseParseThermalMeter(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseThermalMeter() 518 static void Hal_EfuseParsePathSelection(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParsePathSelection() 542 static void Hal_EfuseParseCustomerID(PADAPTER adapter, u8 *map, u8 mapvalid) in Hal_EfuseParseCustomerID() [all …]
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/power/supply/ |
| D | axp803_usb_power.c | 46 struct regmap *map = usb_power->regmap; in axp803_usb_set_ihold() local 67 struct regmap *map = usb_power->regmap; in axp803_usb_get_ihold() local 83 struct regmap *map = usb_power->regmap; in axp803_usb_set_ihold() local 114 struct regmap *map = usb_power->regmap; in axp803_usb_get_ihold() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_debug_mem_view.c | 58 struct debug_mem_mapping *map; in debug_mem_start() local 87 struct debug_mem_mapping *map; in debug_mem_next() local 113 struct debug_mem_mapping *map; in debug_mem_show() local
|
| D | mali_kbase_mem_linux.c | 2330 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2340 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2413 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2492 struct kbase_cpu_mapping *map; local 2927 struct kbase_vmap_struct *map, enum kbase_sync_type dest) 2958 struct kbase_vmap_struct *map) 3034 unsigned long prot_request, struct kbase_vmap_struct *map) 3079 struct kbase_vmap_struct *map) 3092 struct kbase_vmap_struct *map) 3109 void kbase_vunmap(struct kbase_context *kctx, struct kbase_vmap_struct *map)
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | bpf.h | 164 static inline bool map_value_has_spin_lock(const struct bpf_map *map) in map_value_has_spin_lock() 169 static inline void check_and_init_map_lock(struct bpf_map *map, void *dst) in check_and_init_map_lock() 178 static inline void copy_map_value(struct bpf_map *map, void *dst, void *src) in copy_map_value() 204 struct bpf_map map; member 211 static inline struct bpf_offloaded_map *map_to_offmap(struct bpf_map *map) in map_to_offmap() 216 static inline bool bpf_map_offload_neutral(const struct bpf_map *map) in bpf_map_offload_neutral() 221 static inline bool bpf_map_support_seq_show(const struct bpf_map *map) in bpf_map_support_seq_show() 760 struct bpf_map *map; member 872 struct bpf_map *map; member 961 static inline int bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, void *key, void *value) in bpf_struct_ops_map_sys_lookup_elem() [all …]
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_debug_mem_view.c | 63 struct debug_mem_mapping *map; in debug_mem_start() local 94 struct debug_mem_mapping *map; in debug_mem_next() local 120 struct debug_mem_mapping *map; in debug_mem_show() local
|
| D | mali_kbase_mem_linux.c | 2360 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2370 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2444 struct kbase_cpu_mapping *map = vma->vm_private_data; local 2522 struct kbase_cpu_mapping *map; local 2950 struct kbase_vmap_struct *map, 2982 size_t size, struct kbase_vmap_struct *map) 3067 unsigned long prot_request, struct kbase_vmap_struct *map) 3114 struct kbase_vmap_struct *map) 3126 struct kbase_vmap_struct *map) 3143 void kbase_vunmap(struct kbase_context *kctx, struct kbase_vmap_struct *map)
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/power/mfd/ |
| D | axp2101.c | 2429 struct regmap *map = axp20x->regmap; in axp2101_dts_parse() local 2484 struct regmap *map = axp20x->regmap; in axp803_dts_parse() local 2552 struct regmap *map = axp20x->regmap; in axp2202_dts_parse() local 2619 struct regmap *map = axp20x->regmap; in axp20x_dts_parse() local 2658 struct regmap *map = axp20x->regmap; in axp209_dts_parse() local 2696 struct regmap *map = axp20x->regmap; in axp152_dts_parse() local 2727 struct regmap *map = axp20x->regmap; in axp806_dts_parse() local 2757 struct regmap *map = axp20x->regmap; in axp1530_dts_parse() local 2783 struct regmap *map = axp20x->regmap; in axp858_dts_parse() local
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
| D | dhd_msgbuf.c | 1165 #define DHD_NATIVE_TO_PKTID_RESET(dhd, map) dhd_pktid_map_reset((dhd), (map)) argument 1166 #define DHD_NATIVE_TO_PKTID_FINI(dhd, map) dhd_pktid_map_fini((dhd), (map)) argument 1167 #define DHD_NATIVE_TO_PKTID_FINI_IOCTL(osh, map) dhd_pktid_map_fini_ioctl((osh), (map)) argument 1309 #define DHD_NATIVE_TO_PKTID_RESET_IOCTL(dhd, map) dhd_pktid_map_reset_ioctl((dhd), (map)) argument 1312 #define DHD_NATIVE_TO_PKTID_RSV(dhd, map, pkt, pkttype) \ argument 1315 #define DHD_NATIVE_TO_PKTID_SAVE(dhd, map, pkt, nkey, pa, len, dir, dmah, secdma, pkttype) \ argument 1320 #define DHD_NATIVE_TO_PKTID(dhd, map, pkt, pa, len, dir, dmah, secdma, pkttype) \ argument 1326 #define DHD_PKTID_TO_NATIVE(dhd, map, pktid, pa, len, dmah, secdma, pkttype) \ argument 1332 #define DHD_PKTID_TO_NATIVE_RSV(dhd, map, pktid, pa, len, dmah, secdma, pkttype) \ argument 1337 #define DHD_PKTID_AVAIL(map) dhd_pktid_map_avail_cnt(map) argument [all …]
|