Lines Matching full:sio
3 * USB FTDI SIO driver
16 * See http://ftdi-usb-sio.sourceforge.net for up to date testing info
53 /* type of device, either SIO or FT8U232AM */
126 * The 8U232AM has the same API as the sio except for:
1056 [SIO] = "SIO", /* the serial part of FT8U100AX */
1302 case SIO: /* SIO chip */ in get_ftdi_divisor()
1417 if (priv->chip_type == SIO || priv->chip_type == FT8U232AM) in write_latency_timer()
1470 if (priv->chip_type == SIO || priv->chip_type == FT8U232AM) in read_latency_timer()
1555 /* Assume it is not the original SIO device for now. */ in ftdi_determine_type()
1596 /* Old device. Assume it's the original SIO. */ in ftdi_determine_type()
1597 priv->chip_type = SIO; in ftdi_determine_type()
1743 /* XXX I've no idea if the original SIO supports the event_char in create_sysfs_attrs()
1745 if (priv->chip_type != SIO) { in create_sysfs_attrs()
1768 if (priv->chip_type != SIO) { in remove_sysfs_attrs()
2447 /* The SIO requires the first byte to have:
2463 if (priv->chip_type == SIO) { in ftdi_prepare_write_buffer()
2839 * The 8U232AM returns a two byte value (the SIO a 1 byte value) in in ftdi_get_modem_status()
2843 case SIO: in ftdi_get_modem_status()