Home
last modified time | relevance | path

Searched defs:read (Results 26 – 50 of 93) sorted by relevance

1234

/Zephyr-latest/include/zephyr/fs/
Dfs_sys.h45 ssize_t (*read)(struct fs_file_t *filp, void *dest, size_t nbytes); member
/Zephyr-latest/drivers/sensor/nxp/p3t1755/
Dp3t1755.h37 int (*read)(const struct device *dev, uint8_t reg, uint8_t *byte, uint8_t len); member
/Zephyr-latest/include/zephyr/drivers/
Dbbram.h80 bbram_api_read_t read; member
Dmdio.h44 int (*read)(const struct device *dev, uint8_t prtad, uint8_t regad, member
/Zephyr-latest/subsys/shell/backends/
Dshell_adsp_memory_window.c103 static int read(const struct shell_transport *transport, in read() function
Dshell_rpmsg.c131 static int read(const struct shell_transport *transport, in read() function
Dshell_rtt.c170 static int read(const struct shell_transport *transport, in read() function
/Zephyr-latest/drivers/modem/
Dmodem_context.h30 int (*read)(struct modem_iface *iface, uint8_t *buf, size_t size, member
/Zephyr-latest/drivers/bbram/
Dbbram_stm32.c49 for (size_t read = 0; read < size; read += to_copy) { in bbram_stm32_read() local
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Dnxp_enet_qos_priv.h58 struct nxp_enet_qos_tx_read_desc read; member
80 struct nxp_enet_qos_rx_read_desc read; member
/Zephyr-latest/drivers/sensor/ist8310/
Dist8310.h42 ist8310_reg_read_fn read; member
/Zephyr-latest/drivers/sdhc/
Dintel_emmc_host.c408 static int emmc_dma_init(const struct device *dev, struct sdhc_data *data, bool read) in emmc_dma_init()
456 static int emmc_init_xfr(const struct device *dev, struct sdhc_data *data, bool read) in emmc_init_xfr()
887 struct sdhc_command *cmd, struct sdhc_data *data, bool read) in emmc_send_cmd_data()
924 bool read) in emmc_xfr()
/Zephyr-latest/drivers/mdio/
Dmdio_adin2111.c136 uint32_t read; in mdio_adin2111_read() local
/Zephyr-latest/drivers/entropy/
Dentropy_cc13xx_cc26xx.c175 uint16_t read = len; in entropy_cc13xx_cc26xx_get_entropy_isr() local
/Zephyr-latest/lib/posix/options/
Ddevice_io.c114 ssize_t read(int fd, void *buf, size_t sz) in read() function
/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/bus/
Dqspi_if.h60 int (*read)(unsigned int addr, void *data, int len); member
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c120 int read; in rx_isr() local
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py248 def read(self): member in Winstream
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_open_flags.c34 char *read; member
/Zephyr-latest/subsys/fs/
Dshell.c406 ssize_t read; in cmd_read() local
454 ssize_t read; in cmd_cat() local
/Zephyr-latest/drivers/sensor/nxp/fxas21002/
Dfxas21002.h68 int (*read)(const struct device *dev, member
/Zephyr-latest/drivers/serial/
Duart_sy1xx.c51 uint8_t read[DEVICE_MAX_BUFFER_SIZE]; member
/Zephyr-latest/include/zephyr/sys/
Dfdtable.h81 ssize_t (*read)(void *obj, void *buf, size_t sz); member
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3.h35 mmc56x3_reg_read_fn read; member
/Zephyr-latest/include/zephyr/audio/
Ddmic.h194 int (*read)(const struct device *dev, uint8_t stream, void **buffer, member

1234