Searched refs:tcflush (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.5.0/components/vfs/ |
D | vfs_console.c | 151 return get_vfs_for_index(primary_vfs_index)->vfs.tcflush(vfs_console.fd_primary, select); in console_tcflush() 175 .tcflush = &console_tcflush,
|
D | vfs_usb_serial_jtag.c | 370 .tcflush = &usb_serial_jtag_tcflush,
|
D | vfs.c | 1149 int tcflush(int fd, int select) in tcflush() function 1159 CHECK_AND_CALL(ret, r, vfs, tcflush, local_fd, select); in tcflush()
|
D | vfs_uart.c | 984 .tcflush = &uart_tcflush,
|
/hal_espressif-3.5.0/components/newlib/platform_include/sys/ |
D | termios.h | 252 int tcflush(int fd, int select);
|
/hal_espressif-3.5.0/components/vfs/include/ |
D | esp_vfs.h | 218 …int (*tcflush)(int fd, int select); /*!< t… member
|
/hal_espressif-3.5.0/tools/test_idf_size/ |
D | app_esp32s2.map | 1304 .literal.tcflush 1365 .text.tcflush 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) 15630 tcflush esp-idf/vfs/libvfs.a(vfs.c.obj)
|
D | app2.map | 1343 .literal.tcflush 1404 .text.tcflush 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) 17629 tcflush esp-idf/vfs/libvfs.a(vfs.c.obj)
|
D | app_esp32s3.map | 1106 .literal.tcflush 1178 .text.tcflush 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) 20375 tcflush esp-idf/vfs/libvfs.a(vfs.c.obj)
|
D | app_esp32c3.map | 862 .text.tcflush 0x0000000000000000 0x86 esp-idf/vfs/libvfs.a(vfs.c.obj) 16785 tcflush esp-idf/vfs/libvfs.a(vfs.c.obj)
|
D | app_esp32h2.map | 852 .text.tcflush 0x0000000000000000 0x86 esp-idf/vfs/libvfs.a(vfs.c.obj) 15024 tcflush esp-idf/vfs/libvfs.a(vfs.c.obj)
|
D | overflow.map | 1857 .literal.tcflush 1917 .text.tcflush 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) 76569 tcflush esp-idf/vfs/libvfs.a(vfs.c.obj)
|
D | overflow_esp32s2.map | 1808 .literal.tcflush 1868 .text.tcflush 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) 77726 tcflush esp-idf/vfs/libvfs.a(vfs.c.obj)
|
D | overflow_esp32s3.map | 2070 .literal.tcflush 2138 .text.tcflush 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) 94732 tcflush esp-idf/vfs/libvfs.a(vfs.c.obj)
|
D | overflow_esp32c3.map | 1911 .text.tcflush 0x0000000000000000 0x86 esp-idf/vfs/libvfs.a(vfs.c.obj) 74584 tcflush esp-idf/vfs/libvfs.a(vfs.c.obj)
|