Searched refs:new_table (Results 1 – 6 of 6) sorted by relevance
| /drivers/acpi/acpica/ |
| A D | tbutils.c | 115 struct acpi_table_header *new_table; in acpi_tb_copy_dsdt() local 120 new_table = ACPI_ALLOCATE(table_desc->length); in acpi_tb_copy_dsdt() 121 if (!new_table) { in acpi_tb_copy_dsdt() 127 memcpy(new_table, table_desc->pointer, table_desc->length); in acpi_tb_copy_dsdt() 132 ACPI_PTR_TO_PHYSADDR(new_table), in acpi_tb_copy_dsdt() 134 new_table); in acpi_tb_copy_dsdt() 136 …ACPI_INFO(("Forced DSDT copy: length 0x%05X copied locally, original unmapped", new_table->length)… in acpi_tb_copy_dsdt() 138 return (new_table); in acpi_tb_copy_dsdt()
|
| /drivers/acpi/ |
| A D | tables.c | 682 struct acpi_table_header **new_table) in acpi_os_table_override() argument 684 if (!existing_table || !new_table) in acpi_os_table_override() 687 *new_table = NULL; in acpi_os_table_override() 691 *new_table = (struct acpi_table_header *)&amlcode; in acpi_os_table_override() 692 if (!(*new_table)) in acpi_os_table_override() 693 *new_table = (struct acpi_table_header *)&dsdt_amlcode; in acpi_os_table_override() 696 if (*new_table != NULL) in acpi_os_table_override()
|
| /drivers/opp/ |
| A D | of.c | 328 struct opp_table *new_table, int index) in lazy_link_required_opps() argument 334 ret = _link_required_opps(opp, new_table, index); in lazy_link_required_opps() 343 static void lazy_link_required_opp_table(struct opp_table *new_table) in lazy_link_required_opp_table() argument 376 if (required_table_np != new_table->np) { in lazy_link_required_opp_table() 381 required_opp_tables[i] = dev_pm_opp_get_opp_table_ref(new_table); in lazy_link_required_opp_table() 384 ret = lazy_link_required_opps(opp_table, new_table, i); in lazy_link_required_opp_table()
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_helpers.c | 179 struct dc_dp_mst_stream_allocation_table new_table = { 0 }; in fill_dc_mst_payload_table_from_drm() local 213 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm() 216 new_table.stream_count++; in fill_dc_mst_payload_table_from_drm() 221 *table = new_table; in fill_dc_mst_payload_table_from_drm()
|
| /drivers/iommu/amd/ |
| A D | iommu.c | 3212 struct irq_remap_table *new_table = NULL; in alloc_irq_table() local 3234 new_table = __alloc_irq_table(nid, get_irq_table_size(max_irqs)); in alloc_irq_table() 3235 if (!new_table) in alloc_irq_table() 3250 table = new_table; in alloc_irq_table() 3251 new_table = NULL; in alloc_irq_table() 3268 if (new_table) { in alloc_irq_table() 3269 iommu_free_pages(new_table->table); in alloc_irq_table() 3270 kfree(new_table); in alloc_irq_table()
|
| /drivers/net/vmxnet3/ |
| A D | vmxnet3_drv.c | 2804 u8 *new_table = NULL; in vmxnet3_set_mc() local 2825 new_table = vmxnet3_copy_mc(netdev); in vmxnet3_set_mc() 2826 if (new_table) { in vmxnet3_set_mc() 2832 new_table, in vmxnet3_set_mc() 2871 kfree(new_table); in vmxnet3_set_mc()
|
Completed in 31 milliseconds