Home
last modified time | relevance | path

Searched full:already (Results 1 – 25 of 1310) sorted by relevance

12345678910>>...53

/Zephyr-latest/include/zephyr/modem/
Dpipe.h92 * @retval 0 if pipe was successfully opened or was already open
107 * already opened.
109 * @retval 0 if pipe open was called successfully or pipe was already open
145 * @param buf Destination for received data; must not be already in use in a modem module.
169 * @retval 0 if pipe open was called closed or pipe was already closed
184 * already closed.
186 * @retval 0 if pipe close was called successfully or pipe was already closed
/Zephyr-latest/subsys/usb/host/
Dusbh_api.c27 LOG_WRN("USB host controller is already initialized"); in usbh_init()
52 LOG_WRN("USB host controller is already enabled"); in usbh_enable()
73 LOG_WRN("USB host controller is already disabled"); in usbh_disable()
/Zephyr-latest/tests/bluetooth/buf/src/
Dmain.c43 * already by given. in ZTEST()
55 * already by given. in ZTEST()
67 * already by given. in ZTEST()
/Zephyr-latest/drivers/mm/
Dmm_drv_common.c82 * Unmap a memory region with synchronization already locked.
142 * Reset the already mapped virtual addresses. in sys_mm_drv_simple_map_region()
187 * Reset the already mapped virtual addresses. in sys_mm_drv_simple_map_array()
275 * Reset the already mapped virtual addresses. in sys_mm_drv_simple_remap_region()
293 * Reset the already mapped virtual addresses. in sys_mm_drv_simple_remap_region()
307 * Reset the already mapped virtual addresses. in sys_mm_drv_simple_remap_region()
369 * Reset the already mapped virtual addresses. in sys_mm_drv_simple_move_region()
387 * Reset the already mapped virtual addresses. in sys_mm_drv_simple_move_region()
455 * Reset the already mapped virtual addresses. in sys_mm_drv_simple_move_array()
475 * Reset the already mapped virtual addresses. in sys_mm_drv_simple_move_array()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.h64 * This API may update the scan parameters, for example if the scanner is already running
66 * It is not allowed to add a user that was already added.
81 * @retval -EALREADY if the user is already enabled
97 * This API may update the scan parameters, for example if the scanner is already running
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst49 In case the reported bug in a previous version has already been fixed in the current version, the d…
54 * The SHAs of the commits, if the PR has already been merged
70 Backporting requires the fix for the current version to be already merged.
82 … ``<sha>`` indicates the SHA of the commit after it has been already merged in the current version.
142 ``<pr_num>`` is the number of the original pull request that has already been merged.
145 request 137, which has already been merged to the upstream repository of MCUmgr.
/Zephyr-latest/include/zephyr/ipc/
Dipc_service_backend.h34 * @retval -EALREADY when the instance is already opened.
46 * @retval -EALREADY when the instance is not already inited.
133 * @retval -EALREADY when a buffer was already claimed and not yet released.
153 * @retval -EALREADY when the buffer was already dropped.
192 * @retval -EALREADY when the buffer data has been already hold.
210 * @retval -EALREADY when the buffer data has been already released.
/Zephyr-latest/doc/services/
Dsecure_storage.rst9 that don't already have an implementation of the API.
16 As such, it provides an implementation of the API on those that don't already have one, ensuring
19 cannot enable the subsystem because TF-M already provides an implementation of the API.
91 If you already have an implementation of the whole ITS or PS API and want to make use of it, you
/Zephyr-latest/cmake/usage/
DCMakeLists.txt11 # NB: The reason it is 'usage' and not help is that CMake already
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/
Dhse_css.overlay8 * Warning: This overlay assumes the HSE clock has already been enabled,
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/boards/
Dhse_css.overlay8 * Warning: This overlay assumes the HSE clock has already been enabled,
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
Dprj.conf12 # your RTC has already been synchronized and you want to keep its
/Zephyr-latest/include/zephyr/drivers/mm/
Dsystem_mm.h108 * @retval -EFAULT if virtual address has already been mapped
131 * @retval -EFAULT if any virtual addresses have already been mapped
155 * @retval -EFAULT if any virtual addresses have already been mapped
243 * On moving already mapped memory.
324 * On manipulating attributes of already mapped memory.
332 * This changes the attributes of physical memory page which is already
336 * it needs to be read-write and after it has already
354 * This changes the attributes of physical memory which is already
358 * it needs to be read-write and after it has already
/Zephyr-latest/soc/nxp/s32/common/
Dcmsis_rtos_v2_adapt.h11 * The HAL is defining these symbols already. To avoid interference
/Zephyr-latest/doc/connectivity/networking/api/
Dpromiscuous.rst36 printf("Promiscuous mode already enabled\n");
65 printf("Promiscuous mode already disabled\n");
/Zephyr-latest/boards/st/stm32f7508_dk/support/
Dopenocd.cfg14 # Event reset-init already uses the maximum speed however adapter speed
/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas_bcs.c71 LOG_DBG("Already battery_critical_state is %d\n", critical_state); in bt_bas_bcs_set_battery_critical_state()
88 LOG_DBG("Already immediate_service_required is %d\n", service_required); in bt_bas_bcs_set_immediate_service_required()
/Zephyr-latest/drivers/watchdog/
DKconfig.xlnx23 which already implements this API.
/Zephyr-latest/soc/renesas/rz/rzg3s/
DKconfig.defconfig22 # This is required to support debug with xSPI boot when Zephyr already booted by TF-A
/Zephyr-latest/boards/st/stm32f746g_disco/support/
Dopenocd.cfg18 # Event reset-init already uses the maximum speed however adapter speed
/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.h47 * If the group was already fetched then this function has no effect.
60 * If the block of inode table was already fetched then this function does nothing and returns
74 * If the bitmap was already fetched then this function has no effect.
86 * If the bitmap was already fetched then this function has no effect.
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst34 to access it by **locking** the associated mutex. If the mutex is already locked
54 A thread is permitted to lock a mutex it has already locked.
56 in its execution when the mutex may or may not already be locked.
123 for the mutex to become available if it is already locked by another thread.
/Zephyr-latest/tests/lib/heap/
Dtestcase.yaml5 # coverage of the RISC-V architectures via qemu platforms already.
/Zephyr-latest/lib/libc/common/source/time/
Dtime.c19 /* errno is already set by clock_gettime */ in time()
/Zephyr-latest/dts/bindings/w1/
Dzephyr,w1-serial.yaml5 # No GPIOs need to be configured here, as this is already done in the serial

12345678910>>...53