HomeSort by: relevance | last modified time | path
    Searched defs:acstatus (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
tps65217pmic.c 442 bool usbstatus, acstatus; local in function:tps65217pmic_power_monitor_task
457 acstatus = status & TPS65217PMIC_STATUS_ACPWR;
470 if (acstatus != sc->sc_acstatus) {
471 sc->sc_acstatus = acstatus;
473 if (acstatus) {
tps65217pmic.c 442 bool usbstatus, acstatus; local in function:tps65217pmic_power_monitor_task
457 acstatus = status & TPS65217PMIC_STATUS_ACPWR;
470 if (acstatus != sc->sc_acstatus) {
471 sc->sc_acstatus = acstatus;
473 if (acstatus) {

Completed in 26 milliseconds