Searched refs:ioctl (Results 26 – 44 of 44) sorted by relevance
12
/Zephyr-latest/drivers/disk/ |
D | flashdisk.c | 469 .ioctl = disk_flash_access_ioctl,
|
D | sdmmc_stm32.c | 536 .ioctl = stm32_sdmmc_access_ioctl,
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 538 return vtable->ioctl(core_obj, request, args); in websocket_ioctl_vmeth() 1271 .ioctl = websocket_ioctl_vmeth,
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_socket_offload.c | 648 .ioctl = eswifi_socket_ioctl,
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 1050 With the exception of ``ioctl()``, functions in the ``_XOPEN_STREAMS`` option group are not 1065 ioctl(), yes
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socketpair.c | 1191 .ioctl = spair_ioctl,
|
D | sockets_tls.c | 3712 ret = vtable->ioctl(fd_obj, request, args); in tls_sock_ioctl_vmeth() 3865 .ioctl = tls_sock_ioctl_vmeth,
|
D | sockets_inet.c | 3018 .ioctl = sock_ioctl_vmeth,
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 183 ``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/ |
D | simplelink_sockets.c | 1225 .ioctl = simplelink_ioctl,
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.c | 1096 .ioctl = offload_ioctl,
|
D | ublox-sara-r4.c | 1927 .ioctl = offload_ioctl,
|
D | simcom-sim7080.c | 625 .ioctl = offload_ioctl,
|
/Zephyr-latest/drivers/net/ |
D | nsos_adapt.c | 1105 ret = ioctl(fd, FIONREAD, avail); in nsos_adapt_fionread()
|
D | nsos_sockets.c | 1378 .ioctl = nsos_ioctl,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 914 * Added support for ``FIONREAD`` and ``FIONBIO`` :c:func:`ioctl` commands. 2149 :c:macro:`FIONREAD` request to :c:func:`ioctl`
|
D | release-notes-2.4.rst | 1782 * :github:`19739` - stty: standard input: Inappropriate ioctl for device
|
D | release-notes-2.7.rst | 725 * Fixed :c:func:`ioctl` implementation for WebSocket, which did not work
|
D | release-notes-3.2.rst | 1511 * Added support for handling the :c:macro:`DISK_IOCTL_CTRL_SYNC` ioctl call.
|
12