Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dsystem76_acpi.c42 union acpi_object *ntmp; member
510 if (system76_name(data->ntmp, channel)) in thermal_is_visible()
581 *str = system76_name(data->ntmp, channel); in thermal_read_string()
767 err = system76_get_object(data, "NTMP", &data->ntmp); in system76_add()
784 kfree(data->ntmp); in system76_add()
800 kfree(data->ntmp); in system76_remove()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c898 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_delete_prealloc_nodes() local
905 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) in guc_capture_delete_prealloc_nodes()
908 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) in guc_capture_delete_prealloc_nodes()
957 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_get_prealloc_node() local
960 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) { in guc_capture_get_prealloc_node()
966 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_get_prealloc_node() local
969 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) { in guc_capture_get_prealloc_node()
1566 struct __guc_capture_parsed_output *n, *ntmp; in intel_guc_capture_get_matching_node() local
1583 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) { in intel_guc_capture_get_matching_node()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Devent.c172 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()