Lines Matching full:template
23 * struct tt_thermal_zone - Testing thermal zone template
25 * Represents a template of a thermal zone that can be used for registering
29 * @trips: List of trip point templates for this thermal zone template.
30 * @d_tt_zone: Directory in debugfs representing this template.
31 * @tz: Test thermal zone based on this template, if present.
32 * @lock: Mutex for synchronizing changes of this template.
34 * @id: The ID of this template for the debugfs interface.
57 * struct tt_trip - Testing trip point template
59 * Represents a template of a trip point to be used for populating a trip point
60 * during the registration of a thermal zone based on a given zone template.
62 * @list_node: Node in the list of all trip templates in the zone template.
64 * @id: The ID of this trip template for the debugfs interface.