Lines Matching refs:force
41 bool force; member
49 int state, bool force, bool direct);
941 int state, bool force) in acpi_processor_set_throttling_fadt() argument
956 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_fadt()
1014 int state, bool force) in acpi_processor_set_throttling_ptc() argument
1028 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_ptc()
1050 arg->target_state, arg->force); in acpi_processor_throttling_fn()
1054 int state, bool force, bool direct) in __acpi_processor_set_throttling() argument
1102 arg.force = force; in __acpi_processor_set_throttling()
1135 arg.force = force; in __acpi_processor_set_throttling()
1156 bool force) in acpi_processor_set_throttling() argument
1158 return __acpi_processor_set_throttling(pr, state, force, false); in acpi_processor_set_throttling()