| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_gp.c | 30 struct mali_gp_core *core = NULL; in mali_gp_create() local 77 void mali_gp_delete(struct mali_gp_core *core) in mali_gp_delete() 87 void mali_gp_stop_bus(struct mali_gp_core *core) in mali_gp_stop_bus() 94 _mali_osk_errcode_t mali_gp_stop_bus_wait(struct mali_gp_core *core) in mali_gp_stop_bus_wait() 117 void mali_gp_hard_reset(struct mali_gp_core *core) in mali_gp_hard_reset() 150 void mali_gp_reset_async(struct mali_gp_core *core) in mali_gp_reset_async() 162 _mali_osk_errcode_t mali_gp_reset_wait(struct mali_gp_core *core) in mali_gp_reset_wait() 189 _mali_osk_errcode_t mali_gp_reset(struct mali_gp_core *core) in mali_gp_reset() 195 void mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job) in mali_gp_job_start() 257 void mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) in mali_gp_resume_with_new_heap() [all …]
|
| D | mali_pp.h | 50 MALI_STATIC_INLINE u32 mali_pp_core_get_id(struct mali_pp_core *core) in mali_pp_core_get_id() 56 MALI_STATIC_INLINE u32 mali_pp_core_get_bcast_id(struct mali_pp_core *core) in mali_pp_core_get_bcast_id() 82 MALI_STATIC_INLINE const char *mali_pp_core_description(struct mali_pp_core *core) in mali_pp_core_description() 87 …LI_STATIC_INLINE enum mali_interrupt_result mali_pp_get_interrupt_result(struct mali_pp_core *core) in mali_pp_get_interrupt_result() 100 MALI_STATIC_INLINE u32 mali_pp_get_rawstat(struct mali_pp_core *core) in mali_pp_get_rawstat() 108 MALI_STATIC_INLINE u32 mali_pp_is_active(struct mali_pp_core *core) in mali_pp_is_active() 114 MALI_STATIC_INLINE void mali_pp_mask_all_interrupts(struct mali_pp_core *core) in mali_pp_mask_all_interrupts() 119 MALI_STATIC_INLINE void mali_pp_enable_interrupts(struct mali_pp_core *core) in mali_pp_enable_interrupts() 124 MALI_STATIC_INLINE void mali_pp_write_addr_renderer_list(struct mali_pp_core *core, in mali_pp_write_addr_renderer_list() 132 MALI_STATIC_INLINE void mali_pp_write_addr_stack(struct mali_pp_core *core, struct mali_pp_job *job) in mali_pp_write_addr_stack()
|
| D | mali_pp.c | 37 struct mali_pp_core *core = NULL; in mali_pp_create() local 98 void mali_pp_delete(struct mali_pp_core *core) in mali_pp_delete() 127 void mali_pp_stop_bus(struct mali_pp_core *core) in mali_pp_stop_bus() 134 _mali_osk_errcode_t mali_pp_stop_bus_wait(struct mali_pp_core *core) in mali_pp_stop_bus_wait() 203 _mali_osk_errcode_t mali_pp_hard_reset(struct mali_pp_core *core) in mali_pp_hard_reset() 241 void mali_pp_reset_async(struct mali_pp_core *core) in mali_pp_reset_async() 252 _mali_osk_errcode_t mali_pp_reset_wait(struct mali_pp_core *core) in mali_pp_reset_wait() 280 _mali_osk_errcode_t mali_pp_reset(struct mali_pp_core *core) in mali_pp_reset() 286 void mali_pp_job_start(struct mali_pp_core *core, struct mali_pp_job *job, u32 sub_job, mali_bool r… in mali_pp_job_start() 391 u32 mali_pp_core_get_version(struct mali_pp_core *core) in mali_pp_core_get_version() [all …]
|
| D | mali_gp.h | 56 MALI_STATIC_INLINE const char *mali_gp_core_description(struct mali_gp_core *core) in mali_gp_core_description() 61 …LI_STATIC_INLINE enum mali_interrupt_result mali_gp_get_interrupt_result(struct mali_gp_core *core) in mali_gp_get_interrupt_result() 82 MALI_STATIC_INLINE u32 mali_gp_get_rawstat(struct mali_gp_core *core) in mali_gp_get_rawstat() 89 MALI_STATIC_INLINE u32 mali_gp_is_active(struct mali_gp_core *core) in mali_gp_is_active() 95 MALI_STATIC_INLINE void mali_gp_mask_all_interrupts(struct mali_gp_core *core) in mali_gp_mask_all_interrupts() 100 MALI_STATIC_INLINE void mali_gp_enable_interrupts(struct mali_gp_core *core, enum mali_interrupt_re… in mali_gp_enable_interrupts() 122 MALI_STATIC_INLINE u32 mali_gp_read_plbu_alloc_start_addr(struct mali_gp_core *core) in mali_gp_read_plbu_alloc_start_addr()
|
| D | mali_hw_core.h | 47 MALI_STATIC_INLINE u32 mali_hw_core_register_read(struct mali_hw_core *core, u32 relative_address) in mali_hw_core_register_read() 56 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed(struct mali_hw_core *core, u32 relative… in mali_hw_core_register_write_relaxed() 66 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed_conditional(struct mali_hw_core *core, … in mali_hw_core_register_write_relaxed_conditional() 75 MALI_STATIC_INLINE void mali_hw_core_register_write(struct mali_hw_core *core, u32 relative_address… in mali_hw_core_register_write() 82 MALI_STATIC_INLINE void mali_hw_core_register_write_array_relaxed(struct mali_hw_core *core, u32 re… in mali_hw_core_register_write_array_relaxed() 97 …LINE void mali_hw_core_register_write_array_relaxed_conditional(struct mali_hw_core *core, u32 rel… in mali_hw_core_register_write_array_relaxed_conditional()
|
| D | mali_hw_core.c | 16 _mali_osk_errcode_t mali_hw_core_create(struct mali_hw_core *core, const _mali_osk_resource_t *reso… in mali_hw_core_create() 40 void mali_hw_core_delete(struct mali_hw_core *core) in mali_hw_core_delete()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_gp.c | 31 struct mali_gp_core *core = NULL; in mali_gp_create() local 75 void mali_gp_delete(struct mali_gp_core *core) in mali_gp_delete() 85 void mali_gp_stop_bus(struct mali_gp_core *core) in mali_gp_stop_bus() 92 mali_osk_errcode_t mali_gp_stop_bus_wait(struct mali_gp_core *core) in mali_gp_stop_bus_wait() 116 void mali_gp_hard_reset(struct mali_gp_core *core) in mali_gp_hard_reset() 149 void mali_gp_reset_async(struct mali_gp_core *core) in mali_gp_reset_async() 160 mali_osk_errcode_t mali_gp_reset_wait(struct mali_gp_core *core) in mali_gp_reset_wait() 186 mali_osk_errcode_t mali_gp_reset(struct mali_gp_core *core) in mali_gp_reset() 192 void mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job) in mali_gp_job_start() 260 void mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) in mali_gp_resume_with_new_heap() [all …]
|
| D | mali_pp.h | 52 MALI_STATIC_INLINE u32 mali_pp_core_get_id(struct mali_pp_core *core) in mali_pp_core_get_id() 58 MALI_STATIC_INLINE u32 mali_pp_core_get_bcast_id(struct mali_pp_core *core) in mali_pp_core_get_bcast_id() 85 MALI_STATIC_INLINE const char *mali_pp_core_description(struct mali_pp_core *core) in mali_pp_core_description() 90 …LI_STATIC_INLINE enum mali_interrupt_result mali_pp_get_interrupt_result(struct mali_pp_core *core) in mali_pp_get_interrupt_result() 103 MALI_STATIC_INLINE u32 mali_pp_get_rawstat(struct mali_pp_core *core) in mali_pp_get_rawstat() 109 MALI_STATIC_INLINE u32 mali_pp_is_active(struct mali_pp_core *core) in mali_pp_is_active() 115 MALI_STATIC_INLINE void mali_pp_mask_all_interrupts(struct mali_pp_core *core) in mali_pp_mask_all_interrupts() 120 MALI_STATIC_INLINE void mali_pp_enable_interrupts(struct mali_pp_core *core) in mali_pp_enable_interrupts() 125 MALI_STATIC_INLINE void mali_pp_write_addr_renderer_list(struct mali_pp_core *core, struct mali_pp_… in mali_pp_write_addr_renderer_list() 131 MALI_STATIC_INLINE void mali_pp_write_addr_stack(struct mali_pp_core *core, struct mali_pp_job *job) in mali_pp_write_addr_stack()
|
| D | mali_pp.c | 39 struct mali_pp_core *core = NULL; in mali_pp_create() local 97 void mali_pp_delete(struct mali_pp_core *core) in mali_pp_delete() 126 void mali_pp_stop_bus(struct mali_pp_core *core) in mali_pp_stop_bus() 133 mali_osk_errcode_t mali_pp_stop_bus_wait(struct mali_pp_core *core) in mali_pp_stop_bus_wait() 205 mali_osk_errcode_t mali_pp_hard_reset(struct mali_pp_core *core) in mali_pp_hard_reset() 244 void mali_pp_reset_async(struct mali_pp_core *core) in mali_pp_reset_async() 256 mali_osk_errcode_t mali_pp_reset_wait(struct mali_pp_core *core) in mali_pp_reset_wait() 283 mali_osk_errcode_t mali_pp_reset(struct mali_pp_core *core) in mali_pp_reset() 289 void mali_pp_job_start(struct mali_pp_core *core, struct mali_pp_job *job, u32 sub_job, mali_bool r… in mali_pp_job_start() 410 u32 mali_pp_core_get_version(struct mali_pp_core *core) in mali_pp_core_get_version() [all …]
|
| D | mali_gp.h | 57 MALI_STATIC_INLINE const char *mali_gp_core_description(struct mali_gp_core *core) in mali_gp_core_description() 62 …LI_STATIC_INLINE enum mali_interrupt_result mali_gp_get_interrupt_result(struct mali_gp_core *core) in mali_gp_get_interrupt_result() 81 MALI_STATIC_INLINE u32 mali_gp_get_rawstat(struct mali_gp_core *core) in mali_gp_get_rawstat() 87 MALI_STATIC_INLINE u32 mali_gp_is_active(struct mali_gp_core *core) in mali_gp_is_active() 93 MALI_STATIC_INLINE void mali_gp_mask_all_interrupts(struct mali_gp_core *core) in mali_gp_mask_all_interrupts() 98 MALI_STATIC_INLINE void mali_gp_enable_interrupts(struct mali_gp_core *core, enum mali_interrupt_re… in mali_gp_enable_interrupts() 115 MALI_STATIC_INLINE u32 mali_gp_read_plbu_alloc_start_addr(struct mali_gp_core *core) in mali_gp_read_plbu_alloc_start_addr()
|
| D | mali_hw_core.h | 48 MALI_STATIC_INLINE u32 mali_hw_core_register_read(struct mali_hw_core *core, u32 relative_address) in mali_hw_core_register_read() 57 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed(struct mali_hw_core *core, u32 relative… in mali_hw_core_register_write_relaxed() 68 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed_conditional(struct mali_hw_core *core, … in mali_hw_core_register_write_relaxed_conditional() 78 MALI_STATIC_INLINE void mali_hw_core_register_write(struct mali_hw_core *core, u32 relative_address… in mali_hw_core_register_write() 85 MALI_STATIC_INLINE void mali_hw_core_register_write_array_relaxed(struct mali_hw_core *core, u32 re… in mali_hw_core_register_write_array_relaxed() 102 …STATIC_INLINE void mali_hw_core_register_write_array_relaxed_conditional(struct mali_hw_core *core, in mali_hw_core_register_write_array_relaxed_conditional()
|
| D | mali_hw_core.c | 17 mali_osk_errcode_t mali_hw_core_create(struct mali_hw_core *core, const _mali_osk_resource_t *resou… in mali_hw_core_create() 43 void mali_hw_core_delete(struct mali_hw_core *core) in mali_hw_core_delete()
|
| /device/soc/esp/esp32/components/hal/esp32/include/hal/ |
| D | soc_ll.h | 25 static inline void soc_ll_stall_core(int core) in soc_ll_stall_core() 38 static inline void soc_ll_unstall_core(int core) in soc_ll_unstall_core() 46 static inline void soc_ll_reset_core(int core) in soc_ll_reset_core()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/utils/ |
| D | vdec.c | 340 unsigned long vdec_canvas_lock(struct vdec_core_s *core) in vdec_canvas_lock() 348 void vdec_canvas_unlock(struct vdec_core_s *core, unsigned long flags) in vdec_canvas_unlock() 353 unsigned long vdec_fps_lock(struct vdec_core_s *core) in vdec_fps_lock() 361 void vdec_fps_unlock(struct vdec_core_s *core, unsigned long flags) in vdec_fps_unlock() 366 unsigned long vdec_core_lock(struct vdec_core_s *core) in vdec_core_lock() 375 void vdec_core_unlock(struct vdec_core_s *core, unsigned long flags) in vdec_core_unlock() 380 unsigned long vdec_inputbuff_lock(struct vdec_core_s *core) in vdec_inputbuff_lock() 389 void vdec_inputbuff_unlock(struct vdec_core_s *core, unsigned long flags) in vdec_inputbuff_unlock() 396 struct vdec_core_s *core = vdec_core; in vdec_is_input_frame_empty() local 409 struct vdec_core_s *core = vdec_core; in vdec_up() local [all …]
|
| /device/soc/esp/esp32/components/hal/ |
| D | soc_hal.c | 27 void soc_hal_stall_core(int core) in soc_hal_stall_core() 32 void soc_hal_unstall_core(int core) in soc_hal_unstall_core()
|
| /device/soc/esp/esp32/components/esp_system/port/arch/riscv/ |
| D | panic_arch.c | 192 void panic_print_registers(const void *f, int core) in panic_print_registers() 263 const int core = esp_cache_err_get_cpuid(); in panic_soc_fill_info() local 321 void panic_print_backtrace(const void *frame, int core) in panic_print_backtrace()
|
| /device/soc/esp/esp32/components/esp_system/port/arch/xtensa/ |
| D | panic_arch.c | 45 void panic_print_registers(const void *f, int core) in panic_print_registers() 150 int core = 0; in print_debug_exception_details() local 470 void panic_print_backtrace(const void *f, int core) in panic_print_backtrace()
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
| D | rga_mm.c | 699 dma_addr_t rga_mm_lookup_iova(struct rga_internal_buffer *buffer, int core) in rga_mm_lookup_iova() 710 struct sg_table *rga_mm_lookup_sgt(struct rga_internal_buffer *buffer, int core) in rga_mm_lookup_sgt() 809 int core, in rga_mm_sync_dma_sg_for_device() 835 int core, in rga_mm_sync_dma_sg_for_cpu() 949 int core, in rga_mm_put_channel_handle_info()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_sink/encoder/h265/ |
| D | vpu.c | 277 u32 core; in vpu_irq_handler() local 722 u32 start, end, size, core = 0; in vpu_ioctl() local 1642 u32 core = 0; in vpu_src_addr_config() local 2050 static void Wave4BitIssueCommand(u32 core, u32 cmd) in Wave4BitIssueCommand() 2065 u32 core; in vpu_suspend() local 2111 u32 core; in vpu_resume() local
|
| /device/soc/esp/esp32/components/hal/include/hal/ |
| D | soc_hal.h | 71 #define soc_hal_reset_core(core) soc_ll_reset_core((core)) argument
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
| D | nciutils.c | 697 nci_cores_t *core; in BCMATTACHFN() local 851 nci_cores_t *core; in BCMATTACHFN() local 971 nci_cores_t *core; in BCMATTACHFN() local 1775 nci_cores_t *core = &nci->cores[sii->curidx]; in BCMPOSTTRAPFN() local 1828 nci_cores_t *core = &nci->cores[sii->curidx]; in nci_core_disable() local 1924 nci_cores_t *core = &nci->cores[sii->curidx]; in BCMPOSTTRAPFN() local 2211 nci_cores_t *core = &nci->cores[sii->curidx]; in BCMPOSTTRAPFN() local 2298 nci_cores_t *core = &nci->cores[sii->curidx]; in BCMPOSTTRAPFN() local 2377 nci_cores_t *core = &nci->cores[sii->curidx]; in nci_core_sflags() local 2818 nci_wrapper_get_last_error(const si_t *sih, uint32 *error_status, uint32 *core, uint32 *lo, in nci_wrapper_get_last_error() [all …]
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/common/media_clock/clk/ |
| D | clk.c | 279 int vdec_source_get(enum vdec_type_e core) in vdec_source_get() 285 int vdec_clk_get(enum vdec_type_e core) in vdec_clk_get()
|
| /device/soc/esp/esp32/components/esp_system/port/ |
| D | panic_handler.c | 70 static void print_state_for_core(const void *f, int core)
|
| /device/soc/esp/esp32/components/esp_system/include/esp_private/ |
| D | panic_internal.h | 52 int core; // core which triggered panic member
|
| /device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/ |
| D | OMXPlugin.cpp | 51 OMXCore* core = (OMXCore*)calloc(1, sizeof(OMXCore)); in AddCore() local
|