Home
last modified time | relevance | path

Searched refs:access (Results 1 - 25 of 30) sorted by relevance

12

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_ccswe.c17 * along with this program; if not, you can access it online at
34 lockdep_assert_held(&self->access); in kbasep_ccswe_cycle_at_no_lock()
50 spin_lock_init(&self->access); in kbase_ccswe_init()
58 spin_lock_irqsave(&self->access, flags); in kbase_ccswe_cycle_at()
60 spin_unlock_irqrestore(&self->access, flags); in kbase_ccswe_cycle_at()
70 spin_lock_irqsave(&self->access, flags); in kbase_ccswe_freq_change()
85 spin_unlock_irqrestore(&self->access, flags); in kbase_ccswe_freq_change()
92 spin_lock_irqsave(&self->access, flags); in kbase_ccswe_reset()
99 spin_unlock_irqrestore(&self->access, flags); in kbase_ccswe_reset()
H A Dmali_kbase_regs_history_debugfs.c17 * along with this program; if not, you can access it online at
30 * kbase_io_history_resize - resize the register access history buffer.
136 char const access = (io->addr & 1) ? 'w' : 'r'; in kbase_io_history_dump() local
139 access, (unsigned long)(io->addr & ~0x1), io->value); in kbase_io_history_dump()
169 * regs_history_show - show callback for the register access history file.
187 seq_puts(sfile, "The register access history is disabled\n"); in regs_history_show()
199 char const access = (io->addr & 1) ? 'w' : 'r'; in regs_history_show() local
202 access, (unsigned long)(io->addr & ~0x1), io->value); in regs_history_show()
H A Dmali_kbase_ccswe.h17 * along with this program; if not, you can access it online at
30 * @access: Spinlock protecting this structure access.
40 spinlock_t access; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_ccswe.c16 * along with this program; if not, you can access it online at
34 lockdep_assert_held(&self->access); in kbasep_ccswe_cycle_at_no_lock()
49 spin_lock_init(&self->access); in kbase_ccswe_init()
58 spin_lock_irqsave(&self->access, flags); in kbase_ccswe_cycle_at()
60 spin_unlock_irqrestore(&self->access, flags); in kbase_ccswe_cycle_at()
70 spin_lock_irqsave(&self->access, flags); in kbase_ccswe_freq_change()
86 spin_unlock_irqrestore(&self->access, flags); in kbase_ccswe_freq_change()
94 spin_lock_irqsave(&self->access, flags); in kbase_ccswe_reset()
101 spin_unlock_irqrestore(&self->access, flags); in kbase_ccswe_reset()
H A Dmali_kbase_regs_history_debugfs.c16 * along with this program; if not, you can access it online at
31 * kbase_io_history_resize - resize the register access history buffer.
139 char const access = (io->addr & 1) ? 'w' : 'r'; in kbase_io_history_dump() local
141 dev_err(kbdev->dev, "%6i: %c: reg 0x%016lx val %08x\n", i, access, (unsigned long)(io->addr & ~0x1), io->value); in kbase_io_history_dump()
166 * regs_history_show - show callback for the register access history file.
184 seq_puts(sfile, "The register access history is disabled\n"); in regs_history_show()
194 char const access = (io->addr & 1) ? 'w' : 'r'; in regs_history_show() local
196 seq_printf(sfile, "%6i: %c: reg 0x%016lx val %08x\n", i, access, (unsigned long)(io->addr & ~0x1), io->value); in regs_history_show()
H A Dmali_kbase_ccswe.h16 * along with this program; if not, you can access it online at
31 * @access: Spinlock protecting this structure access.
41 spinlock_t access; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_regs_history_debugfs.c43 * regs_history_show - show callback for the register access history file.
61 seq_puts(sfile, "The register access history is disabled\n"); in regs_history_show()
71 char const access = (io->addr & 1) ? 'w' : 'r'; in regs_history_show() local
73 seq_printf(sfile, "%6i: %c: reg 0x%p val %08x\n", i, access, (void *)(io->addr & ~0x1), io->value); in regs_history_show()
H A Dmali_base_kernel.h117 * typedef base_mem_alloc_flags - Memory allocation, access/hint flags.
130 /* Memory allocation, access/hint flags.
136 /* Read access CPU side
140 /* Write access CPU side
144 /* Read access GPU side
148 /* Write access GPU side
992 * a memory allocation and the type of access requested.
997 * @param access The type of access requested
1000 base_external_resource_access access) in base_external_resource_init()
999 base_external_resource_init(struct base_external_resource *res, struct base_import_handle handle, base_external_resource_access access) base_external_resource_init() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_regs_history_debugfs.c51 * regs_history_show - show callback for the register access history file.
69 seq_puts(sfile, "The register access history is disabled\n"); in regs_history_show()
81 char const access = (io->addr & 1) ? 'w' : 'r'; in regs_history_show() local
83 seq_printf(sfile, "%6i: %c: reg 0x%p val %08x\n", i, access, in regs_history_show()
H A Dmali_base_kernel.h121 * typedef base_mem_alloc_flags - Memory allocation, access/hint flags.
134 /* Memory allocation, access/hint flags.
140 /* Read access CPU side
144 /* Write access CPU side
148 /* Read access GPU side
152 /* Write access GPU side
1011 * a memory allocation and the type of access requested.
1016 * @param access The type of access requested
1018 static inline void base_external_resource_init(struct base_external_resource *res, struct base_import_handle handle, base_external_resource_access access) in base_external_resource_init() argument
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu_api.cpp302 } else if (!access("/dev/mpp_service", F_OK)) { in vpu_open_context()
305 } else if (!!access("/dev/rkvdec", F_OK)) { in vpu_open_context()
308 (!access("/dev/hevc-service", F_OK) in vpu_open_context()
309 || !access("/dev/hevc_service", F_OK))) { in vpu_open_context()
/device/soc/rockchip/common/sdk_linux/drivers/devfreq/event/
H A Drockchip-dfi.c80 u32 access; member
221 info->ch_usage[i].access = (wr_count + rd_count) * 0x4; in rk3288_dfi_get_busier_ch()
223 tmp = info->ch_usage[i].access; in rk3288_dfi_get_busier_ch()
244 edata->load_count = info->ch_usage[busier_ch].access; in rk3288_dfi_get_event()
376 info->ch_usage[i].access = tmp; in rockchip_dfi_get_busier_ch()
432 edata->load_count = info->ch_usage[busier_ch].access; in rockchip_dfi_get_event()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_device_hw.c92 /* kbase_io_history_add - add new entry to the register access history
139 char const access = (io->addr & 1) ? 'w' : 'r'; in kbase_io_history_dump() local
141 dev_err(kbdev->dev, "%6i: %c: reg 0x%p val %08x\n", i, access, in kbase_io_history_dump()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_device_hw.c87 /* kbase_io_history_add - add new entry to the register access history
132 char const access = (io->addr & 1) ? 'w' : 'r'; in kbase_io_history_dump() local
134 dev_err(kbdev->dev, "%6i: %c: reg 0x%p val %08x\n", i, access, (void *)(io->addr & ~0x1), io->value); in kbase_io_history_dump()
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/
H A DMakefile39 CFLAGS += -mno-unaligned-access
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/
H A DMakefile39 CFLAGS += -mno-unaligned-access
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_OHOS.cpp87 if (access("/d/mpp_service/rkvdec/aclk", F_OK) == 0 || in Get_Video_HorAlign()
88 access("/proc/mpp_service/rkvdec/aclk", F_OK) == 0) { in Get_Video_HorAlign()
90 if (access("/dev/rkvdec", 06) == 0) { // 06:operation code in Get_Video_HorAlign()
815 || isSecure || access("/dev/iep", F_OK) == -1) { in Get_Video_HorAlign()
H A DRockchip_OSAL_SharedMemory.c476 if (!access("/dev/dri/card0", F_OK)) { in Rockchip_OSAL_SharedMemory_Open()
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_common.h152 #define access _access macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dunistd.h496 * The access() function shall check the file named by the pathname pointed to by the __path argument
500 * @param __mode [IN] The value of __mode is either the bitwise-inclusive OR of the access permissions to be checked
508 * @retval #int The access() function shall return 0 upon successful completion.
513 * <li><b>EACCES</b>: Permission bits of the file mode do not permit the requested access,
526 int access(const char *, int);
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_common.h137 #define access _access macro
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_layer.cpp218 if (access("/data/hdi_dump_layer", F_OK) != -1) { in SetLayerBuffer()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_layer.cpp218 if (access("/data/hdi_dump_layer", F_OK) != -1) { in SetLayerBuffer()
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_common.h137 #define access _access macro
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_layer.cpp218 if (access("/data/hdi_dump_layer", F_OK) != -1) { in SetLayerBuffer()

Completed in 22 milliseconds

12