Home
last modified time | relevance | path

Searched refs:response_packet_data (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_profiling.c884 u8 *response_packet_data; in _mali_ukk_profiling_control_set() local
889 response_packet_data = (u8 *)(uintptr_t)args->response_packet_data; in _mali_ukk_profiling_control_set()
890 MALI_DEBUG_ASSERT_POINTER(response_packet_data); in _mali_ukk_profiling_control_set()
922 *response_packet_data = PACKET_HEADER_COUNTERS_ACK; in _mali_ukk_profiling_control_set()
933 memcpy(response_packet_data + args->response_packet_size, in _mali_ukk_profiling_control_set()
939 args->response_packet_size += _mali_profiling_pack_int(response_packet_data, in _mali_ukk_profiling_control_set()
942 args->response_packet_size += _mali_profiling_pack_int(response_packet_data, in _mali_ukk_profiling_control_set()
945 args->response_packet_size += _mali_profiling_pack_int(response_packet_data, in _mali_ukk_profiling_control_set()
950 _mali_profiling_set_packet_size(response_packet_data + 1, args->response_packet_size); in _mali_ukk_profiling_control_set()
1044 *response_packet_data = PACKET_HEADER_ACK; in _mali_ukk_profiling_control_set()
[all …]
H A Dmali_ukk_profiling.c145 kargs.response_packet_data = (uintptr_t)kernel_response_data; in profiling_control_set_wrapper()
160 …= copy_to_user(((void *)(uintptr_t)uargs->response_packet_data), ((void *)(uintptr_t)kargs.respons… in profiling_control_set_wrapper()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard_uk_types.h1100 u64 response_packet_data; /** < [out] The response packet data */ member