Home
last modified time | relevance | path

Searched refs:art (Results 1 – 4 of 4) sorted by relevance

/drivers/thermal/intel/int340x_thermal/
A Dacpi_thermal_rel.c141 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **artp, in acpi_parse_art()
148 struct art *arts; in acpi_parse_art()
168 arts = kcalloc(*art_count, sizeof(struct art), GFP_KERNEL); in acpi_parse_art()
175 struct art *art = &arts[i - nr_bad_entries]; in acpi_parse_art() local
177 element.length = sizeof(struct art); in acpi_parse_art()
178 element.pointer = art; in acpi_parse_art()
190 if (!acpi_fetch_acpi_dev(art->source)) in acpi_parse_art()
193 if (!acpi_fetch_acpi_dev(art->target)) in acpi_parse_art()
371 struct art *arts = NULL; in fill_art()
496 struct art *arts = NULL; in acpi_thermal_rel_ioctl()
A Dacpi_thermal_rel.h27 struct art { struct
140 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
A Dint3400_thermal.c54 struct art *arts;
/drivers/pps/generators/
A Dpps_gen_tio.c120 u64 art; in pps_generate_next_pulse() local
122 if (!ktime_real_to_base_clock(expires, CSID_X86_ART, &art)) { in pps_generate_next_pulse()
127 pps_compv_write(art - ART_HW_DELAY_CYCLES, tio); in pps_generate_next_pulse()

Completed in 13 milliseconds