Home
last modified time | relevance | path

Searched refs:EPERM (Results 1 – 25 of 112) sorted by relevance

12345

/Zephyr-latest/tests/drivers/udc/src/
Dmain.c146 zassert_equal(err1, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
147 zassert_equal(err2, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
148 zassert_equal(err3, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
151 zassert_equal(err1, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
152 zassert_equal(err2, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
153 zassert_equal(err3, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable()
177 zassert_equal(err1, -EPERM, "Not failed to disable endpoint"); in test_udc_ep_disable()
178 zassert_equal(err2, -EPERM, "Not failed to disable endpoint"); in test_udc_ep_disable()
179 zassert_equal(err3, -EPERM, "Not failed to disable endpoint"); in test_udc_ep_disable()
238 zassert_equal(err1, -EPERM, "Not failed to set halt"); in test_udc_ep_halt()
[all …]
/Zephyr-latest/samples/userspace/prod_consumer/src/
Dapp_syscall.c42 return -EPERM; in z_vrfy_magic_syscall()
51 return -EPERM; in z_vrfy_magic_syscall()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c101 errno = -EPERM; in sreq_set_address()
147 errno = -EPERM; in sreq_set_configuration()
152 errno = -EPERM; in sreq_set_configuration()
204 errno = -EPERM; in sreq_set_interface()
242 errno = -EPERM; in sreq_clear_feature()
247 errno = -EPERM; in sreq_clear_feature()
254 errno = -EPERM; in sreq_clear_feature()
267 ret = (errno == -EPERM) ? errno : 0; in sreq_clear_feature()
325 errno = -EPERM; in sreq_set_feature()
330 errno = -EPERM; in sreq_set_feature()
[all …]
Dusbd_endpoint.c116 return -EPERM; in usbd_ep_ctrl_enqueue()
141 return -EPERM; in usbd_ep_enqueue()
/Zephyr-latest/drivers/led/
Dled_npm1300.c42 return -EPERM; in led_npm1300_on()
58 return -EPERM; in led_npm1300_off()
/Zephyr-latest/drivers/timer/
Dnrf_grtc_timer.c95 return -EPERM; in get_comparator()
254 return -EPERM; in compare_set_nolocks()
334 return -EPERM; in z_nrf_grtc_timer_capture_prepare()
360 return -EPERM; in z_nrf_grtc_timer_capture_read()
477 return -EPERM; in sys_clock_driver_init()
483 return err_code == NRFX_ERROR_NO_MEM ? -ENOMEM : -EPERM; in sys_clock_driver_init()
/Zephyr-latest/soc/nordic/common/
Dsoc_secure.c45 return -EPERM; in soc_secure_mem_read()
/Zephyr-latest/arch/arm/core/mpu/
Darm_mpu_v7_internal.h175 int rc = -EPERM; in mpu_buffer_validate()
194 rc = -EPERM; in mpu_buffer_validate()
/Zephyr-latest/subsys/emul/espi/
Demul_espi_host.c137 return -EPERM; in emul_host_set_vw()
155 return -EPERM; in emul_host_get_vw()
184 return -EPERM; in emul_espi_host_send_vw()
/Zephyr-latest/drivers/usb/uhc/
Duhc_common.c34 return -EPERM; in uhc_submit_event()
212 ret = -EPERM; in uhc_ep_enqueue()
237 ret = -EPERM; in uhc_ep_dequeue()
259 ret = -EPERM; in uhc_enable()
/Zephyr-latest/drivers/dai/nxp/sai/
Dsai.h450 return -EPERM; in sai_update_state()
455 return -EPERM; in sai_update_state()
462 return -EPERM; in sai_update_state()
467 return -EPERM; in sai_update_state()
474 return -EPERM; in sai_update_state()
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc.h452 return -EPERM; in udc_set_address()
484 return -EPERM; in udc_test_mode()
514 return -EPERM; in udc_host_wakeup()
/Zephyr-latest/drivers/watchdog/
Dwdt_sam.c94 return -EPERM; in wdt_sam_disable()
124 return -EPERM; in wdt_sam_setup()
Dwdt_smartbond.c46 return -EPERM; in wdg_smartbond_disable()
/Zephyr-latest/arch/arc/core/mpu/
Darc_mpu_common_internal.h226 return -EPERM; in arc_core_mpu_buffer_validate()
230 return -EPERM; in arc_core_mpu_buffer_validate()
/Zephyr-latest/lib/libc/armstdc/include/
Derrno.h49 #define EPERM 1 /**< Not owner */ macro
/Zephyr-latest/lib/libc/minimal/include/
Derrno.h39 #define EPERM 1 /**< Not owner */ macro
/Zephyr-latest/drivers/dai/nxp/esai/
Desai.h390 return -EPERM; in esai_update_state()
395 return -EPERM; in esai_update_state()
401 return -EPERM; in esai_update_state()
406 return -EPERM; in esai_update_state()
/Zephyr-latest/drivers/usb/udc/
Dudc_common.c225 return -EPERM; in udc_submit_ep_event()
412 ret = -EPERM; in udc_ep_enable()
458 ret = -EPERM; in udc_ep_disable()
479 ret = -EPERM; in udc_ep_set_halt()
516 ret = -EPERM; in udc_ep_clear_halt()
579 ret = -EPERM; in udc_ep_enqueue()
585 ret = -EPERM; in udc_ep_enqueue()
621 ret = -EPERM; in udc_ep_dequeue()
737 ret = -EPERM; in udc_enable()
/Zephyr-latest/subsys/usb/host/
Dusbh_api.c47 ret = -EPERM; in usbh_enable()
/Zephyr-latest/subsys/modem/
Dmodem_ubx.c118 return -EPERM; in modem_ubx_run_script_helper()
148 return -EPERM; in modem_ubx_run_script()
163 } else if (ret == -EPERM) { in modem_ubx_run_script()
Dmodem_pipe.c139 return -EPERM; in modem_pipe_transmit()
149 return -EPERM; in modem_pipe_receive()
/Zephyr-latest/kernel/
Dmutex.c228 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_mutex, unlock, mutex, -EPERM); in z_impl_k_mutex_unlock()
230 return -EPERM; in z_impl_k_mutex_unlock()
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.c71 return -EPERM; in temp_unlink()
207 return -EPERM; in temp_mkdir()
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dmain.c596 zassert_equal(lwm2m_rd_client_stop(&ctx, NULL, false), -EPERM); in ZTEST()
597 zassert_equal(lwm2m_rd_client_pause(), -EPERM); in ZTEST()
598 zassert_equal(lwm2m_rd_client_resume(), -EPERM); in ZTEST()
599 zassert_equal(lwm2m_rd_client_connection_resume(&ctx), -EPERM); in ZTEST()
600 zassert_equal(lwm2m_rd_client_timeout(&ctx), -EPERM); in ZTEST()
622 zassert_equal(engine_trigger_bootstrap(), -EPERM); in ZTEST()

12345