Home
last modified time | relevance | path

Searched refs:ioctl (Results 26 – 44 of 44) sorted by relevance

12

/Zephyr-latest/drivers/disk/
Dflashdisk.c469 .ioctl = disk_flash_access_ioctl,
Dsdmmc_stm32.c536 .ioctl = stm32_sdmmc_access_ioctl,
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c538 return vtable->ioctl(core_obj, request, args); in websocket_ioctl_vmeth()
1271 .ioctl = websocket_ioctl_vmeth,
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket_offload.c648 .ioctl = eswifi_socket_ioctl,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1050 With the exception of ``ioctl()``, functions in the ``_XOPEN_STREAMS`` option group are not
1065 ioctl(), yes
/Zephyr-latest/subsys/net/lib/sockets/
Dsocketpair.c1191 .ioctl = spair_ioctl,
Dsockets_tls.c3712 ret = vtable->ioctl(fd_obj, request, args); in tls_sock_ioctl_vmeth()
3865 .ioctl = tls_sock_ioctl_vmeth,
Dsockets_inet.c3018 .ioctl = sock_ioctl_vmeth,
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst183 ``ioctl()`` (preferably via ``tcsetattr()``) to disable echo if it is not desired.
184 Unfortunately, there is an inherent race between the ``open()`` and ``ioctl()``
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c1225 .ioctl = simplelink_ioctl,
/Zephyr-latest/drivers/modem/
Dquectel-bg9x.c1096 .ioctl = offload_ioctl,
Dublox-sara-r4.c1927 .ioctl = offload_ioctl,
Dsimcom-sim7080.c625 .ioctl = offload_ioctl,
/Zephyr-latest/drivers/net/
Dnsos_adapt.c1105 ret = ioctl(fd, FIONREAD, avail); in nsos_adapt_fionread()
Dnsos_sockets.c1378 .ioctl = nsos_ioctl,
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst914 * Added support for ``FIONREAD`` and ``FIONBIO`` :c:func:`ioctl` commands.
2149 :c:macro:`FIONREAD` request to :c:func:`ioctl`
Drelease-notes-2.4.rst1782 * :github:`19739` - stty: standard input: Inappropriate ioctl for device
Drelease-notes-2.7.rst725 * Fixed :c:func:`ioctl` implementation for WebSocket, which did not work
Drelease-notes-3.2.rst1511 * Added support for handling the :c:macro:`DISK_IOCTL_CTRL_SYNC` ioctl call.

12