Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserial.h175 #define SER_ISO7816_ENABLED (1 << 0) macro
/openbmc/linux/Documentation/driver-api/serial/
H A Dserial-iso7816.rst58 iso7816conf.flags |= SER_ISO7816_ENABLED;
/openbmc/linux/drivers/tty/serial/
H A Datmel_serial.c230 (port->iso7816.flags & SER_ISO7816_ENABLED); in atmel_uart_is_half_duplex()
371 if (iso7816conf->flags & SER_ISO7816_ENABLED) { in atmel_config_iso7816()
413 if (!(port->iso7816.flags & SER_ISO7816_ENABLED)) { in atmel_config_iso7816()
2227 } else if (port->iso7816.flags & SER_ISO7816_ENABLED) { in atmel_set_termios()
2343 if (!(port->iso7816.flags & SER_ISO7816_ENABLED)) in atmel_set_termios()