Searched refs:TIOCGISO7816 (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 */
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | ioctls.h | 82 #define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816) macro
|
/Linux-v5.10/tools/include/uapi/asm-generic/ |
D | ioctls.h | 82 #define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816) macro
|
/Linux-v5.10/arch/mips/include/uapi/asm/ |
D | ioctls.h | 96 #define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816) macro
|
/Linux-v5.10/arch/parisc/include/uapi/asm/ |
D | ioctls.h | 65 #define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816) macro
|
/Linux-v5.10/arch/xtensa/include/uapi/asm/ |
D | ioctls.h | 110 #define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816) macro
|
/Linux-v5.10/arch/sh/include/uapi/asm/ |
D | ioctls.h | 98 #define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816) macro
|
/Linux-v5.10/arch/powerpc/include/uapi/asm/ |
D | ioctls.h | 105 #define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816) macro
|
/Linux-v5.10/arch/alpha/include/uapi/asm/ |
D | ioctls.h | 110 #define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816) macro
|
/Linux-v5.10/arch/sparc/include/uapi/asm/ |
D | ioctls.h | 30 #define TIOCGISO7816 _IOR('T', 0x43, struct serial_iso7816) macro
|
/Linux-v5.10/drivers/tty/serial/ |
D | serial_core.c | 1452 case TIOCGISO7816: in uart_ioctl()
|