Searched refs:table_header (Results 1 – 8 of 8) sorted by relevance
/drivers/acpi/acpica/ |
D | exconfig.c | 273 struct acpi_table_header *table_header; in acpi_ex_load_op() local 308 table_header = ACPI_ALLOCATE(sizeof(struct acpi_table_header)); in acpi_ex_load_op() 309 if (!table_header) { in acpi_ex_load_op() 316 ACPI_CAST_PTR(u8, table_header)); in acpi_ex_load_op() 317 length = table_header->length; in acpi_ex_load_op() 318 ACPI_FREE(table_header); in acpi_ex_load_op() 377 table_header = in acpi_ex_load_op() 380 length = table_header->length; in acpi_ex_load_op() 400 memcpy(table, table_header, length); in acpi_ex_load_op()
|
D | tbdata.c | 213 struct acpi_table_header *table_header; in acpi_tb_acquire_temp_table() local 220 table_header = in acpi_tb_acquire_temp_table() 223 if (!table_header) { in acpi_tb_acquire_temp_table() 228 table_header); in acpi_tb_acquire_temp_table() 229 acpi_os_unmap_memory(table_header, in acpi_tb_acquire_temp_table() 236 table_header = ACPI_CAST_PTR(struct acpi_table_header, in acpi_tb_acquire_temp_table() 238 if (!table_header) { in acpi_tb_acquire_temp_table() 243 table_header); in acpi_tb_acquire_temp_table()
|
/drivers/gpu/drm/amd/include/ |
D | atomfirmware.h | 237 struct atom_common_table_header table_header; member 350 struct atom_common_table_header table_header; member 423 struct atom_common_table_header table_header; member 473 struct atom_common_table_header table_header; member 509 struct atom_common_table_header table_header; member 537 struct atom_common_table_header table_header; member 572 struct atom_common_table_header table_header; member 654 struct atom_common_table_header table_header; member 668 struct atom_common_table_header table_header; member 862 struct atom_common_table_header table_header; member [all …]
|
/drivers/acpi/ |
D | sysfs.c | 347 struct acpi_table_header *table_header = NULL; in acpi_table_show() local 352 &table_header); in acpi_table_show() 356 rc = memory_read_from_buffer(buf, count, &offset, table_header, in acpi_table_show() 357 table_header->length); in acpi_table_show() 358 acpi_put_table(table_header); in acpi_table_show() 364 struct acpi_table_header *table_header) in acpi_table_attr_init() argument 371 ACPI_COPY_NAMESEG(table_attr->name, table_header->signature); in acpi_table_attr_init() 385 ACPI_COPY_NAMESEG(table_attr->filename, table_header->signature); in acpi_table_attr_init() 389 (table_header->signature, 2, &header))) { in acpi_table_attr_init() 395 table_attr->attr.size = table_header->length; in acpi_table_attr_init() [all …]
|
D | tables.c | 285 struct acpi_table_header *table_header, in acpi_parse_entries_array() argument 304 if (!table_header) { in acpi_parse_entries_array() 309 table_end = (unsigned long)table_header + table_header->length; in acpi_parse_entries_array() 315 ((unsigned long)table_header + table_size); in acpi_parse_entries_array() 364 struct acpi_table_header *table_header = NULL; in acpi_table_parse_entries_array() local 377 acpi_get_table(id, instance, &table_header); in acpi_table_parse_entries_array() 378 if (!table_header) { in acpi_table_parse_entries_array() 383 count = acpi_parse_entries_array(id, table_size, table_header, in acpi_table_parse_entries_array() 386 acpi_put_table(table_header); in acpi_table_parse_entries_array()
|
/drivers/gpu/drm/amd/display/dc/bios/ |
D | bios_parser2.c | 359 le16_to_cpu(header->table_header.structuresize)) in get_gpio_i2c_info() 363 if (header->table_header.content_revision != 1) in get_gpio_i2c_info() 367 count = (le16_to_cpu(header->table_header.structuresize) in get_gpio_i2c_info() 511 > le16_to_cpu(header->table_header.structuresize)) in bios_parser_get_gpio_pin_info() 514 if (header->table_header.content_revision != 1) in bios_parser_get_gpio_pin_info() 533 count = (le16_to_cpu(header->table_header.structuresize) in bios_parser_get_gpio_pin_info() 861 if (!((lvds->table_header.format_revision == 2) in get_embedded_panel_info_v2_1() 862 && (lvds->table_header.content_revision >= 1))) in get_embedded_panel_info_v2_1() 1956 get_atom_data_table_revision(&rom_header->table_header, &tbl_rev); in bios_parser_construct() 1979 get_atom_data_table_revision(&object_info_tbl->table_header, in bios_parser_construct()
|
/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | ppatomfwctrl.c | 34 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()
|
/drivers/gpu/drm/amd/powerplay/ |
D | arcturus_ppt.c | 519 smc_dpm_table->table_header.format_revision, in arcturus_append_powerplay_table() 520 smc_dpm_table->table_header.content_revision); in arcturus_append_powerplay_table() 522 if ((smc_dpm_table->table_header.format_revision == 4) && in arcturus_append_powerplay_table() 523 (smc_dpm_table->table_header.content_revision == 6)) in arcturus_append_powerplay_table()
|