Lines Matching full:constraint
64 /* Device constraint entry structure */
71 /* Constraint package structure */
83 /* AMD Constraint package structure */
216 struct lpi_constraints *constraint; in lpi_device_get_constraints() local
246 constraint = &lpi_constraints_table[lpi_constraints_table_size]; in lpi_device_get_constraints()
248 status = acpi_get_handle(NULL, info.name, &constraint->handle); in lpi_device_get_constraints()
255 constraint->min_dstate = -1; in lpi_device_get_constraints()
282 constraint->min_dstate = dev_info.min_dstate; in lpi_device_get_constraints()
287 if (constraint->min_dstate < 0) { in lpi_device_get_constraints()
289 "Incomplete constraint defined\n"); in lpi_device_get_constraints()
303 * acpi_get_lps0_constraint - Get the LPS0 constraint for a device.
304 * @adev: Device to get the constraint for.
306 * The LPS0 constraint is the shallowest (minimum) power state in which the
311 * - ACPI power state value of the constraint for @adev on success.
349 "LPI: Constraint not met; min power state:%s current power state:%s\n", in lpi_check_constraints()