| /Zephyr-latest/drivers/serial/ |
| D | uart_imx.c | 135 int size) in uart_imx_fifo_fill() 151 const int size) in uart_imx_fifo_read()
|
| D | uart_litex.c | 202 const uint8_t *tx_data, int size) in uart_litex_fifo_fill() 224 uint8_t *rx_data, const int size) in uart_litex_fifo_read()
|
| D | uart_ene_kb1200.c | 124 static int kb1200_uart_fifo_fill(const struct device *dev, const uint8_t *tx_data, int size) in kb1200_uart_fifo_fill() 140 static int kb1200_uart_fifo_read(const struct device *dev, uint8_t *rx_data, const int size) in kb1200_uart_fifo_read()
|
| D | uart_rzt2m.c | 111 static int rzt2m_fifo_fill(const struct device *dev, const uint8_t *tx_data, int size) in rzt2m_fifo_fill() 126 static int rzt2m_fifo_read(const struct device *dev, uint8_t *rx_data, const int size) in rzt2m_fifo_read()
|
| D | uart_nxp_s32_linflexd.c | 94 int size) in uart_nxp_s32_fifo_fill() 112 const int size) in uart_nxp_s32_fifo_read()
|
| D | uart_si32_usart.c | 90 static int usart_si32_fifo_fill(const struct device *dev, const uint8_t *tx_data, int size) in usart_si32_fifo_fill() 108 static int usart_si32_fifo_read(const struct device *dev, uint8_t *rx_data, const int size) in usart_si32_fifo_read()
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | brg_cfg_cli.c | 153 uint16_t size = net_buf_simple_pull_le16(buf); in table_size_status() local 239 int bt_mesh_brg_cfg_cli_table_size_get(uint16_t net_idx, uint16_t addr, uint16_t *size) in bt_mesh_brg_cfg_cli_table_size_get()
|
| /Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/ |
| D | main.c | 106 uint16_t size, void *user_data) in uac2_get_recv_buf() 131 void *buf, uint16_t size, void *user_data) in uac2_data_recv_cb()
|
| /Zephyr-latest/subsys/lorawan/services/ |
| D | frag_decoder_lowmem.c | 106 static inline void bit_xor(struct sys_bitarray *des, struct sys_bitarray *src, size_t size) in bit_xor() 114 static inline void bit_clear_all(struct sys_bitarray *bitmap, size_t size) in bit_clear_all()
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | i2s.h | 419 size_t *size) in i2s_read() 480 size_t size) in i2s_write()
|
| /Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
| D | udma.h | 140 #define SY1XX_UDMA_START_RX(base, addr, size, cfg) \ argument 142 #define SY1XX_UDMA_START_TX(base, addr, size, cfg) \ argument
|
| /Zephyr-latest/drivers/dma/ |
| D | dma_dw_common.c | 765 int size; in dw_dma_avail_data_size() local 798 int size; in dw_dma_free_data_size() local
|
| /Zephyr-latest/drivers/gnss/ |
| D | gnss_dump.c | 172 const struct gnss_satellite *satellites, uint16_t size) in gnss_dump_satellites_to_log()
|
| /Zephyr-latest/include/zephyr/drivers/mm/ |
| D | rat.h | 62 uint32_t size; member
|
| /Zephyr-latest/tests/subsys/fs/common/ |
| D | test_fs_util.h | 172 uint32_t size; member
|
| /Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
| D | smp_lorawan.c | 64 uint16_t size = 0; in smp_lorawan_uplink_thread() local
|
| /Zephyr-latest/cmake/linker/ld/ |
| D | ld_script.cmake | 34 set(size ", LENGTH = (${size})") variable
|
| /Zephyr-latest/tests/drivers/bbram/emul/src/ |
| D | main.c | 17 size_t size; in ZTEST() local
|
| /Zephyr-latest/tests/crypto/tinycrypt/src/ |
| D | test_ecc_utils.c | 96 void vli_print_bytes(uint8_t *vli, unsigned int size) in vli_print_bytes()
|
| /Zephyr-latest/tests/posix/single_process/src/ |
| D | env.c | 58 size_t size; in ZTEST() member
|
| /Zephyr-latest/include/zephyr/drivers/uart/ |
| D | uart_internal.h | 234 static inline int uart_fifo_fill(const struct device *dev, const uint8_t *tx_data, int size) in uart_fifo_fill() 252 static inline int uart_fifo_fill_u16(const struct device *dev, const uint16_t *tx_data, int size) in uart_fifo_fill_u16() 270 static inline int uart_fifo_read(const struct device *dev, uint8_t *rx_data, const int size) in uart_fifo_read() 288 static inline int uart_fifo_read_u16(const struct device *dev, uint16_t *rx_data, const int size) in uart_fifo_read_u16()
|
| /Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
| D | nrf_usbd_common.h | 207 size_t size; member 229 size_t size; member
|
| /Zephyr-latest/drivers/flash/ |
| D | flash_mcux_flexspi_hyperflash.c | 414 size_t size = len; in flash_flexspi_hyperflash_write() local 497 static int flash_flexspi_hyperflash_erase(const struct device *dev, off_t offset, size_t size) in flash_flexspi_hyperflash_erase()
|
| D | flash_mspi_emul_device.c | 27 uint32_t size; member 144 static int flash_mspi_emul_erase(const struct device *flash, off_t offset, size_t size) in flash_mspi_emul_erase()
|
| D | flash_sam0.c | 360 size_t size) in flash_sam0_erase() 457 static int flash_sam0_get_size(const struct device *dev, uint64_t *size) in flash_sam0_get_size()
|