/Zephyr-latest/arch/arm/include/cortex_a_r/ |
D | kernel_arch_func.h | 56 arch_thread_return_value_set(struct k_thread *thread, unsigned int value) in arch_thread_return_value_set()
|
/Zephyr-latest/arch/nios2/include/ |
D | kernel_arch_func.h | 41 arch_thread_return_value_set(struct k_thread *thread, unsigned int value) in arch_thread_return_value_set()
|
/Zephyr-latest/include/zephyr/xen/public/hvm/ |
D | hvm_op.h | 37 uint64_t value; /* IN/OUT */ member
|
/Zephyr-latest/include/zephyr/dt-bindings/adc/ |
D | adc.h | 18 #define ADC_ACQ_TIME(unit, value) (((unit) << 14) | ((value) & BIT_MASK(14))) argument
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_b91_trng.c | 30 uint32_t value = 0; in entropy_b91_trng_get_entropy() local
|
D | entropy_sam.c | 73 uint32_t value; in entropy_sam_get_entropy_internal() local 113 uint32_t value; in entropy_sam_get_entropy_isr() local
|
/Zephyr-latest/drivers/video/ |
D | video_emul_imager.c | 47 uint8_t value; member 157 static int emul_imager_read_reg(const struct device *const dev, uint8_t reg_addr, uint8_t *value) in emul_imager_read_reg() 171 static int emul_imager_read_int(const struct device *const dev, uint8_t reg_addr, int *value) in emul_imager_read_int() 182 static int emul_imager_write_reg(const struct device *const dev, uint8_t reg_addr, uint8_t value) in emul_imager_write_reg() 203 static int emul_imager_set_ctrl(const struct device *dev, unsigned int cid, void *value) in emul_imager_set_ctrl() 217 static int emul_imager_get_ctrl(const struct device *dev, unsigned int cid, void *value) in emul_imager_get_ctrl()
|
D | ov5640.c | 895 static int ov5640_set_ctrl_test_pattern(const struct device *dev, int value) in ov5640_set_ctrl_test_pattern() 906 static int ov5640_set_ctrl_hue(const struct device *dev, int value) in ov5640_set_ctrl_hue() 943 static int ov5640_set_ctrl_saturation(const struct device *dev, int value) in ov5640_set_ctrl_saturation() 961 static int ov5640_set_ctrl_brightness(const struct device *dev, int value) in ov5640_set_ctrl_brightness() 980 static int ov5640_set_ctrl_contrast(const struct device *dev, int value) in ov5640_set_ctrl_contrast() 997 static int ov5640_set_ctrl_gain(const struct device *dev, int value) in ov5640_set_ctrl_gain() 1021 static int ov5640_set_ctrl_hflip(const struct device *dev, int value) in ov5640_set_ctrl_hflip() 1029 static int ov5640_set_ctrl_vflip(const struct device *dev, int value) in ov5640_set_ctrl_vflip() 1037 static int ov5640_set_ctrl_power_line_freq(const struct device *dev, int value) in ov5640_set_ctrl_power_line_freq() 1063 static int ov5640_set_ctrl(const struct device *dev, unsigned int cid, void *value) in ov5640_set_ctrl() [all …]
|
/Zephyr-latest/scripts/generate_usb_vif/ |
D | generate_vif.py | 80 def is_simple_datatype(value): argument 90 def get_xml_bool_value(value): argument
|
/Zephyr-latest/include/zephyr/drivers/ |
D | emul_sensor.h | 72 struct sensor_chan_spec ch, const q31_t *value, in emul_sensor_backend_set_channel() 133 const void *value) in emul_sensor_backend_set_attribute()
|
/Zephyr-latest/tests/net/lib/lwm2m/content_json/src/ |
D | main.c | 105 #define TEST_PAYLOAD(res_id, type, value) \ argument 163 int8_t value[] = { 0, INT8_MAX, INT8_MIN }; in ZTEST() local 205 int16_t value[] = { 0, INT16_MAX, INT16_MIN }; in ZTEST() local 247 int32_t value[] = { 0, INT32_MAX, INT32_MIN }; in ZTEST() local 289 int64_t value[] = { 0, INT64_MAX, INT64_MIN }; in ZTEST() local 361 double value[] = { 0., 0.123, -0.987, 3., -10., 2.333, -123.125 }; in ZTEST() local 407 bool value[] = { true, false }; in ZTEST() local 448 struct lwm2m_objlnk value[] = { in ZTEST() local
|
/Zephyr-latest/lib/utils/ |
D | ring_buffer.c | 141 uint32_t value :8; /**< Room for small integral values */ member 144 int ring_buf_item_put(struct ring_buf *buf, uint16_t type, uint8_t value, in ring_buf_item_put() 186 int ring_buf_item_get(struct ring_buf *buf, uint16_t *type, uint8_t *value, in ring_buf_item_get()
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_runner.py | 2125 def results_done_increment(value=1, decrement=False): argument 2128 def filtered_configs_increment(value=1, decrement=False): argument 2131 def filtered_static_increment(value=1, decrement=False): argument 2134 def filtered_runtime_increment(value=1, decrement=False): argument 2137 def failed_increment(value=1, decrement=False): argument 2140 def notrun_increment(value=1, decrement=False): argument 2553 def iteration_increment(value=1, decrement=False): argument 2645 def filtered_configs_increment(value=1, decrement=False): argument 2648 def filtered_static_increment(value=1, decrement=False): argument 2651 def error_increment(value=1, decrement=False): argument [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | cntr.c | 104 void cntr_cmp_set(uint8_t cmp, uint32_t value) in cntr_cmp_set()
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/src/ |
D | messages.h | 17 int value; member
|
/Zephyr-latest/include/zephyr/net/prometheus/ |
D | gauge.h | 33 double value; member
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_rcar.c | 62 static inline void gpio_rcar_write(const struct device *dev, uint32_t offs, uint32_t value) in gpio_rcar_write() 68 uint32_t offs, int bit, bool value) in gpio_rcar_modify_bit() 153 gpio_port_value_t *value) in gpio_rcar_port_get_raw() 161 gpio_port_value_t value) in gpio_rcar_port_set_masked_raw()
|
D | gpio_mcp23xxx.c | 63 static int write_port_regs(const struct device *dev, uint8_t reg, uint16_t value) in write_port_regs() 86 static int write_iocon(const struct device *dev, uint8_t value) in write_iocon() 206 static int mcp23xxx_port_get_raw(const struct device *dev, uint32_t *value) in mcp23xxx_port_get_raw() 227 static int mcp23xxx_port_set_masked_raw(const struct device *dev, uint32_t mask, uint32_t value) in mcp23xxx_port_set_masked_raw()
|
D | gpio_lmp90xxx.c | 85 gpio_port_value_t *value) in gpio_lmp90xxx_port_get_raw() 94 gpio_port_value_t value) in gpio_lmp90xxx_port_set_masked_raw()
|
D | gpio_ads1x4s0x.c | 73 static int gpio_ads1x4s0x_port_get_raw(const struct device *dev, gpio_port_value_t *value) in gpio_ads1x4s0x_port_get_raw() 81 gpio_port_value_t value) in gpio_ads1x4s0x_port_set_masked_raw()
|
/Zephyr-latest/tests/bluetooth/gatt/src/ |
D | main.c | 37 static void test1_ccc_cfg_changed(const struct bt_gatt_attr *attr, uint16_t value) in test1_ccc_cfg_changed() 45 const char *value = attr->user_data; in read_test() local 55 uint8_t *value = attr->user_data; in write_test() local 443 char *value = " "; in ZTEST() local
|
/Zephyr-latest/samples/bluetooth/direct_adv/src/ |
D | main.c | 42 int *value = &signed_value; in read_signed() local 52 int *value = &signed_value; in write_signed() local
|
/Zephyr-latest/lib/posix/options/ |
D | key.c | 168 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() 248 void *value = NULL; in pthread_getspecific() local
|
/Zephyr-latest/soc/nxp/imx/imx8/adsp/include/adsp/ |
D | io.h | 26 uint32_t value) in io_reg_update_bits()
|
/Zephyr-latest/soc/nxp/imx/imx8m/adsp/include/adsp/ |
D | io.h | 26 uint32_t value) in io_reg_update_bits()
|