Home
last modified time | relevance | path

Searched refs:pin_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/serial/
Doti6858.c103 u8 pin_state; member
532 buf->pin_state = 0x5b; /* RTS, CTS, DSR, DTR, RI, DCD */ in oti6858_open()
618 unsigned pin_state; in oti6858_tiocmget() local
622 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 …]
/linux-4.4.14/drivers/media/platform/blackfin/
Dppi.c210 static const char * const pin_state[] = {"8bit", "16bit", "24bit"}; in ppi_set_params() local
218 pin_state[(params->dlen + 7) / 8 - 1]); in ppi_set_params()
/linux-4.4.14/sound/pci/hda/
Dhda_generic.c3988 int pin_state, int stream_state) in set_path_power() argument
4002 if (pin_state >= 0) in set_path_power()
4003 path->pin_enabled = pin_state; in set_path_power()