Searched refs:cstate (Results 1 – 1 of 1) sorted by relevance
574 const struct acpi_cstate *cstate) in acpigen_write_cst_package_entry() argument577 acpigen_write_register_resource(ctx, &cstate->resource); in acpigen_write_cst_package_entry()578 acpigen_write_dword(ctx, cstate->ctype); in acpigen_write_cst_package_entry()579 acpigen_write_dword(ctx, cstate->latency); in acpigen_write_cst_package_entry()580 acpigen_write_dword(ctx, cstate->power); in acpigen_write_cst_package_entry()585 const struct acpi_cstate *cstate, int nentries) in acpigen_write_cst_package() argument594 acpigen_write_cst_package_entry(ctx, cstate + i); in acpigen_write_cst_package()
Completed in 4 milliseconds