Home | Sort by: relevance | last modified time | path |
/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) { |