Searched refs:TIOCSISO7816 (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/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-6.1.9/tools/include/uapi/asm-generic/ |
D | ioctls.h | 83 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/linux-6.1.9/include/uapi/asm-generic/ |
D | ioctls.h | 83 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/linux-6.1.9/arch/mips/include/uapi/asm/ |
D | ioctls.h | 97 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/linux-6.1.9/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 66 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/linux-6.1.9/arch/sh/include/uapi/asm/ |
D | ioctls.h | 99 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/linux-6.1.9/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 106 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/linux-6.1.9/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 111 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/linux-6.1.9/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 111 #define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816) macro
|
/linux-6.1.9/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 31 #define TIOCSISO7816 _IOWR('T', 0x44, struct serial_iso7816) macro
|
/linux-6.1.9/drivers/tty/serial/ |
D | serial_core.c | 1584 case TIOCSISO7816: in uart_ioctl()
|