Searched refs:atpx (Results 1 – 1 of 1) sorted by relevance
36 struct radeon_atpx atpx; member142 static int radeon_atpx_validate(struct radeon_atpx *atpx) in radeon_atpx_validate() argument146 atpx->functions.power_cntl = true; in radeon_atpx_validate()148 if (atpx->functions.px_params) { in radeon_atpx_validate()154 info = radeon_atpx_call(atpx->handle, ATPX_FUNCTION_GET_PX_PARAMETERS, NULL); in radeon_atpx_validate()173 atpx->functions.i2c_mux_cntl = true; in radeon_atpx_validate()174 atpx->functions.disp_mux_cntl = true; in radeon_atpx_validate()180 atpx->functions.disp_mux_cntl = true; in radeon_atpx_validate()197 static int radeon_atpx_verify_interface(struct radeon_atpx *atpx) in radeon_atpx_verify_interface() argument204 info = radeon_atpx_call(atpx->handle, ATPX_FUNCTION_VERIFY_INTERFACE, NULL); in radeon_atpx_verify_interface()[all …]