Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 77) sorted by relevance

1234

/Zephyr-Core-3.5.0/samples/sensor/grove_light/src/
Dmain.c24 int read; in main() local
/Zephyr-Core-3.5.0/tests/kernel/pipe/pipe/src/
Dtest_pipe.c176 size_t read; in pipe_get_single() local
254 size_t read; in pipe_get_multiple() local
349 size_t read; in pipe_get_forever_wait() local
480 size_t read; in pipe_get_timeout() local
532 size_t read; in pipe_get_on_empty_pipe() local
609 size_t read; in pipe_get_forever_timeout() local
645 size_t read; in pipe_put_get_timeout() local
887 size_t read; in ZTEST_USER() local
992 size_t written, read; in ZTEST() local
/Zephyr-Core-3.5.0/samples/sensor/grove_temperature/src/
Dmain.c24 int read; in main() local
/Zephyr-Core-3.5.0/tests/arch/common/semihost/src/
Dmain.c16 long read, fd; in ZTEST() local
/Zephyr-Core-3.5.0/samples/subsys/pm/device_pm/src/
Ddummy_driver.h21 dummy_api_read_t read; member
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt/
Dmqtt_transport.h59 transport_read_handler_t read; member
/Zephyr-Core-3.5.0/include/zephyr/retention/
Dretention.h44 retention_read_api read; member
/Zephyr-Core-3.5.0/tests/net/socket/socketpair/src/
Dfionread.c10 #define read(fd, buf, len) zsock_recv(fd, buf, len, 0) macro
/Zephyr-Core-3.5.0/drivers/usb/device/
Dusb_dc_native_posix_adapt.c191 int read; in handle_usbip_submit() local
212 int read; in handle_usbip_unlink() local
330 int read; in usbip_start() local
/Zephyr-Core-3.5.0/tests/subsys/zbus/integration/src/
Dmain.c295 struct action_msg read; in ZTEST() local
331 struct action_msg read = {.status = true}; in ZTEST() local
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/tests/resources/
Dfifo_mock.py42 def read(self): member in FifoFile
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Daudio_internal.h17 ssize_t (*read)(struct bt_conn *conn, const struct bt_gatt_attr *attr, member
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dfdtable.h24 ssize_t (*read)(void *obj, void *buf, size_t sz); member
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Deeprom.h43 eeprom_api_read read; member
Ddisk.h86 int (*read)(struct disk_info *disk, uint8_t *data_buf, member
Dsyscon.h63 syscon_api_read_reg read; member
Dretained_mem.h80 retained_mem_read_api read; member
Dps2.h57 ps2_read_t read; member
/Zephyr-Core-3.5.0/include/zephyr/llext/
Dloader.h62 int (*read)(struct llext_loader *ldr, void *out, size_t len); member
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dfifo_handler.py122 def read(self, __size: int = -1) -> bytes: member in FifoHandler
/Zephyr-Core-3.5.0/samples/subsys/usb/cdc_acm_composite/src/
Dmain.c53 int read; in interrupt_handler() local
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c99 int read = 0; in edtt_read() local
/Zephyr-Core-3.5.0/subsys/shell/backends/
Dshell_rtt.c108 static int read(const struct shell_transport *transport, in read() function
Dshell_dummy.c79 static int read(const struct shell_transport *transport, in read() function
/Zephyr-Core-3.5.0/include/zephyr/fs/
Dfs_sys.h45 ssize_t (*read)(struct fs_file_t *filp, void *dest, size_t nbytes); member

1234