Home
last modified time | relevance | path

Searched refs:structuresize (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser2.c437 le16_to_cpu(header->table_header.structuresize)) in get_gpio_i2c_info()
445 count = (le16_to_cpu(header->table_header.structuresize) in get_gpio_i2c_info()
505 while ((address + le16_to_cpu(header->structuresize)) > in get_voltage_ddc_info_v4()
682 > le16_to_cpu(header->table_header.structuresize)) in bios_parser_get_gpio_pin_info()
704 count = (le16_to_cpu(header->table_header.structuresize) in bios_parser_get_gpio_pin_info()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppatomfwctrl.c34 voltage_object_info_table->table_header.structuresize); in pp_atomfwctrl_lookup_voltage_type_v4()
184 gpio_lookup_table->table_header.structuresize); in pp_atomfwctrl_lookup_gpio_pin()
H A Dvega12_processpptables.c71 PP_ASSERT_WITH_CODE(powerplay_table->sHeader.structuresize > 0, in check_powerplay_tables()
H A Dvega10_processpptables.c80 PP_ASSERT_WITH_CODE(powerplay_table->sHeader.structuresize > 0, in check_powerplay_tables()
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h226 uint16_t structuresize; member