Home
last modified time | relevance | path

Searched refs:new_table (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/acpi/
H A Dtables.c683 struct acpi_table_header **new_table) in acpi_os_table_override() argument
685 if (!existing_table || !new_table) in acpi_os_table_override()
688 *new_table = NULL; in acpi_os_table_override()
692 *new_table = (struct acpi_table_header *)&amlcode; in acpi_os_table_override()
693 if (!(*new_table)) in acpi_os_table_override()
694 *new_table = (struct acpi_table_header *)&dsdt_amlcode; in acpi_os_table_override()
697 if (*new_table != NULL) in acpi_os_table_override()
/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c35 struct acpi_table_header **new_table);
230 * new_table - Where an entire new table is returned.
241 struct acpi_table_header **new_table) in acpi_os_table_override() argument
244 if (!existing_table || !new_table) { in acpi_os_table_override()
248 *new_table = NULL; in acpi_os_table_override()
252 ae_table_override(existing_table, new_table); in acpi_os_table_override()
/linux/kernel/events/
H A Dcallchain.c285 struct ctl_table new_table = *table; in perf_event_max_stack_handler() local
287 new_table.data = &new_value; in perf_event_max_stack_handler()
288 ret = proc_dointvec_minmax(&new_table, write, buffer, lenp, ppos); in perf_event_max_stack_handler()
/linux/kernel/power/
H A Denergy_model.c327 struct em_perf_table *new_table) in em_dev_update_perf_domain() argument
344 kref_get(&new_table->kref); in em_dev_update_perf_domain()
348 rcu_assign_pointer(pd->em_table, new_table); in em_dev_update_perf_domain()
350 em_cpufreq_update_efficiencies(dev, new_table->state); in em_dev_update_perf_domain()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c259 struct dc_dp_mst_stream_allocation_table new_table = { 0 }; in fill_dc_mst_payload_table_from_drm() local
293 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm()
296 new_table.stream_count++; in fill_dc_mst_payload_table_from_drm()
301 *table = new_table; in fill_dc_mst_payload_table_from_drm()
/linux/drivers/iommu/amd/
H A Diommu.c3388 struct irq_remap_table *new_table = NULL; in alloc_irq_table() local
3410 new_table = __alloc_irq_table(nid, get_irq_table_size(max_irqs)); in alloc_irq_table()
3411 if (!new_table) in alloc_irq_table()
3426 table = new_table; in alloc_irq_table()
3427 new_table = NULL; in alloc_irq_table()
3444 if (new_table) { in alloc_irq_table()
3445 iommu_free_pages(new_table->table); in alloc_irq_table()
3446 kfree(new_table); in alloc_irq_table()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c2814 u8 *new_table = NULL; in vmxnet3_set_mc() local
2835 new_table = vmxnet3_copy_mc(netdev); in vmxnet3_set_mc()
2836 if (new_table) { in vmxnet3_set_mc()
2842 new_table, in vmxnet3_set_mc()
2881 kfree(new_table); in vmxnet3_set_mc()