Lines Matching refs:handle
28 acpi_handle handle; member
75 static union acpi_object *radeon_atpx_call(acpi_handle handle, int function, in radeon_atpx_call() argument
99 status = acpi_evaluate_object(handle, NULL, &atpx_arg, &buffer); in radeon_atpx_call()
154 info = radeon_atpx_call(atpx->handle, ATPX_FUNCTION_GET_PX_PARAMETERS, NULL); in radeon_atpx_validate()
204 info = radeon_atpx_call(atpx->handle, ATPX_FUNCTION_VERIFY_INTERFACE, NULL); in radeon_atpx_verify_interface()
252 info = radeon_atpx_call(atpx->handle, in radeon_atpx_set_discrete_state()
284 info = radeon_atpx_call(atpx->handle, in radeon_atpx_switch_disp_mux()
316 info = radeon_atpx_call(atpx->handle, in radeon_atpx_switch_i2c_mux()
348 info = radeon_atpx_call(atpx->handle, in radeon_atpx_switch_start()
380 info = radeon_atpx_call(atpx->handle, in radeon_atpx_switch_end()
459 radeon_atpx_priv.atpx.handle = atpx_handle; in radeon_atpx_pci_probe_handle()
537 acpi_get_name(radeon_atpx_priv.atpx.handle, ACPI_FULL_PATHNAME, &buffer); in radeon_atpx_detect()