Searched refs:TIOCSISO7816 (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/Documentation/driver-api/serial/ |
D | serial-iso7816.rst | 32 to TIOCGISO7816 and TIOCSISO7816 ioctls (see below). The iso7816_config 43 /* Include definition for ISO7816 ioctls: TIOCSISO7816 and TIOCGISO7816 */ 76 if (ioctl(fd_usart, TIOCSISO7816, &iso7816conf) < 0) {
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | ioctls.h | 83 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/Linux-v5.10/tools/include/uapi/asm-generic/ |
D | ioctls.h | 83 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/Linux-v5.10/arch/mips/include/uapi/asm/ |
D | ioctls.h | 97 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/Linux-v5.10/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 66 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/Linux-v5.10/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 111 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/Linux-v5.10/arch/sh/include/uapi/asm/ |
D | ioctls.h | 99 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/Linux-v5.10/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 106 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/Linux-v5.10/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 111 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/Linux-v5.10/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 31 #define TIOCSISO7816 _IOWR('T', 0x44, struct serial_iso7816) macro
|
/Linux-v5.10/drivers/tty/serial/ |
D | serial_core.c | 1448 case TIOCSISO7816: in uart_ioctl()
|