Searched refs:trt (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | acpi_thermal_rel.c | 67 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt() 74 struct trt *trts; in acpi_parse_trt() 92 trts = kzalloc_objs(struct trt, *trt_count); in acpi_parse_trt() 99 struct trt *trt = &trts[i - nr_bad_entries]; in acpi_parse_trt() local 101 element.length = sizeof(struct trt); in acpi_parse_trt() 102 element.pointer = trt; in acpi_parse_trt() 114 if (!acpi_fetch_acpi_dev(trt->source)) in acpi_parse_trt() 117 if (!acpi_fetch_acpi_dev(trt->target)) in acpi_parse_trt() 405 struct trt *trts = NULL; in fill_trt() 492 struct trt *trts = NULL; in acpi_thermal_rel_ioctl()
|
| H A D | acpi_thermal_rel.h | 45 struct trt { struct 142 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
| /linux/rust/zerocopy-derive/ |
| H A D | util.rs | 279 let (trt, mcro) = match self { in validator_trait_and_macro_idents() 286 let trt = Ident::new(trt, Span::call_site()); in validator_trait_and_macro_idents() localVariable 288 (trt, mcro) in validator_trait_and_macro_idents() 427 TraitBound::Other(trt) => trt.clone(), in normalize_bounds() 434 trt: Trait, field 447 trt: Trait, in new() 453 trt, in new() 549 let trait_path = self.trt.crate_path(self.ctx); in build() 563 bound_tt(ty, normalize_bounds(&self.trt, traits), self.ctx) in build() 568 vec![bound_tt(last.2, normalize_bounds(&self.trt, traits), self.ctx)] in build() [all …]
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 732 dd trt SS_L0RDRD
|