Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/x86/
Dsystem76_acpi.c36 union acpi_object *ntmp; member
493 if (system76_name(data->ntmp, channel)) in thermal_is_visible()
564 *str = system76_name(data->ntmp, channel); in thermal_read_string()
723 err = system76_get_object(data, "NTMP", &data->ntmp); in system76_add()
740 kfree(data->ntmp); in system76_add()
756 kfree(data->ntmp); in system76_remove()
/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_capture.c887 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_delete_prealloc_nodes() local
894 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) in guc_capture_delete_prealloc_nodes()
897 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) in guc_capture_delete_prealloc_nodes()
946 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_get_prealloc_node() local
949 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) { in guc_capture_get_prealloc_node()
955 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_get_prealloc_node() local
958 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) { in guc_capture_get_prealloc_node()
1506 struct __guc_capture_parsed_output *n, *ntmp; in intel_guc_capture_get_matching_node() local
1524 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) { in intel_guc_capture_get_matching_node()