Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/Zephyr-Core-3.7.0/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file.c13 int res; in test_file_open() local
42 int res; in test_file_write() local
78 int res; in test_file_sync() local
95 int res; in test_file_read() local
133 int res; in test_file_truncate() local
233 int res; in test_file_close() local
250 int res; in test_file_delete() local
Dtest_fat_rename.c13 int res = 0; in delete_it() local
27 int res = 0; in create_file() local
44 int res = 0; in create_dir() local
60 int res = TC_FAIL; in test_rename_dir() local
113 int res = TC_FAIL; in test_rename_file() local
Dtest_fat_dir.c17 int res; in test_mkdir() local
62 int res; in test_lsdir() local
103 int res; in test_rmdir() local
/Zephyr-Core-3.7.0/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_file.c18 int res; in test_file_open() local
43 int res; in test_file_write() local
79 int res; in test_file_sync() local
96 int res; in test_file_read() local
134 int res; in test_file_truncate() local
269 int res; in test_file_close() local
284 int res; in test_file_delete() local
Dtest_fat_dir.c22 int res; in test_mkdir() local
67 int res; in test_lsdir() local
108 int res; in test_rmdir() local
/Zephyr-Core-3.7.0/subsys/fs/
Dfat_fs.c120 FRESULT res; in fatfs_open() local
145 FRESULT res; in fatfs_close() local
158 int res = -ENOTSUP; in fatfs_unlink() local
172 int res = -ENOTSUP; in fatfs_rename() local
194 FRESULT res; in fatfs_read() local
207 int res = -ENOTSUP; in fatfs_write() local
239 FRESULT res = FR_OK; in fatfs_seek() local
272 int res = -ENOTSUP; in fatfs_truncate() local
323 int res = -ENOTSUP; in fatfs_sync() local
334 int res = -ENOTSUP; in fatfs_mkdir() local
[all …]
/Zephyr-Core-3.7.0/tests/subsys/fs/multi-fs/src/
Dtest_common_file.c14 int res; in test_file_open() local
39 int res; in test_file_write() local
76 int res; in test_file_read() local
114 int res; in test_file_close() local
130 int res; in test_file_delete() local
Dtest_common_dir.c22 int res; in test_mkdir() local
73 int res; in test_lsdir() local
114 int res; in test_rmdir() local
/Zephyr-Core-3.7.0/tests/net/socket/socketpair/src/
Dpoll.c26 int res; in test_socketpair_poll_timeout_common() local
55 int res; in ZTEST_USER_F() local
94 int res; in ZTEST_F() local
125 int res; in ZTEST_F() local
171 int res; in ZTEST_USER_F() local
210 int res; in rw_fun() local
244 int res; in ZTEST_F() local
298 int res; in ZTEST_USER_F() local
348 int res; in ZTEST_USER_F() local
Dclosed_ends.c10 int res; in ZTEST_USER_F() local
33 int res; in ZTEST_USER_F() local
Dblock.c22 int res; in work_handler() local
61 int res; in ZTEST_F() local
101 int res; in ZTEST_F() local
Dnonblock.c11 int res; in ZTEST_USER_F() local
38 int res; in ZTEST_USER_F() local
/Zephyr-Core-3.7.0/tests/posix/fs/src/
Dtest_fs_file.c17 int res; in test_file_open() local
34 off_t res; in test_file_write() local
66 off_t res; in test_file_read() local
128 int res = 0; in test_file_close() local
146 int res = 0; in test_file_fsync() local
165 int res = 0; in test_file_fdatasync() local
184 int res = 0; in test_file_truncate() local
203 int res; in test_file_delete() local
Dtest_fat_mount.c23 int res; in test_mount() local
37 int res; in test_unmount() local
Dtest_fs_dir.c19 int res; in test_mkdir() local
57 int res = 0; in test_lsdir() local
/Zephyr-Core-3.7.0/tests/net/socket/getaddrinfo/src/
Dmain.c228 struct zsock_addrinfo *res = NULL; in ZTEST() local
252 struct zsock_addrinfo *res = NULL; in ZTEST() local
272 struct zsock_addrinfo *res = NULL; in ZTEST() local
286 struct zsock_addrinfo *res = NULL; in ZTEST() local
335 struct zsock_addrinfo *res = NULL; in ZTEST() local
545 struct zsock_addrinfo *res = NULL; in ZTEST() local
563 struct zsock_addrinfo *res = NULL; in ZTEST() local
577 struct zsock_addrinfo *res = NULL; in ZTEST() local
592 struct zsock_addrinfo *res = NULL; in ZTEST() local
603 struct zsock_addrinfo *res = NULL; in ZTEST() local
/Zephyr-Core-3.7.0/include/zephyr/acpi/
Dacpi.h18 #define ACPI_MMIO_GET(res) (res)->reg_base[0].mmio argument
19 #define ACPI_IO_GET(res) (res)->reg_base[0].port argument
20 #define ACPI_RESOURCE_SIZE_GET(res) (res)->reg_base[0].length argument
21 #define ACPI_RESOURCE_TYPE_GET(res) (res)->reg_base[0].type argument
23 #define ACPI_MULTI_MMIO_GET(res, idx) (res)->reg_base[idx].mmio argument
24 #define ACPI_MULTI_IO_GET(res, idx) (res)->reg_base[idx].port argument
25 #define ACPI_MULTI_RESOURCE_SIZE_GET(res, idx) (res)->reg_base[idx].length argument
26 #define ACPI_MULTI_RESOURCE_TYPE_GET(res, idx) (res)->reg_base[idx].type argument
28 #define ACPI_RESOURCE_COUNT_GET(res) (res)->mmio_max argument
196 ACPI_RESOURCE *res = acpi_resource_parse(res_lst, ACPI_RESOURCE_TYPE_IRQ); in acpi_irq_res_get() local
/Zephyr-Core-3.7.0/drivers/sensor/tdk/icm42670/
Dicm42670.c161 int res = icm42670_spi_single_write(&cfg->spi, REG_PWR_MGMT0, BIT_IDLE); in icm42670_enable_mclk() local
188 int res; in icm42670_sensor_init() local
261 int res; in icm42670_turn_on_sensor() local
344 int res = 0; in icm42670_channel_get() local
397 int res = icm42670_spi_read(&cfg->spi, REG_ACCEL_DATA_X1, buffer, ACCEL_DATA_SIZE); in icm42670_sample_fetch_accel() local
416 int res = icm42670_spi_read(&cfg->spi, REG_GYRO_DATA_X1, buffer, GYRO_DATA_SIZE); in icm42670_sample_fetch_gyro() local
435 int res = icm42670_spi_read(&cfg->spi, REG_TEMP_DATA1, buffer, TEMP_DATA_SIZE); in icm42670_sample_fetch_temp() local
453 int res = icm42670_spi_read(&cfg->spi, REG_INT_STATUS_DRDY, &status, 1); in icm42670_sample_fetch() local
498 int res = 0; in icm42670_attr_set() local
573 int res = 0; in icm42670_attr_get() local
[all …]
Dicm42670_spi.c71 int res = spi_write_register(bus, REG_BLK_SEL_R, bank); in spi_read_mreg() local
103 int res = spi_write_register(bus, REG_BLK_SEL_W, bank); in spi_write_mreg() local
128 int res = 0; in icm42670_spi_read() local
145 int res = icm42670_spi_read(bus, reg, &temp, 1); in icm42670_spi_update_register() local
159 int res = 0; in icm42670_spi_single_write() local
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/
Dsocket_offload.c27 struct zsock_addrinfo **res) in socket_offload_getaddrinfo()
35 void socket_offload_freeaddrinfo(struct zsock_addrinfo *res) in socket_offload_freeaddrinfo()
/Zephyr-Core-3.7.0/drivers/flash/
Djesd216.c14 struct jesd216_instr *res) in extract_instr()
29 struct jesd216_instr *res) in jesd216_bfp_read_support()
196 struct jesd216_bfp_dw11 *res) in jesd216_bfp_decode_dw11()
250 struct jesd216_bfp_dw14 *res) in jesd216_bfp_decode_dw14()
292 struct jesd216_bfp_dw15 *res) in jesd216_bfp_decode_dw15()
314 struct jesd216_bfp_dw16 *res) in jesd216_bfp_decode_dw16()
/Zephyr-Core-3.7.0/subsys/net/lib/sntp/
Dsntp_simple.c14 int res; in sntp_simple_helper() local
55 int res = net_port_set_default(addr, 123); in sntp_simple_addr() local
66 int res; in sntp_simple() local
/Zephyr-Core-3.7.0/tests/bluetooth/bt_crypto/src/
Dtest_bt_crypto.c34 uint8_t res[16]; in ZTEST() local
63 uint8_t res[16]; in ZTEST() local
108 uint8_t res[16]; in ZTEST() local
128 uint32_t res; in ZTEST() local
142 uint8_t res[16]; in ZTEST() local
157 uint8_t res[16]; in ZTEST() local
173 uint8_t res[16]; in ZTEST() local
/Zephyr-Core-3.7.0/subsys/console/
Dtty.c73 int res; in tty_putchar() local
104 int res = 0; in tty_write() local
145 int res; in tty_getchar() local
166 int res = 0; in tty_read_unbuf() local
210 int res = 0; in tty_read() local
/Zephyr-Core-3.7.0/tests/boards/frdm_k64f/i2c/src/
Di2c.c36 int res; in fxos8700_fifo_cfg() local
100 int res; in test_i2c_fxos8700_sync() local
129 int res; in test_i2c_fxos8700_async_cb() local
152 int res; in test_i2c_fxos8700_transfer_cb() local
185 int res; in test_i2c_fxos8700_transfer_signal() local

12345678910>>...13