Home
last modified time | relevance | path

Searched refs:lock (Results 376 – 400 of 483) sorted by relevance

1...<<11121314151617181920

/Zephyr-latest/drivers/crypto/
Dcrypto_smartbond.c137 bool lock = false; in crypto_smartbond_lock_session() local
148 lock = true; in crypto_smartbond_lock_session()
153 return lock; in crypto_smartbond_lock_session()
/Zephyr-latest/subsys/shell/backends/
Dshell_mqtt.c59 return k_mutex_lock(&sh_mqtt->lock, timeout); in sh_mqtt_context_lock()
65 (void)k_mutex_unlock(&sh_mqtt->lock); in sh_mqtt_context_unlock()
651 (void)k_mutex_init(&sh_mqtt->lock); in init()
/Zephyr-latest/drivers/dma/
Ddma_iproc_pax_v2.c701 k_mutex_init(&pd->ring[r].lock); in dma_iproc_pax_init()
1008 k_mutex_lock(&ring->lock, K_FOREVER); in dma_iproc_pax_configure()
1033 k_mutex_unlock(&ring->lock); in dma_iproc_pax_configure()
1067 k_mutex_lock(&ring->lock, K_FOREVER); in dma_iproc_pax_transfer_start()
1069 k_mutex_unlock(&ring->lock); in dma_iproc_pax_transfer_start()
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/
Dxg24_ek2703a.dts85 dpll-lock = "phase";
/Zephyr-latest/boards/silabs/radio_boards/xg23_rb4210a/
Dxg23_rb4210a.dts88 dpll-lock = "phase";
/Zephyr-latest/boards/silabs/radio_boards/xg24_rb4187c/
Dxg24_rb4187c.dts90 dpll-lock = "phase";
/Zephyr-latest/boards/ezurio/rm1xx_dvk/
Drm1xx_dvk.dts85 has-lock = <0xbc>;
/Zephyr-latest/boards/silabs/dev_kits/xg24_dk2601b/
Dxg24_dk2601b.dts96 dpll-lock = "phase";
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg16 int "Mutex lock timeout in milliseconds"
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dcsip_set_member.c298 SHELL_CMD_ARG(lock, NULL, "Lock the set", cmd_csip_set_member_lock, 1, 0),
Dcap_acceptor.c321 SHELL_CMD_ARG(lock, NULL, "Lock the set", cmd_cap_acceptor_lock, 1, 0),
/Zephyr-latest/dts/arm/atmel/
Dsamd2x.dtsi70 lock-regions = <16>;
Dsaml2x.dtsi73 lock-regions = <16>;
Dsamc2x.dtsi71 lock-regions = <16>;
/Zephyr-latest/drivers/clock_control/
Dclock_control_litex.h214 uint32_t lock; member
/Zephyr-latest/drivers/spi/
Dspi_sam.c53 struct k_spinlock lock; member
68 return k_spin_lock(&data->lock); in spi_spin_lock()
75 k_spin_unlock(&data->lock, key); in spi_spin_unlock()
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_member.c957 bool lock, bool force) in bt_csip_set_member_lock() argument
962 if (lock) { in bt_csip_set_member_lock()
968 if (!lock && force) { in bt_csip_set_member_lock()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py76 self.lock = Lock()
380 s_dev.lock = None
Drunner.py138 self.lock = Lock()
951 def process(self, pipeline, done, message, lock, results): argument
1128 with lock:
1925 def pipeline_mgr(self, pipeline, done_queue, lock, results): argument
1938 pb.process(pipeline, done_queue, task, lock, results)
1956 pb.process(pipeline, done_queue, task, lock, results)
1968 lock = Lock()
1977 p = Process(target=self.pipeline_mgr, args=(pipeline, done, lock, self.results, ))
/Zephyr-latest/doc/hardware/peripherals/
Dmspi.rst59 * Release any lock if applicable.
89 #. Release the controller mutex lock.
Ddma.rst30 lock.
/Zephyr-latest/subsys/debug/
DKconfig64 While this is a safe run from the thread list perspective it may lock
284 int "Spin lock holding time limit in cycles"
290 the lock has been held is less than the configured value. Requires
291 the timer driver sys_clock_get_cycles_32() be lock free.
/Zephyr-latest/drivers/usb/udc/
Dudc_skeleton.c342 .lock = udc_skeleton_lock,
/Zephyr-latest/doc/
Dindex.rst65 <span class="grid-icon fa fa-lock"></span>
/Zephyr-latest/include/zephyr/net/
Dnet_pkt_filter.h65 struct k_spinlock lock; /**< Lock protecting the list access */ member

1...<<11121314151617181920