Searched refs:trt (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/thermal/int340x_thermal/ |
H A D | acpi_thermal_rel.c | 70 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, acpi_parse_trt() 77 struct trt *trts; acpi_parse_trt() 99 trts = kzalloc(*trt_count * sizeof(struct trt), GFP_KERNEL); acpi_parse_trt() 106 struct trt *trt = &trts[i - nr_bad_entries]; acpi_parse_trt() local 108 element.length = sizeof(struct trt); acpi_parse_trt() 109 element.pointer = trt; acpi_parse_trt() 121 result = acpi_bus_get_device(trt->source, &adev); acpi_parse_trt() 125 result = acpi_bus_get_device(trt->target, &adev); acpi_parse_trt() 280 struct trt *trts = NULL; fill_trt() 292 /* now fill in user trt data */ fill_trt() 294 /* userspace trt needs device name instead of acpi reference */ fill_trt() 316 struct trt *trts = NULL; acpi_thermal_rel_ioctl()
|
H A D | acpi_thermal_rel.h | 32 struct trt { struct 80 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
H A D | int3400_thermal.c | 39 struct trt *trts;
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | dis.c | 697 { "trt", 0xdd, INSTR_SS_L0RDRD },
|
Completed in 92 milliseconds