Searched refs:linestate (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/
H A Dunifdef.c198 static Line_state linestate; /* #if line parser state */ variable
636 * parser state between calls in the global variable linestate, with
660 if (linestate == LS_START) {
662 linestate = LS_HASH;
666 linestate = LS_DIRTY;
668 if (!incomment && linestate == LS_HASH) {
701 linestate = LS_DIRTY;
706 linestate = LS_DIRTY;
716 linestate = LS_DIRTY;
721 if (linestate
[all...]
/linux-master/drivers/usb/dwc2/
H A Dcore_intr.c750 int linestate; local
756 linestate = (gpwrdn & GPWRDN_LINESTATE_MASK) >> GPWRDN_LINESTATE_SHIFT;
762 (gpwrdn & GPWRDN_DISCONN_DET_MSK) && !linestate) {
770 (gpwrdn & GPWRDN_LNSTSCHG_MSK) && linestate) {
790 if (!linestate) {

Completed in 125 milliseconds