Lines Matching full:profile
2 Platform Profile Selection (e.g. /sys/firmware/acpi/platform_profile)
16 API for selecting the platform profile of these automatic mechanisms.
18 Note that this API is only for selecting the platform profile, it is
23 Specifically when selecting a high performance profile the actual achieved
31 profile will adjust (power consumption, heat generation, etc) this API
34 a fixed set of profile names. Drivers *must* map their internal profile
37 If there is no good match when mapping then a new profile name may be
38 added. Drivers which wish to introduce new profile names must:
40 1. Explain why the existing profile names cannot be used.
41 2. Add the new profile name, along with a clear description of the
44 "Custom" profile support
47 profile. This is intended to be set by drivers when the setttings in the
48 driver have been modified in a way that a standard profile doesn't represent
53 When multiple drivers on a system advertise a platform profile handler, the
54 platform profile handler core will only advertise the profiles that are
57 This is to ensure there is no ambiguity on what the profile names mean when
58 all handlers don't support a profile.
63 To discover which driver is associated with a platform profile handler the
69 If a user wants to select a profile for a specific driver, they can do so
70 by writing to the ``profile`` attribute of the driver's class device.
73 same system. If the selected profile by individual drivers differs the
74 platform profile handler core will display the profile 'custom' to indicate
78 common profile from ``platform_profile_choices`` to the platform_profile
79 attribute of the platform profile handler core will set the profile for all