/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | devicetree.h | 154 #define I3C_DEVICE_DT_DEFINE(node_id, init_fn, pm, data, config, level, \ argument 156 DEVICE_DT_DEFINE(node_id, init_fn, pm, data, config, level, \
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | socket.h | 35 int getsockopt(int sock, int level, int optname, void *optval, socklen_t *optlen); 45 int setsockopt(int sock, int level, int optname, const void *optval, socklen_t optlen);
|
/Zephyr-latest/drivers/espi/ |
D | espi_emul.c | 133 static int espi_emul_send_vwire(const struct device *dev, enum espi_vwire_signal vw, uint8_t level) in espi_emul_send_vwire() argument 153 return api->set_vw(emul->target, vw, level); in espi_emul_send_vwire() 157 uint8_t *level) in espi_emul_receive_vwire() argument 177 return api->get_vw(emul->target, vw, level); in espi_emul_receive_vwire()
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 1406 my $level = 0; 1435 if ($level == 0 && substr($blk, $off) =~ /^.\s*#\s*define/) { 1436 $level++; 1448 push(@stack, [ $type, $level ]); 1450 ($type, $level) = @{$stack[$#stack - 1]}; 1452 ($type, $level) = @{pop(@stack)}; 1457 if ($level == 0 && $c eq ';') { 1462 if ($level == 0 && $coff_set == 0 && 1473 $level++; 1477 $level--; [all …]
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_registry.c | 160 if (path->level < LWM2M_PATH_LEVEL_OBJECT) { in lwm2m_engine_get_obj() 324 if (path->level != LWM2M_PATH_LEVEL_OBJECT_INST) { in lwm2m_create_object_inst() 343 if (path->level != LWM2M_PATH_LEVEL_OBJECT_INST) { in lwm2m_delete_object_inst() 360 if (path->level < LWM2M_PATH_LEVEL_OBJECT_INST) { in lwm2m_engine_get_obj_inst() 466 if (path->level < LWM2M_PATH_LEVEL_RESOURCE) { in lwm2m_set_res_buf() 548 if (path->level < LWM2M_PATH_LEVEL_RESOURCE) { in lwm2m_engine_set() 573 path->res_inst_id, path->level); in lwm2m_engine_set() 590 path->obj_inst_id, path->res_id, path->res_inst_id, path->level); in lwm2m_engine_set() 664 path->res_inst_id, path->level); in lwm2m_engine_set() 824 if (path->level < LWM2M_PATH_LEVEL_RESOURCE) { in lwm2m_get_res_buf() [all …]
|
D | lwm2m_rw_plain_text.c | 398 if (msg->path.level < LWM2M_PATH_LEVEL_RESOURCE) { in do_read_op_plain_text() 400 } else if (msg->path.level > LWM2M_PATH_LEVEL_RESOURCE) { in do_read_op_plain_text() 403 } else if (msg->path.level > LWM2M_PATH_LEVEL_RESOURCE_INST) { in do_read_op_plain_text() 435 if (msg->path.level < 3) { in do_write_op_plain_text() 436 msg->path.level = 3U; in do_write_op_plain_text()
|
D | ipso_buzzer.c | 46 double level; member 204 buzzer_data[avail].level = 50; /* 50% */ in buzzer_create() 218 &buzzer_data[avail].level, in buzzer_create() 219 sizeof(buzzer_data[avail].level)); in buzzer_create()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socket_dispatcher.c | 302 static int sock_dispatch_getsockopt_vmeth(void *obj, int level, int optname, in sock_dispatch_getsockopt_vmeth() argument 311 return zsock_getsockopt(fd, level, optname, optval, optlen); in sock_dispatch_getsockopt_vmeth() 314 static int sock_dispatch_setsockopt_vmeth(void *obj, int level, int optname, in sock_dispatch_setsockopt_vmeth() argument 319 if ((level == SOL_SOCKET) && (optname == SO_BINDTODEVICE)) { in sock_dispatch_setsockopt_vmeth() 365 } else if ((level == SOL_TLS) && (optname == TLS_NATIVE)) { in sock_dispatch_setsockopt_vmeth() 393 return zsock_setsockopt(fd, level, optname, optval, optlen); in sock_dispatch_setsockopt_vmeth()
|
/Zephyr-latest/drivers/firmware/scmi/ |
D | mailbox.h | 103 #define DT_INST_SCMI_MAILBOX_DEFINE(inst, level, prio, api) \ argument 106 DT_INST_SCMI_TRANSPORT_DEFINE(inst, NULL, NULL, NULL, level, prio, api)
|
/Zephyr-latest/doc/build/dts/ |
D | index.rst | 12 This page links to a high level guide on devicetree as well as reference 20 The pages in this section are a high-level guide to using devicetree for Zephyr
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.dw | 18 Designware Interrupt Controller can be used as a 2nd level interrupt 20 that is then routed to the 1st level interrupt controller.
|
/Zephyr-latest/doc/develop/test/twister/ |
D | sample_blackbox_test.py | 38 def test_level(self, capfd, out_path, level, expected_tests): argument 54 + ["--level", level]
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | uart_reinit.c | 15 uint32_t level = in shell_init_from_work() local 21 log_backend, level); in shell_init_from_work()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_mcux_sctimer.c | 101 data->channel[channel].level = kSCTIMER_HighTrue; in mcux_sctimer_pwm_set_cycles() 103 data->channel[channel].level = kSCTIMER_LowTrue; in mcux_sctimer_pwm_set_cycles() 118 if (data->channel[channel].level == kSCTIMER_HighTrue) { in mcux_sctimer_pwm_set_cycles() 236 data->channel[i].level = kSCTIMER_HighTrue; in mcux_sctimer_pwm_init()
|
/Zephyr-latest/dts/xtensa/espressif/esp32/ |
D | esp32_d0wd_v3.dtsi | 14 /* Add flash or psram on board or application level */
|
/Zephyr-latest/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 384 level = 0 406 level = 1 412 level += 1 415 level -= 1 416 in_device = level > 0 430 if level == 1: 432 if (level == 2 or not in_device) and not states_written:
|
/Zephyr-latest/kernel/ |
D | Kconfig.device | 60 Default minimal init priority for each init level. 71 int "Default init priority for application level drivers" 74 This priority level is for end-user drivers such as sensors and display
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | state_binding.h | 29 uint16_t level_to_light_ctl_temp(int16_t level);
|
/Zephyr-latest/include/zephyr/logging/ |
D | log.h | 333 .level = (_level) \ 453 #define LOG_LEVEL_SET(level) static const uint32_t __log_level __unused = \ argument 454 Z_LOG_RESOLVED_LEVEL(level, 0)
|
D | log_output_dict.h | 34 uint32_t level:4; member
|
/Zephyr-latest/samples/basic/custom_dts_binding/ |
D | README.rst | 48 The GPIO pin should be switched to active level after one second. 54 Initializing pin with inactive level. 56 Setting pin to active level.
|
/Zephyr-latest/dts/riscv/starfive/ |
D | jh7110-visionfive-v2.dtsi | 49 next-level-cache = <&ccache>; 74 next-level-cache = <&ccache>; 99 next-level-cache = <&ccache>; 124 next-level-cache = <&ccache>; 171 cache-level = <2>;
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_sifive.c | 75 unsigned int level = irq_get_level(base_irq); in gpio_sifive_pin_irq() local 78 if (level == 1) { in gpio_sifive_pin_irq() 80 } else if (level == 2) { in gpio_sifive_pin_irq() 92 unsigned int level = irq_get_level(base_irq); in gpio_sifive_plic_to_pin() local 94 if (level == 2) { in gpio_sifive_plic_to_pin()
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 22 - Compile time filtering on module level. 24 - Additional run time filtering on module instance level. 39 During compilation logs can be filtered out on module basis and severity level. 46 and debug. For each severity level the logging API (:zephyr_file:`include/zephyr/logging/log.h`) 49 For each level the following set of macros are available: 58 The warning level also exposes the following additional macro: 65 level. The module must define the :c:macro:`LOG_LEVEL` macro before using the 66 API. Unless a global override is set, the module logging level will be honored. 67 The global override can only increase the logging level. It cannot be used to 69 to globally limit logs by providing maximal severity level present in the [all …]
|
/Zephyr-latest/scripts/ci/ |
D | Kconfig.board.v2 | 1 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
|