/Zephyr-latest/tests/drivers/udc/src/ |
D | main.c | 146 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/ |
D | app_syscall.c | 42 return -EPERM; in z_vrfy_magic_syscall() 51 return -EPERM; in z_vrfy_magic_syscall()
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_ch9.c | 101 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 …]
|
D | usbd_endpoint.c | 116 return -EPERM; in usbd_ep_ctrl_enqueue() 141 return -EPERM; in usbd_ep_enqueue()
|
/Zephyr-latest/drivers/led/ |
D | led_npm1300.c | 42 return -EPERM; in led_npm1300_on() 58 return -EPERM; in led_npm1300_off()
|
/Zephyr-latest/drivers/timer/ |
D | nrf_grtc_timer.c | 95 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/ |
D | soc_secure.c | 45 return -EPERM; in soc_secure_mem_read()
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | arm_mpu_v7_internal.h | 175 int rc = -EPERM; in mpu_buffer_validate() 194 rc = -EPERM; in mpu_buffer_validate()
|
/Zephyr-latest/subsys/emul/espi/ |
D | emul_espi_host.c | 137 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/ |
D | uhc_common.c | 34 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/ |
D | sai.h | 450 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/ |
D | udc.h | 452 return -EPERM; in udc_set_address() 484 return -EPERM; in udc_test_mode() 514 return -EPERM; in udc_host_wakeup()
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_sam.c | 94 return -EPERM; in wdt_sam_disable() 124 return -EPERM; in wdt_sam_setup()
|
D | wdt_smartbond.c | 46 return -EPERM; in wdg_smartbond_disable()
|
/Zephyr-latest/arch/arc/core/mpu/ |
D | arc_mpu_common_internal.h | 226 return -EPERM; in arc_core_mpu_buffer_validate() 230 return -EPERM; in arc_core_mpu_buffer_validate()
|
/Zephyr-latest/lib/libc/armstdc/include/ |
D | errno.h | 49 #define EPERM 1 /**< Not owner */ macro
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | errno.h | 39 #define EPERM 1 /**< Not owner */ macro
|
/Zephyr-latest/drivers/dai/nxp/esai/ |
D | esai.h | 390 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/ |
D | udc_common.c | 225 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/ |
D | usbh_api.c | 47 ret = -EPERM; in usbh_enable()
|
/Zephyr-latest/subsys/modem/ |
D | modem_ubx.c | 118 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()
|
D | modem_pipe.c | 139 return -EPERM; in modem_pipe_transmit() 149 return -EPERM; in modem_pipe_receive()
|
/Zephyr-latest/kernel/ |
D | mutex.c | 228 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/ |
D | test_fs.c | 71 return -EPERM; in temp_unlink() 207 return -EPERM; in temp_mkdir()
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/ |
D | main.c | 596 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()
|