/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline.c | 63 enum tl_stream_type stype; in kbasep_timeline_autoflush_timer_callback() local 69 for (stype = (enum tl_stream_type)0; stype < TL_STREAM_TYPE_COUNT; stype++) { in kbasep_timeline_autoflush_timer_callback() 70 struct kbase_tlstream *stream = &timeline->streams[stype]; in kbasep_timeline_autoflush_timer_callback() 248 enum tl_stream_type stype; in kbase_timeline_streams_flush() local 254 for (stype = 0; stype < TL_STREAM_TYPE_COUNT; stype++) { in kbase_timeline_streams_flush() 255 kbase_tlstream_flush_stream(&timeline->streams[stype]); in kbase_timeline_streams_flush() 271 enum tl_stream_type stype; kbase_timeline_stats() local [all...] |
H A D | mali_kbase_tracepoints.h | 59 #define MALI_KBASE_TL_DISPATCH_STREAM(kbdev, stype) \ 61 ((u8 *)kbdev->timeline + __ ## stype ## _stream_offset))
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline.c | 65 enum tl_stream_type stype; in kbasep_timeline_autoflush_timer_callback() local 72 for (stype = (enum tl_stream_type)0; stype < TL_STREAM_TYPE_COUNT; in kbasep_timeline_autoflush_timer_callback() 73 stype++) { in kbasep_timeline_autoflush_timer_callback() 74 struct kbase_tlstream *stream = &timeline->streams[stype]; in kbasep_timeline_autoflush_timer_callback() 276 enum tl_stream_type stype; in kbase_timeline_streams_flush() local 286 for (stype = 0; stype < TL_STREAM_TYPE_COUNT; stype++) { in kbase_timeline_streams_flush() 287 nbytes = kbase_tlstream_flush_stream(&timeline->streams[stype]); in kbase_timeline_streams_flush() 378 enum tl_stream_type stype; kbase_timeline_stats() local [all...] |
H A D | mali_kbase_tracepoints.h | 58 #define __TL_DISPATCH_STREAM(kbdev, stype) \ 60 ((u8 *)kbdev->timeline + __ ## stype ## _stream_offset))
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_tlstream.c | 716 * @stype: type of stream to be flushed
720 static void kbasep_tlstream_flush_stream(enum tl_stream_type stype)
in kbasep_tlstream_flush_stream() argument 722 struct tl_stream *stream = tl_stream[stype];
in kbasep_tlstream_flush_stream() 755 enum tl_stream_type stype;
in kbasep_tlstream_autoflush_timer_callback() local 760 for (stype = 0; stype < TL_STREAM_TYPE_COUNT; stype++) {
in kbasep_tlstream_autoflush_timer_callback() 761 struct tl_stream *stream = tl_stream[stype];
in kbasep_tlstream_autoflush_timer_callback() 808 * @stype: pointer to variable where stream type will be placed
818 static int kbasep_tlstream_packet_pending(enum tl_stream_type *stype, unsigne argument 869 enum tl_stream_type stype; kbasep_tlstream_read() local 1155 enum tl_stream_type stype; kbase_tlstream_flush_streams() local [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_tlstream.c | 1007 * @stype: type of stream to be flushed 1011 static void kbasep_tlstream_flush_stream(enum tl_stream_type stype) in kbasep_tlstream_flush_stream() argument 1013 struct tl_stream *stream = tl_stream[stype]; in kbasep_tlstream_flush_stream() 1047 enum tl_stream_type stype; in kbasep_tlstream_autoflush_timer_callback() local 1052 for (stype = 0; stype < TL_STREAM_TYPE_COUNT; stype++) { in kbasep_tlstream_autoflush_timer_callback() 1053 struct tl_stream *stream = tl_stream[stype]; in kbasep_tlstream_autoflush_timer_callback() 1104 * @stype: pointer to variable where stream type will be placed 1115 enum tl_stream_type *stype, in kbasep_tlstream_packet_pending() 1114 kbasep_tlstream_packet_pending( enum tl_stream_type *stype, unsigned int *rb_idx_raw) kbasep_tlstream_packet_pending() argument 1171 enum tl_stream_type stype; kbasep_tlstream_read() local 1512 enum tl_stream_type stype; kbase_tlstream_flush_streams() local [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_slave.h | 86 typedef hi_s32 (*hcc_rx_pre_do)(hi_u8 stype, hcc_slave_netbuf *net_buf, hi_u8 **pre_do_context); 87 typedef hi_s32 (*hcc_rx_post_do)(hi_u8 stype, const hcc_slave_netbuf *net_buf, hi_u8 *pre_do_context);
|
H A D | hcc_host.h | 83 typedef hi_s32 (* hcc_rx_pre_do)(hi_u8 stype, hcc_netbuf_stru *pst_netbuf, hi_u8 **pre_do_context); 84 typedef hi_s32 (* hcc_rx_post_do)(hi_u8 stype, const hcc_netbuf_stru *pst_netbuf, hi_u8 *pre_do_context);
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 2446 u8 new_type, *stype;
in check_stack_write_var_off() local 2451 stype = &state->stack[spi].slot_type[slot % BPF_REG_SIZE];
in check_stack_write_var_off() 2453 if (!env->allow_ptr_leaks && *stype != NOT_INIT && *stype != SCALAR_VALUE) {
in check_stack_write_var_off() 2469 if (writing_zero && *stype == STACK_ZERO) {
in check_stack_write_var_off() 2481 if (*stype == STACK_INVALID && !env->allow_uninit_stack) {
in check_stack_write_var_off() 2486 *stype = new_type;
in check_stack_write_var_off() 2513 u8 *stype;
in mark_reg_stack_read() local 2519 stype = ptr_state->stack[spi].slot_type;
in mark_reg_stack_read() 2520 if (stype[slo in mark_reg_stack_read() 2565 u8 *stype; check_stack_read_fixed_off() local 4018 u8 *stype; check_stack_range_initialized() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/epdlut/ |
H A D | rkf_waveform_v8.S | 1060 .type stype.16951, %object 1061 .size stype.16951, 4 1062 stype.16951: 13103 .8byte stype.16951 18815 .string "stype"
|
H A D | pvi_waveform_v8.S | 1353 .type stype.16893, %object 1354 .size stype.16893, 4 1355 stype.16893: 13499 .8byte stype.16893 18124 .string "stype"
|