Searched refs:ACPI_PKG_VALID (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/xen/cpu/ |
H A D | xen_acpi_cpu.c | 276 if (!ACPI_PKG_VALID(top, 2) || acpi_PkgInt32(top, 0, &count) != 0) { in acpi_fetch_cx() 299 if (!ACPI_PKG_VALID(pkg, 4) || in acpi_fetch_cx() 351 if (!ACPI_PKG_VALID(pkg, 1)) { in acpi_fetch_px() 370 if (!ACPI_PKG_VALID(res, 6)) { in acpi_fetch_px() 400 if (!ACPI_PKG_VALID(pkg, 2)) { in acpi_fetch_px() 429 if (!ACPI_PKG_VALID(pkg, 1)) { in acpi_fetch_px() 435 if (!ACPI_PKG_VALID(res, 5)) { in acpi_fetch_px()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_perf.c | 192 if (ACPI_PKG_VALID(pkg, 2)) { in acpi_perf_probe() 260 if (!ACPI_PKG_VALID(pkg, 1)) { in acpi_perf_evaluate() 277 if (!ACPI_PKG_VALID(res, 6)) { in acpi_perf_evaluate() 324 if (!ACPI_PKG_VALID(pkg, 2)) { in acpi_perf_evaluate()
|
H A D | acpi_cmbat.c | 276 if (!ACPI_PKG_VALID(res, 4)) { in acpi_cmbat_get_bst() 412 } else if (ACPI_PKG_VALID(res, 22)) { in acpi_cmbat_get_bix()
|
H A D | acpi_video.c | 1060 if (!ACPI_PKG_VALID(res, 1)) { in vid_enum_outputs() 1103 if (!ACPI_PKG_VALID(res, 2)) { in vo_get_brightness_levels()
|
H A D | acpi_cpu.c | 814 if (!ACPI_PKG_VALID(top, 2) || acpi_PkgInt32(top, 0, &count) != 0) { in acpi_cpu_cx_cst() 845 if (!ACPI_PKG_VALID(pkg, 4) || in acpi_cpu_cx_cst()
|
H A D | acpi_powerres.c | 395 if (!ACPI_PKG_VALID(reslist_object, 1)) { in acpi_pwr_switch_consumer()
|
H A D | acpivar.h | 555 #define ACPI_PKG_VALID(pkg, size) \ macro
|
H A D | acpi.c | 3776 if (!ACPI_PKG_VALID(res, 2)) in acpi_parse_prw() 3818 if (!ACPI_PKG_VALID(res2, 2)) in acpi_parse_prw()
|
/freebsd/sys/dev/fdc/ |
H A D | fdc_acpi.c | 236 if (!ACPI_PKG_VALID(pkg, 16)) { in fdc_acpi_probe_child()
|
/freebsd/sys/dev/acpi_support/ |
H A D | acpi_toshiba.c | 433 if (!ACPI_PKG_VALID(res, HCI_WORDS)) { in hci_call()
|