Home
last modified time | relevance | path

Searched refs:voltage_current_object (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser.c336 uint8_t *voltage_current_object = (uint8_t *) &info->asVoltageObj[0]; in get_voltage_ddc_info_v1() local
338 while ((address + le16_to_cpu(header->usStructureSize)) > voltage_current_object) { in get_voltage_ddc_info_v1()
340 (ATOM_VOLTAGE_OBJECT *) voltage_current_object; in get_voltage_ddc_info_v1()
352 voltage_current_object += object->ucSize; in get_voltage_ddc_info_v1()
366 uint8_t *voltage_current_object = in get_voltage_ddc_info_v3() local
369 while ((address + le16_to_cpu(header->usStructureSize)) > voltage_current_object) { in get_voltage_ddc_info_v3()
371 (ATOM_I2C_VOLTAGE_OBJECT_V3 *) voltage_current_object; in get_voltage_ddc_info_v3()
383 voltage_current_object += le16_to_cpu(object->sHeader.usSize); in get_voltage_ddc_info_v3()
H A Dbios_parser2.c502 uint8_t *voltage_current_object = in get_voltage_ddc_info_v4() local
506 voltage_current_object) { in get_voltage_ddc_info_v4()
509 voltage_current_object; in get_voltage_ddc_info_v4()
520 voltage_current_object += in get_voltage_ddc_info_v4()