Home
last modified time | relevance | path

Searched refs:MP_STREAM_POLL (Results 1 – 22 of 22) sorted by relevance

/dports/lang/micropython/micropython-1.17/extmod/
H A Duos_dupterm.c70 ret = stream_p->ioctl(s, MP_STREAM_POLL, poll_flags, &errcode); in mp_uos_dupterm_poll()
76 ret = stream_p->ioctl(s, MP_STREAM_POLL, poll_flags, &errcode); in mp_uos_dupterm_poll()
H A Dmoduselect.c83 mp_int_t ret = poll_obj->ioctl(poll_obj->obj, MP_STREAM_POLL, poll_obj->flags, &errcode); in poll_map_poll()
H A Dmodlwip.c1445 if (request == MP_STREAM_POLL) { in lwip_socket_ioctl()
/dports/lang/micropython/micropython-1.17/py/
H A Dstream.h38 #define MP_STREAM_POLL (3) macro
/dports/lang/micropython/micropython-1.17/shared/runtime/
H A Dsys_stdio_mphal.c90 if (request == MP_STREAM_POLL) { in stdio_ioctl()
/dports/lang/micropython/micropython-1.17/ports/zephyr/
H A Dmachine_uart.c137 if (request == MP_STREAM_POLL) { in machine_uart_ioctl()
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dmphalport.c29 ret = stream_p->ioctl(pyb_stdio_uart, MP_STREAM_POLL, poll_flags, &errcode); in mp_hal_stdio_poll()
H A Dusb.c928 if (request == MP_STREAM_POLL) { in pyb_usb_vcp_ioctl()
1071 if (request == MP_STREAM_POLL) { in pyb_usb_hid_ioctl()
H A Dmodnwwiznet5k.c316 if (request == MP_STREAM_POLL) { in wiznet5k_socket_ioctl()
H A Dmodusocket.c373 if (request == MP_STREAM_POLL) { in socket_ioctl()
H A Dmachine_uart.c611 if (request == MP_STREAM_POLL) { in pyb_uart_ioctl()
H A Dmodnwcc3k.c363 if (request == MP_STREAM_POLL) { in cc3k_socket_ioctl()
H A Dmachine_i2s.c1075 if (request == MP_STREAM_POLL) { in machine_i2s_ioctl()
H A Dpyb_can.c930 if (request == MP_STREAM_POLL) { in can_ioctl()
/dports/lang/micropython/micropython-1.17/ports/esp8266/
H A Dmachine_uart.c300 if (request == MP_STREAM_POLL) { in pyb_uart_ioctl()
/dports/lang/micropython/micropython-1.17/ports/mimxrt/
H A Dmachine_uart.c429 if (request == MP_STREAM_POLL) { in machine_uart_ioctl()
/dports/lang/micropython/micropython-1.17/ports/rp2/
H A Dmachine_uart.c480 if (request == MP_STREAM_POLL) { in machine_uart_ioctl()
/dports/lang/micropython/micropython-1.17/ports/esp32/
H A Dmachine_uart.c475 if (request == MP_STREAM_POLL) { in machine_uart_ioctl()
H A Dmachine_i2s.c745 if (request == MP_STREAM_POLL) { in machine_i2s_ioctl()
H A Dmodsocket.c683 if (request == MP_STREAM_POLL) { in socket_stream_ioctl()
/dports/lang/micropython/micropython-1.17/ports/cc3200/mods/
H A Dpybuart.c629 if (request == MP_STREAM_POLL) { in pyb_uart_ioctl()
H A Dmodusocket.c294 if (request == MP_STREAM_POLL) { in wlan_socket_ioctl()