/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_vinstr.c | 878 int rcode;
in kbasep_vinstr_collect_and_accumulate() local 898 rcode = kbase_instr_hwcnt_request_dump(vinstr_ctx->kctx);
in kbasep_vinstr_collect_and_accumulate() 901 if (!rcode) {
in kbasep_vinstr_collect_and_accumulate() 902 rcode = kbase_instr_hwcnt_wait_for_dump(vinstr_ctx->kctx);
in kbasep_vinstr_collect_and_accumulate() 904 WARN_ON(rcode);
in kbasep_vinstr_collect_and_accumulate() 921 if (!rcode) {
in kbasep_vinstr_collect_and_accumulate() 925 return rcode;
in kbasep_vinstr_collect_and_accumulate() 974 int rcode;
in kbasep_vinstr_fill_dump_buffer_legacy() local 977 rcode = copy_to_user(buffer, cli->accum_buffer, cli->dump_size);
in kbasep_vinstr_fill_dump_buffer_legacy() 978 if (rcode) {
in kbasep_vinstr_fill_dump_buffer_legacy() 1045 int rcode = 0; kbasep_vinstr_update_client() local 1135 int rcode; kbasep_vinstr_service_task() local 1472 long rcode = 0; kbasep_vinstr_hwcnt_reader_ioctl() local 1820 int rcode = 0; kbase_vinstr_hwc_dump() local 1861 int rcode; kbase_vinstr_hwc_clear() local [all...] |
H A D | mali_kbase_tlstream.c | 756 int rcode;
in kbasep_tlstream_autoflush_timer_callback() local 801 rcode = mod_timer(&autoflush_timer, jiffies + msecs_to_jiffies(AUTOFLUSH_INTERVAL));
in kbasep_tlstream_autoflush_timer_callback() 803 CSTD_UNUSED(rcode);
in kbasep_tlstream_autoflush_timer_callback() 1113 int rcode;
in kbase_tlstream_acquire() local 1130 rcode = mod_timer(&autoflush_timer, jiffies + msecs_to_jiffies(AUTOFLUSH_INTERVAL));
in kbase_tlstream_acquire() 1131 CSTD_UNUSED(rcode);
in kbase_tlstream_acquire()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_vinstr.c | 937 int rcode; in kbasep_vinstr_collect_and_accumulate() local 957 rcode = kbase_instr_hwcnt_request_dump(vinstr_ctx->kctx); in kbasep_vinstr_collect_and_accumulate() 960 if (!rcode) in kbasep_vinstr_collect_and_accumulate() 961 rcode = kbase_instr_hwcnt_wait_for_dump(vinstr_ctx->kctx); in kbasep_vinstr_collect_and_accumulate() 962 WARN_ON(rcode); in kbasep_vinstr_collect_and_accumulate() 980 if (!rcode) in kbasep_vinstr_collect_and_accumulate() 983 return rcode; in kbasep_vinstr_collect_and_accumulate() 1033 int rcode; in kbasep_vinstr_fill_dump_buffer_legacy() local 1036 rcode = copy_to_user(buffer, cli->accum_buffer, cli->dump_size); in kbasep_vinstr_fill_dump_buffer_legacy() 1037 if (rcode) in kbasep_vinstr_fill_dump_buffer_legacy() 1112 int rcode = 0; kbasep_vinstr_update_client() local 1207 int rcode; kbasep_vinstr_service_task() local 1564 long rcode = 0; kbasep_vinstr_hwcnt_reader_ioctl() local 1941 int rcode = 0; kbase_vinstr_hwc_dump() local 1981 int rcode; kbase_vinstr_hwc_clear() local [all...] |
H A D | mali_kbase_tlstream.c | 1048 int rcode; in kbasep_tlstream_autoflush_timer_callback() local 1096 rcode = mod_timer( in kbasep_tlstream_autoflush_timer_callback() 1099 CSTD_UNUSED(rcode); in kbasep_tlstream_autoflush_timer_callback() 1452 int rcode; in kbase_tlstream_acquire() local 1482 rcode = mod_timer( in kbase_tlstream_acquire() 1485 CSTD_UNUSED(rcode); in kbase_tlstream_acquire()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_tl_reader.c | 355 int rcode; in kbasep_csf_tl_reader_read_callback() local 359 rcode = mod_timer(&self->read_timer, in kbasep_csf_tl_reader_read_callback() 362 CSTD_UNUSED(rcode); in kbasep_csf_tl_reader_read_callback() 473 int rcode; in kbase_csf_tl_reader_start() local 499 rcode = tl_reader_update_enable_bit(self, true); in kbase_csf_tl_reader_start() 500 if (rcode != 0) in kbase_csf_tl_reader_start() 501 return rcode; in kbase_csf_tl_reader_start() 503 rcode = mod_timer(&self->read_timer, in kbase_csf_tl_reader_start()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline.c | 64 int rcode; in kbasep_timeline_autoflush_timer_callback() local 91 rcode = mod_timer(&timeline->autoflush_timer, jiffies + msecs_to_jiffies(AUTOFLUSH_INTERVAL)); in kbasep_timeline_autoflush_timer_callback() 93 CSTD_UNUSED(rcode); in kbasep_timeline_autoflush_timer_callback() 184 int rcode; in kbase_timeline_io_acquire() local 212 rcode = mod_timer(&timeline->autoflush_timer, jiffies + msecs_to_jiffies(AUTOFLUSH_INTERVAL)); in kbase_timeline_io_acquire() 213 CSTD_UNUSED(rcode); in kbase_timeline_io_acquire()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline.c | 66 int rcode; in kbasep_timeline_autoflush_timer_callback() local 96 rcode = mod_timer( in kbasep_timeline_autoflush_timer_callback() 99 CSTD_UNUSED(rcode); in kbasep_timeline_autoflush_timer_callback() 194 int rcode; in kbase_timeline_io_acquire() local 260 rcode = mod_timer(&timeline->autoflush_timer, in kbase_timeline_io_acquire() 263 CSTD_UNUSED(rcode); in kbase_timeline_io_acquire()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_vinstr.c | 974 long rcode; in kbasep_vinstr_hwcnt_reader_ioctl() local 986 rcode = kbasep_vinstr_hwcnt_reader_ioctl_get_api_version( in kbasep_vinstr_hwcnt_reader_ioctl() 990 rcode = kbasep_vinstr_hwcnt_reader_ioctl_get_hwver( in kbasep_vinstr_hwcnt_reader_ioctl() 994 rcode = put_user((u32)cli->vctx->metadata_user->dump_buf_bytes, in kbasep_vinstr_hwcnt_reader_ioctl() 998 rcode = kbasep_vinstr_hwcnt_reader_ioctl_dump(cli); in kbasep_vinstr_hwcnt_reader_ioctl() 1001 rcode = kbasep_vinstr_hwcnt_reader_ioctl_clear(cli); in kbasep_vinstr_hwcnt_reader_ioctl() 1004 rcode = kbasep_vinstr_hwcnt_reader_ioctl_get_buffer( in kbasep_vinstr_hwcnt_reader_ioctl() 1008 rcode = kbasep_vinstr_hwcnt_reader_ioctl_put_buffer( in kbasep_vinstr_hwcnt_reader_ioctl() 1012 rcode = kbasep_vinstr_hwcnt_reader_ioctl_set_interval( in kbasep_vinstr_hwcnt_reader_ioctl() 1016 rcode in kbasep_vinstr_hwcnt_reader_ioctl() [all...] |
H A D | mali_kbase_kinstr_prfcnt.c | 1032 long rcode = 0; in kbasep_kinstr_prfcnt_hwcnt_reader_ioctl() local 1052 rcode = kbasep_kinstr_prfcnt_cmd(cli, &control_cmd); in kbasep_kinstr_prfcnt_hwcnt_reader_ioctl() 1059 rcode = kbasep_kinstr_prfcnt_get_sample(cli, &sample_access); in kbasep_kinstr_prfcnt_hwcnt_reader_ioctl() 1072 rcode = kbasep_kinstr_prfcnt_put_sample(cli, &sample_access); in kbasep_kinstr_prfcnt_hwcnt_reader_ioctl() 1075 rcode = -EINVAL; in kbasep_kinstr_prfcnt_hwcnt_reader_ioctl() 1079 return rcode; in kbasep_kinstr_prfcnt_hwcnt_reader_ioctl()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_vinstr.c | 911 long rcode; in kbasep_vinstr_hwcnt_reader_ioctl() local 925 rcode = kbasep_vinstr_hwcnt_reader_ioctl_get_api_version(cli, arg, _IOC_SIZE(cmd)); in kbasep_vinstr_hwcnt_reader_ioctl() 928 rcode = kbasep_vinstr_hwcnt_reader_ioctl_get_hwver(cli, (u32 __user *)arg); in kbasep_vinstr_hwcnt_reader_ioctl() 931 rcode = put_user((u32)cli->vctx->metadata->dump_buf_bytes, (u32 __user *)arg); in kbasep_vinstr_hwcnt_reader_ioctl() 934 rcode = kbasep_vinstr_hwcnt_reader_ioctl_dump(cli); in kbasep_vinstr_hwcnt_reader_ioctl() 937 rcode = kbasep_vinstr_hwcnt_reader_ioctl_clear(cli); in kbasep_vinstr_hwcnt_reader_ioctl() 940 rcode = kbasep_vinstr_hwcnt_reader_ioctl_get_buffer(cli, (void __user *)arg, _IOC_SIZE(cmd)); in kbasep_vinstr_hwcnt_reader_ioctl() 943 rcode = kbasep_vinstr_hwcnt_reader_ioctl_put_buffer(cli, (void __user *)arg, _IOC_SIZE(cmd)); in kbasep_vinstr_hwcnt_reader_ioctl() 946 rcode = kbasep_vinstr_hwcnt_reader_ioctl_set_interval(cli, (u32)arg); in kbasep_vinstr_hwcnt_reader_ioctl() 949 rcode in kbasep_vinstr_hwcnt_reader_ioctl() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/ |
H A D | nameser.h | 336 unsigned rcode :4; member 343 unsigned rcode :4; member
|