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

/linux-4.1.27/drivers/usb/serial/
H A Doti6858.c103 u8 pin_state; member in struct:oti6858_control_pkt
532 buf->pin_state = 0x5b; /* RTS, CTS, DSR, DTR, RI, DCD */ oti6858_open()
618 unsigned pin_state; oti6858_tiocmget() local
622 pin_state = priv->status.pin_state & PIN_MASK; oti6858_tiocmget()
626 if ((pin_state & PIN_RTS) != 0) oti6858_tiocmget()
628 if ((pin_state & PIN_CTS) != 0) oti6858_tiocmget()
630 if ((pin_state & PIN_DSR) != 0) oti6858_tiocmget()
632 if ((pin_state & PIN_DTR) != 0) oti6858_tiocmget()
634 if ((pin_state & PIN_RI) != 0) oti6858_tiocmget()
636 if ((pin_state & PIN_DCD) != 0) oti6858_tiocmget()
701 u8 delta = xs->pin_state ^ priv->status.pin_state; oti6858_read_int_callback()
/linux-4.1.27/drivers/media/platform/blackfin/
H A Dppi.c210 static const char * const pin_state[] = {"8bit", "16bit", "24bit"}; ppi_set_params() local
218 pin_state[(params->dlen + 7) / 8 - 1]); ppi_set_params()
/linux-4.1.27/sound/pci/hda/
H A Dhda_generic.c3986 int pin_state, int stream_state) set_path_power()
4000 if (pin_state >= 0) set_path_power()
4001 path->pin_enabled = pin_state; set_path_power()
3985 set_path_power(struct hda_codec *codec, hda_nid_t nid, int pin_state, int stream_state) set_path_power() argument

Completed in 157 milliseconds