Lines Matching refs:hpd
240 struct radeon_hpd hpd; in radeon_atom_get_hpd_info_from_gpio() local
243 memset(&hpd, 0, sizeof(struct radeon_hpd)); in radeon_atom_get_hpd_info_from_gpio()
252 hpd.gpio = *gpio; in radeon_atom_get_hpd_info_from_gpio()
256 hpd.hpd = RADEON_HPD_1; in radeon_atom_get_hpd_info_from_gpio()
259 hpd.hpd = RADEON_HPD_2; in radeon_atom_get_hpd_info_from_gpio()
262 hpd.hpd = RADEON_HPD_3; in radeon_atom_get_hpd_info_from_gpio()
265 hpd.hpd = RADEON_HPD_4; in radeon_atom_get_hpd_info_from_gpio()
268 hpd.hpd = RADEON_HPD_5; in radeon_atom_get_hpd_info_from_gpio()
271 hpd.hpd = RADEON_HPD_6; in radeon_atom_get_hpd_info_from_gpio()
274 hpd.hpd = RADEON_HPD_NONE; in radeon_atom_get_hpd_info_from_gpio()
278 hpd.hpd = RADEON_HPD_NONE; in radeon_atom_get_hpd_info_from_gpio()
279 return hpd; in radeon_atom_get_hpd_info_from_gpio()
287 struct radeon_hpd *hpd) in radeon_atom_apply_quirks() argument
536 struct radeon_hpd hpd; in radeon_get_atom_connector_info_from_object_table() local
761 hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_object_table()
801 hpd = radeon_atom_get_hpd_info_from_gpio(rdev, &gpio); in radeon_get_atom_connector_info_from_object_table()
802 hpd.plugged_state = hpd_record->ucPlugged_PinState; in radeon_get_atom_connector_info_from_object_table()
818 ddc_bus.hpd = hpd.hpd; in radeon_get_atom_connector_info_from_object_table()
824 &ddc_bus, &conn_id, &hpd)) in radeon_get_atom_connector_info_from_object_table()
834 &hpd, in radeon_get_atom_connector_info_from_object_table()
894 struct radeon_hpd hpd; member
986 bios_connectors[i].hpd.hpd = RADEON_HPD_1; in radeon_get_atom_connector_info_from_supported_devices_table()
989 bios_connectors[i].hpd.hpd = RADEON_HPD_2; in radeon_get_atom_connector_info_from_supported_devices_table()
992 bios_connectors[i].hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_supported_devices_table()
997 bios_connectors[i].hpd.hpd = RADEON_HPD_1; in radeon_get_atom_connector_info_from_supported_devices_table()
999 bios_connectors[i].hpd.hpd = RADEON_HPD_2; in radeon_get_atom_connector_info_from_supported_devices_table()
1001 bios_connectors[i].hpd.hpd = RADEON_HPD_NONE; in radeon_get_atom_connector_info_from_supported_devices_table()
1015 &bios_connectors[i].hpd)) in radeon_get_atom_connector_info_from_supported_devices_table()
1064 bios_connectors[i].hpd = in radeon_get_atom_connector_info_from_supported_devices_table()
1065 bios_connectors[j].hpd; in radeon_get_atom_connector_info_from_supported_devices_table()
1089 &bios_connectors[i].hpd, in radeon_get_atom_connector_info_from_supported_devices_table()