Searched refs:wcap (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/dev/acpica/
H A Dacpiio.h60 uint32_t wcap; /* WARN capacity */ member in struct:acpi_bif
H A Dacpi_cmbat.c356 if (acpi_PkgInt32(res, 5, &sc->bif.wcap) != 0)
397 bifp->wcap = sc->bif.wcap;
H A Dacpi_smbat.c461 sc->bif.wcap = sc->bif.dcap / 10;
/freebsd-10.1-release/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c117 printf("Capacity (warn):\t%d %sh\n", battio.bif.wcap, pwr_units);
/freebsd-10.1-release/sys/dev/sound/pci/hda/
H A Dhdaa.c1469 uint32_t wcap, cap; local
1473 w->param.widget_cap = wcap = hda_command(dev,
1475 w->type = HDA_PARAM_AUDIO_WIDGET_CAP_TYPE(wcap);
1479 if (HDA_PARAM_AUDIO_WIDGET_CAP_OUT_AMP(wcap)) {
1480 if (HDA_PARAM_AUDIO_WIDGET_CAP_AMP_OVR(wcap))
1491 if (HDA_PARAM_AUDIO_WIDGET_CAP_IN_AMP(wcap)) {
1492 if (HDA_PARAM_AUDIO_WIDGET_CAP_AMP_OVR(wcap))
1505 if (HDA_PARAM_AUDIO_WIDGET_CAP_FORMAT_OVR(wcap)) {

Completed in 121 milliseconds