Lines Matching refs:force
44 bool force; member
52 int state, bool force, bool direct);
942 int state, bool force) in acpi_processor_set_throttling_fadt() argument
957 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_fadt()
1015 int state, bool force) in acpi_processor_set_throttling_ptc() argument
1029 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_ptc()
1051 arg->target_state, arg->force); in acpi_processor_throttling_fn()
1055 int state, bool force, bool direct) in __acpi_processor_set_throttling() argument
1103 arg.force = force; in __acpi_processor_set_throttling()
1136 arg.force = force; in __acpi_processor_set_throttling()
1157 bool force) in acpi_processor_set_throttling() argument
1159 return __acpi_processor_set_throttling(pr, state, force, false); in acpi_processor_set_throttling()