Searched refs:art (Results 1 – 4 of 4) sorted by relevance
| /drivers/thermal/intel/int340x_thermal/ |
| A D | acpi_thermal_rel.c | 141 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 D | acpi_thermal_rel.h | 27 struct art { struct 140 int acpi_parse_art(acpi_handle handle, int *art_count, struct art **arts,
|
| A D | int3400_thermal.c | 54 struct art *arts;
|
| /drivers/pps/generators/ |
| A D | pps_gen_tio.c | 120 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