Searched refs:response_packet_data (Results 1 – 3 of 3) sorted by relevance
884 u8 *response_packet_data; in _mali_ukk_profiling_control_set() local889 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 …]
145 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()
1100 u64 response_packet_data; /** < [out] The response packet data */ member