Home
last modified time | relevance | path

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

12345678910>>...56

/Zephyr-latest/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-latest/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 …]
Dcache_andes.c120 return -ENOTSUP; in nds_l1i_cache_all()
148 return -ENOTSUP; in nds_l1d_cache_all()
163 return -ENOTSUP; in nds_l1d_cache_all()
196 return -ENOTSUP; in nds_l1d_cache_range()
290 return -ENOTSUP; in cache_data_invd_all()
313 return -ENOTSUP; in cache_data_invd_range()
333 return -ENOTSUP; in cache_instr_invd_all()
337 return -ENOTSUP; in cache_instr_invd_all()
345 return -ENOTSUP; in cache_instr_invd_all()
352 return -ENOTSUP; in cache_instr_invd_all()
[all …]
/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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()
/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/drivers/ethernet/
Deth_test.c29 return -ENOTSUP; in vnd_ethernet_start()
36 return -ENOTSUP; in vnd_ethernet_stop()
53 return -ENOTSUP; in vnd_ethernet_set_config()
63 return -ENOTSUP; in vnd_ethernet_get_config()
75 return -ENOTSUP; in vnd_ethernet_vlan_setup()
101 return -ENOTSUP; in vnd_ethernet_send()
/Zephyr-latest/drivers/i2s/
Di2s_test.c15 return -ENOTSUP; in vnd_i2s_configure()
25 return -ENOTSUP; in vnd_i2s_trigger()
30 return -ENOTSUP; in vnd_i2s_read()
35 return -ENOTSUP; in vnd_i2s_write()
/Zephyr-latest/drivers/spi/
Dspi_grlib_spimctrl.c50 return -ENOTSUP; in spi_config()
55 return -ENOTSUP; in spi_config()
60 return -ENOTSUP; in spi_config()
65 return -ENOTSUP; in spi_config()
70 return -ENOTSUP; in spi_config()
75 return -ENOTSUP; in spi_config()
80 return -ENOTSUP; in spi_config()
85 return -ENOTSUP; in spi_config()
90 return -ENOTSUP; in spi_config()
148 return -ENOTSUP; in transceive_async()
/Zephyr-latest/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()
119 return -ENOTSUP; in ethernet_set_config()
143 return -ENOTSUP; in ethernet_set_config()
163 return -ENOTSUP; in ethernet_set_config()
179 return -ENOTSUP; in ethernet_set_config()
[all …]
/Zephyr-latest/drivers/dma/
Ddma_si32.c161 return -ENOTSUP; in dma_si32_config()
166 return -ENOTSUP; in dma_si32_config()
171 return -ENOTSUP; in dma_si32_config()
176 return -ENOTSUP; in dma_si32_config()
181 return -ENOTSUP; in dma_si32_config()
186 return -ENOTSUP; in dma_si32_config()
191 return -ENOTSUP; in dma_si32_config()
197 return -ENOTSUP; in dma_si32_config()
202 return -ENOTSUP; in dma_si32_config()
210 return -ENOTSUP; in dma_si32_config()
[all …]
/Zephyr-latest/subsys/net/ip/
Dpmtu.h61 return -ENOTSUP; in net_pmtu_get_mtu()
80 return -ENOTSUP; in net_pmtu_update_mtu()
100 return -ENOTSUP; in net_pmtu_update_entry()
129 return -ENOTSUP; in net_pmtu_foreach()
/Zephyr-latest/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-latest/include/zephyr/drivers/uart/
Duart_internal.h178 return -ENOTSUP; in z_impl_uart_poll_in_u16()
213 return -ENOTSUP; in z_impl_uart_configure()
230 return -ENOTSUP; in z_impl_uart_config_get()
248 return -ENOTSUP; in uart_fifo_fill()
266 return -ENOTSUP; in uart_fifo_fill_u16()
284 return -ENOTSUP; in uart_fifo_read()
302 return -ENOTSUP; in uart_fifo_read_u16()
344 return -ENOTSUP; in uart_irq_tx_ready()
385 return -ENOTSUP; in uart_irq_tx_complete()
400 return -ENOTSUP; in uart_irq_rx_ready()
[all …]
/Zephyr-latest/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()

12345678910>>...56