Lines Matching defs:d_min_p
652 * @d_min_p: Location to store the highest power state available to the device.
658 * those stats in the memory locations pointed to by @d_max_p and @d_min_p,
666 * @d_max_p and @d_min_p are only modified on success.
669 u32 target_state, int *d_min_p, int *d_max_p)
769 if (d_min_p)
770 *d_min_p = d_min;
781 * @d_min_p: Location to store the upper limit of the allowed states range.
789 int acpi_pm_device_sleep_state(struct device *dev, int *d_min_p, int d_max_in)
826 if (d_min_p)
827 *d_min_p = d_min;