Lines Matching full:sio
3 * USB FTDI SIO driver
16 * See http://ftdi-usb-sio.sourceforge.net for up to date testing info
51 SIO, enumerator
141 * The 8U232AM has the same API as the sio except for:
1086 [SIO] = "SIO", /* the serial part of FT8U100AX */
1277 case SIO: in get_ftdi_divisor()
1384 if (priv->chip_type == SIO || priv->chip_type == FT232A) in write_latency_timer()
1425 if (priv->chip_type == SIO || priv->chip_type == FT232A) in read_latency_timer()
1579 priv->chip_type = SIO; in ftdi_determine_type()
1714 if (type == SIO) in ftdi_is_visible()
1719 if (type == SIO || type == FT232A) in ftdi_is_visible()
2391 /* The SIO requires the first byte to have:
2407 if (priv->chip_type == SIO) { in ftdi_prepare_write_buffer()
2784 * The device returns a two byte value (the SIO a 1 byte value) in the in ftdi_get_modem_status()
2787 if (priv->chip_type == SIO) in ftdi_get_modem_status()