Lines Matching refs:Pointer
98 atif_arg.Pointer = &atif_arg_elements[0]; in amdgpu_atif_call()
106 atif_arg_elements[1].Buffer.Pointer = params->Pointer; in amdgpu_atif_call()
120 AcpiOsFree(buffer.Pointer); in amdgpu_atif_call()
124 return buffer.Pointer; in amdgpu_atif_call()
198 size = *(u16 *) info->Buffer.Pointer; in amdgpu_atif_verify_interface()
206 memcpy(&output, info->Buffer.Pointer, size); in amdgpu_atif_verify_interface()
275 size = *(u16 *) info->Buffer.Pointer; in amdgpu_atif_get_notification_params()
283 memcpy(¶ms, info->Buffer.Pointer, size); in amdgpu_atif_get_notification_params()
335 size = *(u16 *)info->Buffer.Pointer; in amdgpu_atif_get_sbios_requests()
343 memcpy(req, info->Buffer.Pointer, size); in amdgpu_atif_get_sbios_requests()
460 atcs_arg.Pointer = &atcs_arg_elements[0]; in amdgpu_atcs_call()
468 atcs_arg_elements[1].Buffer.Pointer = params->Pointer; in amdgpu_atcs_call()
481 AcpiOsFree(buffer.Pointer); in amdgpu_atcs_call()
485 return buffer.Pointer; in amdgpu_atcs_call()
531 size = *(u16 *) info->Buffer.Pointer; in amdgpu_atcs_verify_interface()
539 memcpy(&output, info->Buffer.Pointer, size); in amdgpu_atcs_verify_interface()
648 params.Pointer = &atcs_input; in amdgpu_acpi_pcie_performance_request()
657 size = *(u16 *) info->Buffer.Pointer; in amdgpu_acpi_pcie_performance_request()
665 memcpy(&atcs_output, info->Buffer.Pointer, size); in amdgpu_acpi_pcie_performance_request()