Searched refs:iso7816_config (Results 1 – 4 of 4) sorted by relevance
30 implement the iso7816_config callback in the uart_port structure. The31 serial_core calls iso7816_config to do the device specific part in response32 to TIOCGISO7816 and TIOCSISO7816 ioctls (see below). The iso7816_config
460 int (*iso7816_config)(struct uart_port *, member
1515 if (!port->iso7816_config) in uart_get_iso7816_config()1535 if (!port->iso7816_config) in uart_set_iso7816_config()1550 ret = port->iso7816_config(port, &iso7816); in uart_set_iso7816_config()
2552 port->iso7816_config = atmel_config_iso7816; in atmel_init_port()