Home
last modified time | relevance | path

Searched refs:ENOTSUP (Results 1 – 25 of 1256) sorted by relevance

12345678910>>...51

/Zephyr-Core-3.7.0/tests/kernel/cache/src/
Dtest_cache_api.c29 zassert_true((ret == 0) || (ret == -ENOTSUP)); in ZTEST()
32 zassert_true((ret == 0) || (ret == -ENOTSUP)); in ZTEST()
35 zassert_true((ret == 0) || (ret == -ENOTSUP)); in ZTEST()
38 zassert_true((ret == 0) || (ret == -ENOTSUP)); in ZTEST()
41 zassert_true((ret == 0) || (ret == -ENOTSUP)); in ZTEST()
44 zassert_true((ret == 0) || (ret == -ENOTSUP)); in ZTEST()
52 zassert_true((ret == 0) || (ret == -ENOTSUP)); in ZTEST()
55 zassert_true((ret == 0) || (ret == -ENOTSUP)); in ZTEST()
58 zassert_true((ret == 0) || (ret == -ENOTSUP)); in ZTEST()
61 zassert_true((ret == 0) || (ret == -ENOTSUP)); in ZTEST()
[all …]
/Zephyr-Core-3.7.0/drivers/cache/
Dcache_nrf.c65 return -ENOTSUP; in _cache_all()
191 return -ENOTSUP; in cache_data_flush_all()
213 return -ENOTSUP; in cache_data_flush_and_invd_all()
222 return -ENOTSUP; in cache_data_flush_range()
236 return -ENOTSUP; in cache_data_flush_and_invd_range()
254 return -ENOTSUP; in cache_data_flush_all()
259 return -ENOTSUP; in cache_data_invd_all()
264 return -ENOTSUP; in cache_data_flush_and_invd_all()
269 return -ENOTSUP; in cache_data_flush_range()
274 return -ENOTSUP; in cache_data_invd_range()
[all …]
/Zephyr-Core-3.7.0/tests/kernel/obj_core/obj_core_stats_api/src/
Dmain.c45 zassert_equal(status, -ENOTSUP, in ZTEST()
46 "Expected %d, got %d\n", -ENOTSUP, status); in ZTEST()
51 zassert_equal(status, -ENOTSUP, in ZTEST()
52 "Expected %d, got %d\n", -ENOTSUP, status); in ZTEST()
76 zassert_equal(status, -ENOTSUP, in ZTEST()
77 "Expected %d, got %d\n", -ENOTSUP, status); in ZTEST()
82 zassert_equal(status, -ENOTSUP, in ZTEST()
83 "Expected %d, got %d\n", -ENOTSUP, status); in ZTEST()
107 zassert_equal(status, -ENOTSUP, in ZTEST()
108 "Expected %d, got %d\n", -ENOTSUP, status); in ZTEST()
[all …]
/Zephyr-Core-3.7.0/arch/arc/core/
Dcache.c76 return -ENOTSUP; in arch_dcache_flush_range()
113 return -ENOTSUP; in arch_dcache_invd_range()
134 return -ENOTSUP; in arch_dcache_flush_and_invd_range()
139 return -ENOTSUP; in arch_dcache_flush_all()
144 return -ENOTSUP; in arch_dcache_invd_all()
149 return -ENOTSUP; in arch_dcache_flush_and_invd_all()
182 return -ENOTSUP; in arch_icache_flush_all()
187 return -ENOTSUP; in arch_icache_invd_all()
192 return -ENOTSUP; in arch_icache_flush_and_invd_all()
200 return -ENOTSUP; in arch_icache_flush_range()
[all …]
/Zephyr-Core-3.7.0/include/zephyr/arch/arm64/
Dcache.h84 return -ENOTSUP; in arm64_dcache_range()
144 return -ENOTSUP; in arch_dcache_flush_all()
149 return -ENOTSUP; in arch_dcache_invd_all()
154 return -ENOTSUP; in arch_dcache_flush_and_invd_all()
188 return -ENOTSUP; in arch_icache_line_size_get()
193 return -ENOTSUP; in arch_icache_flush_all()
198 return -ENOTSUP; in arch_icache_invd_all()
203 return -ENOTSUP; in arch_icache_flush_and_invd_all()
210 return -ENOTSUP; in arch_icache_flush_range()
217 return -ENOTSUP; in arch_icache_invd_range()
[all …]
/Zephyr-Core-3.7.0/include/zephyr/
Dcache.h113 return -ENOTSUP; in sys_cache_data_flush_all()
130 return -ENOTSUP; in sys_cache_instr_flush_all()
147 return -ENOTSUP; in sys_cache_data_invd_all()
164 return -ENOTSUP; in sys_cache_instr_invd_all()
181 return -ENOTSUP; in sys_cache_data_flush_and_invd_all()
198 return -ENOTSUP; in sys_cache_instr_flush_and_invd_all()
230 return -ENOTSUP; in z_impl_sys_cache_data_flush_range()
260 return -ENOTSUP; in sys_cache_instr_flush_range()
293 return -ENOTSUP; in z_impl_sys_cache_data_invd_range()
324 return -ENOTSUP; in sys_cache_instr_invd_range()
[all …]
/Zephyr-Core-3.7.0/drivers/w1/
Dw1_test.c27 return -ENOTSUP; in w1_vnd_reset_bus()
32 return -ENOTSUP; in w1_vnd_read_bit()
37 return -ENOTSUP; in w1_vnd_write_bit()
42 return -ENOTSUP; in w1_vnd_read_byte()
47 return -ENOTSUP; in w1_vnd_write_byte()
53 return -ENOTSUP; in w1_vnd_configure()
/Zephyr-Core-3.7.0/drivers/gpio/
Dgpio_test.c32 return -ENOTSUP; in vnd_gpio_pin_configure()
38 return -ENOTSUP; in vnd_gpio_port_get_raw()
45 return -ENOTSUP; in vnd_gpio_port_set_masked_raw()
51 return -ENOTSUP; in vnd_gpio_port_set_bits_raw()
57 return -ENOTSUP; in vnd_gpio_port_clear_bits_raw()
63 return -ENOTSUP; in vnd_gpio_port_toggle_bits()
Dgpio_tle9104.c55 return -ENOTSUP; in tle9104_gpio_pin_configure()
60 return -ENOTSUP; in tle9104_gpio_pin_configure()
65 return -ENOTSUP; in tle9104_gpio_pin_configure()
70 return -ENOTSUP; in tle9104_gpio_pin_configure()
75 return -ENOTSUP; in tle9104_gpio_pin_configure()
80 return -ENOTSUP; in tle9104_gpio_pin_configure()
104 return -ENOTSUP; in tle9104_gpio_port_get_raw()
162 return -ENOTSUP; in tle9104_gpio_pin_interrupt_configure()
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Demul_sensor.h76 return -ENOTSUP; in emul_sensor_backend_set_channel()
84 return -ENOTSUP; in emul_sensor_backend_set_channel()
109 return -ENOTSUP; in emul_sensor_backend_get_sample_range()
117 return -ENOTSUP; in emul_sensor_backend_get_sample_range()
136 return -ENOTSUP; in emul_sensor_backend_set_attribute()
142 return -ENOTSUP; in emul_sensor_backend_set_attribute()
171 return -ENOTSUP; in emul_sensor_backend_get_attribute_metadata()
177 return -ENOTSUP; in emul_sensor_backend_get_attribute_metadata()
Demul_bbram.h53 return -ENOTSUP; in emul_bbram_backend_set_data()
59 return -ENOTSUP; in emul_bbram_backend_set_data()
80 return -ENOTSUP; in emul_bbram_backend_get_data()
86 return -ENOTSUP; in emul_bbram_backend_get_data()
/Zephyr-Core-3.7.0/drivers/pwm/
Dpwm_test.c22 return -ENOTSUP; in vnd_pwm_set_cycles()
31 return -ENOTSUP; in vnd_pwm_configure_capture()
36 return -ENOTSUP; in vnd_pwm_enable_capture()
41 return -ENOTSUP; in vnd_pwm_disable_capture()
48 return -ENOTSUP; in vnd_pwm_get_cycles_per_sec()
/Zephyr-Core-3.7.0/drivers/clock_control/
Dclock_stm32_ll_mp1.c62 return -ENOTSUP; in stm32_clock_control_on()
113 return -ENOTSUP; in stm32_clock_control_off()
183 return -ENOTSUP; in stm32_clock_control_get_subsys_rate()
225 return -ENOTSUP; in stm32_clock_control_get_subsys_rate()
248 return -ENOTSUP; in stm32_clock_control_get_subsys_rate()
267 return -ENOTSUP; in stm32_clock_control_get_subsys_rate()
296 return -ENOTSUP; in stm32_clock_control_get_subsys_rate()
315 return -ENOTSUP; in stm32_clock_control_get_subsys_rate()
330 return -ENOTSUP; in stm32_clock_control_get_subsys_rate()
334 return -ENOTSUP; in stm32_clock_control_get_subsys_rate()
[all …]
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bma4xx/
Dbma4xx_spi.c22 return -ENOTSUP; in bma4xx_spi_read_data()
28 return -ENOTSUP; in bma4xx_spi_write_data()
34 return -ENOTSUP; in bma4xx_spi_read_reg()
40 return -ENOTSUP; in bma4xx_spi_write_reg()
46 return -ENOTSUP; in bma4xx_spi_update_reg()
/Zephyr-Core-3.7.0/arch/arm/core/cortex_m/
Dcache.c82 return -ENOTSUP; in arch_icache_flush_all()
94 return -ENOTSUP; in arch_icache_flush_and_invd_all()
99 return -ENOTSUP; in arch_icache_flush_range()
111 return -ENOTSUP; in arch_icache_flush_and_invd_range()
/Zephyr-Core-3.7.0/subsys/usb/device/
Dos_desc.c21 return -ENOTSUP; in usb_handle_os_desc()
33 return -ENOTSUP; in usb_handle_os_desc()
42 return -ENOTSUP; in usb_handle_os_desc_feature()
58 return -ENOTSUP; in usb_handle_os_desc_feature()
/Zephyr-Core-3.7.0/drivers/spi/
Dspi_grlib_spimctrl.c49 return -ENOTSUP; in spi_config()
54 return -ENOTSUP; in spi_config()
59 return -ENOTSUP; in spi_config()
64 return -ENOTSUP; in spi_config()
69 return -ENOTSUP; in spi_config()
74 return -ENOTSUP; in spi_config()
79 return -ENOTSUP; in spi_config()
84 return -ENOTSUP; in spi_config()
89 return -ENOTSUP; in spi_config()
147 return -ENOTSUP; in transceive_async()
Dspi_litex_litespi.c67 return -ENOTSUP; in spi_config()
73 return -ENOTSUP; in spi_config()
79 return -ENOTSUP; in spi_config()
84 return -ENOTSUP; in spi_config()
89 return -ENOTSUP; in spi_config()
95 return -ENOTSUP; in spi_config()
100 return -ENOTSUP; in spi_config()
105 return -ENOTSUP; in spi_config()
110 return -ENOTSUP; in spi_config()
115 return -ENOTSUP; in spi_config()
[all …]
Dspi_litex.c59 return -ENOTSUP; in spi_config()
64 return -ENOTSUP; in spi_config()
69 return -ENOTSUP; in spi_config()
74 return -ENOTSUP; in spi_config()
79 return -ENOTSUP; in spi_config()
85 return -ENOTSUP; in spi_config()
90 return -ENOTSUP; in spi_config()
95 return -ENOTSUP; in spi_config()
100 return -ENOTSUP; in spi_config()
211 return -ENOTSUP; in spi_litex_transceive_async()
Dspi_test.c22 return -ENOTSUP; in vnd_spi_transceive()
33 return -ENOTSUP; in vnd_spi_transceive_async()
40 return -ENOTSUP; in vnd_spi_release()
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/
Dethernet_mgmt.c43 return -ENOTSUP; in ethernet_set_config()
53 return -ENOTSUP; in ethernet_set_config()
62 return -ENOTSUP; in ethernet_set_config()
69 return -ENOTSUP; in ethernet_set_config()
76 return -ENOTSUP; in ethernet_set_config()
87 return -ENOTSUP; in ethernet_set_config()
118 return -ENOTSUP; in ethernet_set_config()
142 return -ENOTSUP; in ethernet_set_config()
162 return -ENOTSUP; in ethernet_set_config()
178 return -ENOTSUP; in ethernet_set_config()
[all …]
/Zephyr-Core-3.7.0/drivers/i3c/
Di3c_test.c21 return -ENOTSUP; in vnd_i3c_configure()
27 return -ENOTSUP; in vnd_i3c_config_get()
32 return -ENOTSUP; in vnd_i3c_recover_bus()
/Zephyr-Core-3.7.0/drivers/adc/
Dadc_test.c22 return -ENOTSUP; in vnd_adc_channel_setup()
28 return -ENOTSUP; in vnd_adc_read()
36 return -ENOTSUP; in vnd_adc_read_async()
/Zephyr-Core-3.7.0/tests/subsys/modbus/src/
Dtest_modbus_server.c27 return -ENOTSUP; in coil_rd()
44 return -ENOTSUP; in coil_wr()
61 return -ENOTSUP; in discrete_input_rd()
78 return -ENOTSUP; in input_reg_rd()
92 return -ENOTSUP; in input_reg_rd_fp()
105 return -ENOTSUP; in holding_reg_rd()
118 return -ENOTSUP; in holding_reg_wr()
132 return -ENOTSUP; in holding_reg_rd_fp()
146 return -ENOTSUP; in holding_reg_wr_fp()
/Zephyr-Core-3.7.0/tests/subsys/debug/coredump_backends/src/
Dmain.c44 if (ret != -ENOTSUP) { in check_error()
55 if (ret != -ENOTSUP) { in clear_error()
86 if (ret == -ENOTSUP) { in test_has_stored_dump()
127 if (ret == -ENOTSUP) { in test_verify_stored_dump()
166 if (ret == -ENOTSUP) { in test_invalidate_stored_dump()
197 if (ret == -ENOTSUP) { in test_erase_stored_dump()
227 if (ret == -ENOTSUP) { in test_get_stored_dump_size()

12345678910>>...51