OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_inputstatus
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/i2c/
axp20x.c
194
uint8_t
sc_inputstatus
;
member in struct:axp20x_softc
247
&sc->
sc_inputstatus
, 1);
280
if (sc->
sc_inputstatus
& AXP_INPUT_STATUS_AC_OK) {
283
} else if (sc->
sc_inputstatus
& AXP_INPUT_STATUS_AC_PRESENT) {
287
if (sc->
sc_inputstatus
& AXP_INPUT_STATUS_VBUS_OK) {
290
} else if (sc->
sc_inputstatus
& AXP_INPUT_STATUS_VBUS_PRESENT) {
307
(sc->
sc_inputstatus
& AXP_INPUT_STATUS_AC_OK) ? 1 : 0;
327
(sc->
sc_inputstatus
& AXP_INPUT_STATUS_VBUS_OK) ? 1 : 0;
464
&sc->
sc_inputstatus
, 1);
471
(sc->
sc_inputstatus
& AXP_INPUT_STATUS_AC_OK) ? 1 : 0
[
all
...]
Completed in 11 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025