Lines Matching defs:d_min_p
570 * @d_min_p: Location to store the highest power state available to the device.
576 * those stats in the memory locations pointed to by @d_max_p and @d_min_p,
584 * @d_max_p and @d_min_p are only modified on success.
587 u32 target_state, int *d_min_p, int *d_max_p)
672 if (d_min_p)
673 *d_min_p = d_min;
684 * @d_min_p: Location to store the upper limit of the allowed states range.
692 int acpi_pm_device_sleep_state(struct device *dev, int *d_min_p, int d_max_in)
729 if (d_min_p)
730 *d_min_p = d_min;