/Zephyr-Core-3.6.0/scripts/kconfig/ |
D | diffconfig | 53 def print_config(op, config, value, new_value): argument
|
/Zephyr-Core-3.6.0/kernel/ |
D | atomic_c.c | 82 atomic_val_t new_value) in z_impl_atomic_cas() 109 atomic_val_t new_value) in z_vrfy_atomic_cas() 119 atomic_ptr_val_t new_value) in z_impl_atomic_ptr_cas() 139 atomic_ptr_val_t new_value) in z_vrfy_atomic_ptr_cas()
|
/Zephyr-Core-3.6.0/subsys/timing/ |
D | timing.c | 49 atomic_t old_value, new_value; in timing_stop() local
|
/Zephyr-Core-3.6.0/lib/os/ |
D | sem.c | 16 atomic_t old_value, new_value; in bounded_dec() local 33 atomic_t old_value, new_value; in bounded_inc() local
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | atomic_builtin.h | 23 atomic_val_t new_value) in atomic_cas() 31 atomic_ptr_val_t new_value) in atomic_ptr_cas()
|
/Zephyr-Core-3.6.0/drivers/sensor/opt3001/ |
D | opt3001.c | 38 uint8_t new_value[2]; in opt3001_reg_write() local
|
/Zephyr-Core-3.6.0/drivers/sensor/vcnl36825t/ |
D | vcnl36825t.c | 48 uint16_t old_value, new_value; in vcnl36825t_update() local
|
/Zephyr-Core-3.6.0/drivers/ieee802154/ |
D | ieee802154_rf2xx_iface.c | 156 uint8_t new_value) in rf2xx_iface_bit_write()
|
/Zephyr-Core-3.6.0/modules/hal_nordic/nrfx/ |
D | nrfx_glue.h | 234 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ argument
|
/Zephyr-Core-3.6.0/subsys/net/ip/ |
D | tp.c | 494 bool new_value, old = *((bool *) value); in tp_new_find_and_apply() local 502 int new_value, old_value = *((int *) value); in tp_new_find_and_apply() local
|
/Zephyr-Core-3.6.0/drivers/sensor/bmp388/ |
D | bmp388.c | 73 uint8_t old_value, new_value; in bmp388_reg_field_update() local
|
/Zephyr-Core-3.6.0/drivers/sensor/bmm150/ |
D | bmm150.c | 65 uint8_t old_value, new_value; in bmm150_reg_update_byte() local
|
/Zephyr-Core-3.6.0/tests/net/ptp/clock/src/ |
D | main.c | 446 uint64_t orig, new_value; in test_ptp_clock_iface() local
|
/Zephyr-Core-3.6.0/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 339 static int hawkbit_device_acid_update(int32_t new_value) in hawkbit_device_acid_update()
|
/Zephyr-Core-3.6.0/arch/x86/core/ |
D | x86_mmu.c | 849 pentry_t new_value) in atomic_pte_cas() 869 pentry_t new_value) in atomic_pte_cas()
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/ |
D | i2c.h | 1568 uint8_t old_value, new_value; in i2c_reg_update_byte() local
|
D | i3c.h | 1973 uint8_t old_value, new_value; in i3c_reg_update_byte() local
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | l2cap.c | 1870 atomic_t old_value, new_value; in test_and_dec() local
|