/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/tests/drivers/udc/src/ |
D | main.c | 145 zassert_equal(err1, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable() 146 zassert_equal(err2, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable() 149 zassert_equal(err1, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable() 150 zassert_equal(err2, -EPERM, "Not failed to enable endpoint"); in test_udc_ep_enable() 172 zassert_equal(err1, -EPERM, "Not failed to disable endpoint"); in test_udc_ep_disable() 173 zassert_equal(err2, -EPERM, "Not failed to disable endpoint"); in test_udc_ep_disable() 230 zassert_equal(err1, -EPERM, "Not failed to set halt"); in test_udc_ep_halt() 231 zassert_equal(err2, -EPERM, "Not failed to set halt"); in test_udc_ep_halt() 246 zassert_equal(err1, -EPERM, "Not failed to clear halt"); in test_udc_ep_halt() 247 zassert_equal(err2, -EPERM, "Not failed to clear halt"); in test_udc_ep_halt() [all …]
|
/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/watchdog/ |
D | wdt_sam4l.c | 164 return -EPERM; in wdt_sam4l_setup() 169 return -EPERM; in wdt_sam4l_setup() 195 return -EPERM; in wdt_sam4l_disable() 236 return -EPERM; in wdt_sam4l_install_timeout() 241 return -EPERM; in wdt_sam4l_install_timeout()
|
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/soc/nordic/common/ |
D | soc_secure.c | 45 return -EPERM; in soc_secure_mem_read()
|
/Zephyr-latest/drivers/timer/ |
D | nrf_grtc_timer.c | 98 return -EPERM; in get_comparator() 257 return -EPERM; in compare_set_nolocks() 336 return -EPERM; in z_nrf_grtc_timer_capture_prepare() 362 return -EPERM; in z_nrf_grtc_timer_capture_read() 479 return -EPERM; in sys_clock_driver_init() 485 return err_code == NRFX_ERROR_NO_MEM ? -ENOMEM : -EPERM; in sys_clock_driver_init()
|
/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() 224 ret = -EPERM; in uhc_ep_enqueue() 249 ret = -EPERM; in uhc_ep_dequeue() 271 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/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/iar/include/ |
D | errno.h | 18 #define EPERM 1 /**< Not owner */ macro
|
/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/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/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/tests/drivers/watchdog/wdt_basic_api/src/ |
D | test_wdt.c | 263 if (err < 0 && err != -EPERM && err != -EFAULT) { in test_wdt_callback_1() 328 if (err < 0 && err != -EPERM && err != -EFAULT) { in test_wdt_callback_2() 387 if (err < 0 && err != -EPERM && err != -EFAULT) { in test_wdt_bad_window_max()
|
/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()
|