Symbol: art
arch/x86/include/asm/cpuid/leaf_types.h
1224
art : 1, // Always running timer (ART)
drivers/pps/generators/pps_gen_tio.c
119
u64 art;
drivers/pps/generators/pps_gen_tio.c
121
if (!ktime_real_to_base_clock(expires, CSID_X86_ART, &art)) {
drivers/pps/generators/pps_gen_tio.c
126
pps_compv_write(art - ART_HW_DELAY_CYCLES, tio);
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
141
int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp,
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
148
struct art *arts;
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
168
arts = kzalloc_objs(struct art, *art_count);
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
175
struct art *art = &arts[i - nr_bad_entries];
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
177
element.length = sizeof(struct art);
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
178
element.pointer = art;
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
190
if (!acpi_fetch_acpi_dev(art->source))
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
193
if (!acpi_fetch_acpi_dev(art->target))
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
368
struct art *arts = NULL;
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c
493
struct art *arts = NULL;
drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.h
140
int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
drivers/thermal/intel/int340x_thermal/int3400_thermal.c
56
struct art *arts;