Searched refs:pin_state (Results 1 – 3 of 3) sorted by relevance
103 u8 pin_state; member532 buf->pin_state = 0x5b; /* RTS, CTS, DSR, DTR, RI, DCD */ in oti6858_open()618 unsigned pin_state; in oti6858_tiocmget() local622 pin_state = priv->status.pin_state & PIN_MASK; in oti6858_tiocmget()626 if ((pin_state & PIN_RTS) != 0) in oti6858_tiocmget()628 if ((pin_state & PIN_CTS) != 0) in oti6858_tiocmget()630 if ((pin_state & PIN_DSR) != 0) in oti6858_tiocmget()632 if ((pin_state & PIN_DTR) != 0) in oti6858_tiocmget()634 if ((pin_state & PIN_RI) != 0) in oti6858_tiocmget()636 if ((pin_state & PIN_DCD) != 0) in oti6858_tiocmget()[all …]
210 static const char * const pin_state[] = {"8bit", "16bit", "24bit"}; in ppi_set_params() local218 pin_state[(params->dlen + 7) / 8 - 1]); in ppi_set_params()
3988 int pin_state, int stream_state) in set_path_power() argument4002 if (pin_state >= 0) in set_path_power()4003 path->pin_enabled = pin_state; in set_path_power()