Home
last modified time | relevance | path

Searched defs:level (Results 101 – 125 of 209) sorted by relevance

123456789

/Zephyr-latest/tests/subsys/logging/log_links/src/
Dmain.c154 uint32_t level = log_filter_get(NULL, d, s, false); in test_single_compile_level() local
/Zephyr-latest/drivers/espi/
Despi_it8xxx2.c591 #define VW_CHAN(signal, index, level, valid) \ argument
699 enum espi_vwire_signal signal, uint8_t level) in espi_it8xxx2_send_vwire()
724 enum espi_vwire_signal signal, uint8_t *level) in espi_it8xxx2_receive_vwire()
1363 uint8_t level = 0; in espi_it8xxx2_vw_notify_system_state() local
1397 uint8_t level = 0; in espi_vw_oob_rst_warn_isr() local
1439 uint8_t level = 0; in espi_vw_host_rst_warn_isr() local
1465 uint8_t level = 0; in espi_vw_sus_warn_isr() local
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c185 uint8_t level = packet->hdr.level; in log_message_process() local
211 uint8_t level = (uint8_t)((*lptr)[0]) - (uint8_t)'0'; in trace_point_process() local
771 uint32_t level = CONFIG_LOG_MAX_LEVEL; in etr_process_init() local
/Zephyr-latest/scripts/build/
Dcheck_init_priorities.py60 def __init__(self, level, priority): argument
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.c67 void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c142 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed()
/Zephyr-latest/drivers/video/
Dov2640.c560 static int ov2640_set_level(const struct device *dev, int level, in ov2640_set_level()
581 static int ov2640_set_brightness(const struct device *dev, int level) in ov2640_set_brightness()
595 static int ov2640_set_saturation(const struct device *dev, int level) in ov2640_set_saturation()
609 static int ov2640_set_contrast(const struct device *dev, int level) in ov2640_set_contrast()
/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_dispatcher.c302 static int sock_dispatch_getsockopt_vmeth(void *obj, int level, int optname, in sock_dispatch_getsockopt_vmeth()
314 static int sock_dispatch_setsockopt_vmeth(void *obj, int level, int optname, in sock_dispatch_setsockopt_vmeth()
Dsockets_inet.c929 static int insert_pktinfo(struct msghdr *msg, int level, int type, in insert_pktinfo()
1707 int zsock_getsockopt_ctx(struct net_context *ctx, int level, int optname, in zsock_getsockopt_ctx()
2200 int zsock_setsockopt_ctx(struct net_context *ctx, int level, int optname, in zsock_setsockopt_ctx()
2984 static int sock_getsockopt_vmeth(void *obj, int level, int optname, in sock_getsockopt_vmeth()
2990 static int sock_setsockopt_vmeth(void *obj, int level, int optname, in sock_setsockopt_vmeth()
/Zephyr-latest/drivers/pwm/
Dpwm_mcux.c48 pwm_level_select_t level; in mcux_pwm_set_cycles_internal() local
/Zephyr-latest/drivers/flash/
Dflash_stm32g4x.c325 void flash_stm32_set_rdp_level(const struct device *dev, uint8_t level) in flash_stm32_set_rdp_level()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dipso_buzzer.c46 double level; member
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_frame.c714 uint8_t level, authtag_len, payload_len; in ieee802154_create_data_frame() local
936 uint8_t level, authtag_len, ll_hdr_len, payload_len; in ieee802154_decipher_data_frame() local
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmock_backend.c58 uint8_t level, in mock_log_backend_generic_record()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c304 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c130 static void security_changed_cb(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed_cb()
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c164 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed()
/Zephyr-latest/include/zephyr/logging/
Dlog_core.h232 static inline char z_log_minimal_level_to_char(int level) in z_log_minimal_level_to_char()
530 static inline void log_generic(uint8_t level, const char *fmt, va_list ap) in log_generic()
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_database.py231 def add_log_instance(self, source_id, name, level, address): argument
/Zephyr-latest/include/zephyr/net/
Dieee802154.h225 uint8_t level : 3; member
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c86 void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c80 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c211 static void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed()
/Zephyr-latest/include/zephyr/arch/arm64/
Dcache.h35 #define CLIDR_EL1_CTYPE_SHIFT(level) ((level) * 3) argument
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c67 void security_changed(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed()

123456789