Searched refs:ntmp (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/platform/x86/ |
A D | system76_acpi.c | 36 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-6.3-rc2/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_capture.c | 969 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_delete_prealloc_nodes() local 976 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) in guc_capture_delete_prealloc_nodes() 979 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) in guc_capture_delete_prealloc_nodes() 1028 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_get_prealloc_node() local 1031 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) { in guc_capture_get_prealloc_node() 1037 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_get_prealloc_node() local 1040 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) { in guc_capture_get_prealloc_node() 1588 struct __guc_capture_parsed_output *n, *ntmp; in intel_guc_capture_get_matching_node() local 1606 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) { in intel_guc_capture_get_matching_node()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/core/ |
A D | event.c | 172 struct nvkm_event_ntfy *ntfy, *ntmp; in nvkm_event_ntfy() local 181 list_for_each_entry_safe(ntfy, ntmp, &event->ntfy, head) { in nvkm_event_ntfy()
|
Completed in 8 milliseconds