Lines Matching defs:d_max_in
782 * @d_max_in: Deepest low-power state to take into consideration.
784 * if there's no 'struct acpi_device' for @dev, -EINVAL if @d_max_in is
789 int acpi_pm_device_sleep_state(struct device *dev, int *d_min_p, int d_max_in)
794 if (d_max_in < ACPI_STATE_D0 || d_max_in > ACPI_STATE_D3_COLD)
797 if (d_max_in > ACPI_STATE_D2) {
802 d_max_in = ACPI_STATE_D2;
816 if (d_max_in < d_min)
819 if (d_max > d_max_in) {
820 for (d_max = d_max_in; d_max > d_min; d_max--) {