Lines Matching refs:force
58 bool force; member
66 int state, bool force, bool direct);
975 int state, bool force) in acpi_processor_set_throttling_fadt() argument
990 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_fadt()
1048 int state, bool force) in acpi_processor_set_throttling_ptc() argument
1062 if (!force && (state == pr->throttling.state)) in acpi_processor_set_throttling_ptc()
1084 arg->target_state, arg->force); in acpi_processor_throttling_fn()
1088 int state, bool force, bool direct) in __acpi_processor_set_throttling() argument
1136 arg.force = force; in __acpi_processor_set_throttling()
1170 arg.force = force; in __acpi_processor_set_throttling()
1191 bool force) in acpi_processor_set_throttling() argument
1193 return __acpi_processor_set_throttling(pr, state, force, false); in acpi_processor_set_throttling()