Searched +defs:error +defs:c (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/subsys/fs/ |
| D | littlefs_fs.c | 101 static int lfs_to_errno(int error) in lfs_to_errno() 136 static int errno_to_lfs(int error) in errno_to_lfs() 174 static int lfs_api_read(const struct lfs_config *c, lfs_block_t block, in lfs_api_read() 185 static int lfs_api_prog(const struct lfs_config *c, lfs_block_t block, in lfs_api_prog() 196 static int lfs_api_erase(const struct lfs_config *c, lfs_block_t block) in lfs_api_erase() 208 static int lfs_api_read_blk(const struct lfs_config *c, lfs_block_t block, in lfs_api_read_blk() 218 static int lfs_api_prog_blk(const struct lfs_config *c, lfs_block_t block, in lfs_api_prog_blk() 227 static int lfs_api_sync_blk(const struct lfs_config *c) in lfs_api_sync_blk() 235 static int lfs_api_read_blk(const struct lfs_config *c, lfs_block_t block, in lfs_api_read_blk() 241 static int lfs_api_prog_blk(const struct lfs_config *c, lfs_block_t block, in lfs_api_prog_blk() [all …]
|
| D | fat_fs.c | 33 static int translate_error(int error) in translate_error() 72 static int translate_disk_error(int error) in translate_disk_error() 306 uint8_t c = 0U; in fatfs_truncate() local
|
| /Zephyr-latest/drivers/serial/ |
| D | uart_cc23x0.c | 34 static int uart_cc23x0_poll_in(const struct device *dev, unsigned char *c) in uart_cc23x0_poll_in() 47 static void uart_cc23x0_poll_out(const struct device *dev, unsigned char c) in uart_cc23x0_poll_out() 58 int error = 0; in uart_cc23x0_err_check() local 194 int c, n; in uart_cc23x0_fifo_read() local
|
| D | uart_cc13xx_cc26xx.c | 50 unsigned char *c) in uart_cc13xx_cc26xx_poll_in() 64 unsigned char c) in uart_cc13xx_cc26xx_poll_out() 83 int error = (flags & UART_RXERROR_FRAMING ? UART_ERROR_FRAMING : 0) | in uart_cc13xx_cc26xx_err_check() local 228 int c, n; in uart_cc13xx_cc26xx_fifo_read() local
|
| /Zephyr-latest/modules/thrift/src/thrift/transport/ |
| D | TSSLSocket.cpp | 288 int error; in open() local 647 char uppercase(char c) in uppercase()
|
| /Zephyr-latest/drivers/bluetooth/hci/ |
| D | hci_nxp_setup.c | 178 uint16_t error; member 239 char c; in fw_upload_wait_for_hdr_sig() local
|
| /Zephyr-latest/drivers/modem/ |
| D | simcom-sim7080.c | 942 int error = atoi(argv[0]); in MODEM_CMD_DEFINE() local 2032 static bool is_crlf(uint8_t *c, uint8_t len) in is_crlf()
|
| D | hl7800.c | 314 #define SEND_AT_CMD_ONCE_EXPECT_OK(c) \ argument 323 #define SEND_AT_CMD_IGNORE_ERROR(c) \ argument 331 #define SEND_AT_CMD_EXPECT_OK(c) \ argument 344 #define SEND_COMPLEX_AT_CMD(c) \ argument 390 int error; member 1526 static bool is_crlf(uint8_t c) in is_crlf() 4132 uint8_t c = 0U; in sock_read() local
|
| /Zephyr-latest/drivers/i3c/ |
| D | i3c_cdns.c | 301 #define HDR_CMD_CODE(c) (((c) & GENMASK(6, 0)) << 8) argument 395 #define SIR_MAP_DEV_CONF(d, c) ((c) << (((d) % 2) ? 16 : 0)) argument 540 uint32_t error; member
|