| /subsys/retention/ |
| A D | retention.c | 86 const struct retention_config *config = dev->config; in retention_checksum() local 92 size_t pos = config->offset + config->prefix_len; in retention_checksum() 93 size_t end = config->offset + config->size - config->checksum_size; in retention_checksum() 152 (config->offset + config->size), area_size); in retention_init() 167 return (config->size - config->reserved_size); in retention_size() 279 rc = retained_mem_read(config->parent, (config->offset + config->prefix_len + in retention_read() 304 rc = retained_mem_write(config->parent, (config->offset + config->prefix_len + in retention_write() 316 rc = retained_mem_write(config->parent, config->offset, (void *)config->prefix, in retention_write() 342 (config->offset + config->size - config->checksum_size), in retention_write() 348 (config->offset + config->size - config->checksum_size), in retention_write() [all …]
|
| /subsys/net/l2/ethernet/ |
| A D | ethernet_mgmt.c | 35 struct ethernet_config config = { 0 }; in ethernet_set_config() local 261 switch (config.qav_param.type) { in ethernet_get_config() 264 config.qav_param.delta_bandwidth; in ethernet_get_config() 268 config.qav_param.idle_slope; in ethernet_get_config() 272 config.qav_param.oper_idle_slope; in ethernet_get_config() 276 config.qav_param.traffic_class; in ethernet_get_config() 302 if (config.qbv_param.type == in ethernet_get_config() 315 switch (config.qbv_param.type) { in ethernet_get_config() 327 config.qbv_param.extension_time; in ethernet_get_config() 355 switch (config.qbu_param.type) { in ethernet_get_config() [all …]
|
| /subsys/testsuite/busy_sim/ |
| A D | busy_sim.c | 59 const struct busy_sim_config *config = busy_sim_dev->config; in rng_pool_work_handler() local 107 const struct busy_sim_config *config = busy_sim_dev->config; in counter_alarm_callback() local 112 if (config->pin_spec.port) { in counter_alarm_callback() 138 const struct busy_sim_config *config = busy_sim_dev->config; in busy_sim_start() local 147 if (config->entropy) { in busy_sim_start() 163 const struct busy_sim_config *config = busy_sim_dev->config; in busy_sim_stop() local 165 if (config->entropy) { in busy_sim_stop() 179 const struct busy_sim_config *config = dev->config; in busy_sim_init() local 182 if ((config->pin_spec.port && !gpio_is_ready_dt(&config->pin_spec)) || in busy_sim_init() 184 (config->entropy && !device_is_ready(config->entropy))) { in busy_sim_init() [all …]
|
| /subsys/net/l2/virtual/ |
| A D | virtual_mgmt.c | 24 struct virtual_interface_config config = { 0 }; in virtual_interface_set_config() local 44 config.family = params->family; in virtual_interface_set_config() 45 memcpy(&config.peer6addr, ¶ms->peer6addr, in virtual_interface_set_config() 46 sizeof(config.peer6addr)); in virtual_interface_set_config() 54 config.family = params->family; in virtual_interface_set_config() 55 config.mtu = params->mtu; in virtual_interface_set_config() 60 config.family = params->family; in virtual_interface_set_config() 62 sizeof(config.link_types)); in virtual_interface_set_config() 77 return api->set_config(iface, type, &config); in virtual_interface_set_config() 124 params->family = config.family; in virtual_interface_get_config() [all …]
|
| /subsys/net/lib/dhcpv6/ |
| A D | dhcpv6.c | 77 sys_rand_get(iface->config.dhcpv6.tid, sizeof(iface->config.dhcpv6.tid)); in dhcpv6_generate_tid() 137 iface->config.dhcpv6.t1 = t1_abs; in dhcvp6_update_deadlines() 1519 iface->config.dhcpv6.timeout = iface->config.dhcpv6.t1; in dhcpv6_enter_bound() 1522 &iface->config.dhcpv6, in dhcpv6_enter_bound() 2111 if (iface->config.dhcpv6.timeout > iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() 2112 iface->config.dhcpv6.timeout = iface->config.dhcpv6.expire; in dhcpv6_manage_timers() 2131 if (iface->config.dhcpv6.timeout > iface->config.dhcpv6.t2) { in dhcpv6_manage_timers() 2132 iface->config.dhcpv6.timeout = iface->config.dhcpv6.t2; in dhcpv6_manage_timers() 2151 if (iface->config.dhcpv6.timeout > iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() 2152 iface->config.dhcpv6.timeout = iface->config.dhcpv6.expire; in dhcpv6_manage_timers() [all …]
|
| /subsys/net/lib/shell/ |
| A D | Kconfig | 58 config NET_SHELL_GPTP_SUPPORTED 73 config NET_SHELL_IPV4_SUPPORTED 74 bool "IPv4 config" 78 config NET_SHELL_IPV6_SUPPORTED 79 bool "IPv6 config" 83 config NET_SHELL_IP_SUPPORTED 99 bool "PMTU config" 103 config NET_SHELL_PPP_SUPPORTED 104 bool "PPP config" 114 bool "IP routing config" [all …]
|
| /subsys/net/lib/ptp/ |
| A D | Kconfig | 26 config PTP_STACK_SIZE 33 config PTP_INIT_PRIO 45 config PTP_MSG_POLL_SIZE 58 config PTP_ORDINARY_CLOCK 61 config PTP_BOUNDARY_CLOCK 71 config PTP_CLOCK_TYPE 78 config PTP_NUM_PORTS 151 config PTP_CLOCK_ACCURACY 173 config PTP_PRIORITY1 178 config PTP_PRIORITY2 [all …]
|
| /subsys/tracing/ |
| A D | Kconfig | 8 config TRACING 20 config TRACING_CORE 30 config TRACING_NONE 48 config TRACING_CTF 54 config TRACING_TEST 61 config TRACING_USER 81 config TRACING_SYNC 88 config TRACING_ASYNC 221 config TRACING_WORK 227 config TRACING_ISR [all …]
|
| /subsys/bluetooth/controller/ |
| A D | Kconfig | 9 config BT_CTLR_ENTROPY_SUPPORT 12 config BT_CTLR_CRYPTO_SUPPORT 15 config BT_CTLR_LE_ENC_SUPPORT 137 config HAS_BT_CTLR 140 config BT_LL_SW_SPLIT 148 config BT_CTLR_HCI 171 config BT_CTLR_ENTROPY 190 config BT_CTLR_CRYPTO 559 config BT_CTLR_ECDH 616 config BT_CTLR_PHY [all …]
|
| /subsys/shell/backends/ |
| A D | Kconfig.backends | 17 config SHELL_BACKEND_SERIAL 35 config SHELL_PROMPT_UART 47 config SHELL_ASYNC_API 186 config SHELL_BACKEND_RTT 199 config SHELL_PROMPT_RTT 283 config SHELL_BACKEND_MQTT 397 config SHELL_BACKEND_RPMSG 405 config SHELL_PROMPT_RPMSG 430 config SHELL_RPMSG_MAX_RX 509 config SHELL_TELNET_PORT [all …]
|
| /subsys/net/lib/dhcpv4/ |
| A D | dhcpv4.c | 566 memcpy(&iface->config.dhcpv4.request_server_addr, &iface->config.dhcpv4.server_id, in dhcpv4_send_request() 609 iface->config.dhcpv4.xid, in dhcpv4_send_request() 632 iface->config.dhcpv4.xid++; in dhcpv4_send_discover() 659 return iface->config.dhcpv4.xid % in dhcpv4_send_discover() 669 iface->config.dhcpv4.xid++; in dhcpv4_send_decline() 758 &iface->config.dhcpv4, in dhcpv4_enter_bound() 759 sizeof(iface->config.dhcpv4)); in dhcpv4_enter_bound() 783 &iface->config.dhcpv4, in dhcpv4_manage_timers() 870 struct net_if, config); in dhcpv4_timeout() 1682 iface->config.dhcpv4.state)); in dhcpv4_iface_event_handler() [all …]
|
| /subsys/bluetooth/controller/coex/ |
| A D | coex_ticker.c | 82 const struct coex_ticker_config *config = dev->config; in time_slot_callback_work() local 88 if (gpio_pin_get_dt(&config->grant_spec) == 0) { in time_slot_callback_work() 133 const struct coex_ticker_config *cfg = dev->config; in coex_ticker_grant_start() 157 const struct coex_ticker_config *config = data->dev->config; in coex_ticker_grant_irq_handler() local 163 gpio_pin_interrupt_configure_dt(&config->grant_spec, GPIO_INT_DISABLE); in coex_ticker_grant_irq_handler() 170 const struct coex_ticker_config *config = dev->config; in coex_ticker_init() local 177 res = gpio_pin_configure_dt(&config->grant_spec, GPIO_INPUT); in coex_ticker_init() 184 BIT(config->grant_spec.pin)); in coex_ticker_init() 186 res = gpio_add_callback(config->grant_spec.port, &data->grant_irq_cb); in coex_ticker_init() 199 static struct coex_ticker_config config = { variable [all …]
|
| /subsys/modem/backends/ |
| A D | modem_backend_uart.c | 31 const struct modem_backend_uart_config *config) in modem_backend_uart_init() argument 33 __ASSERT_NO_MSG(config->uart != NULL); in modem_backend_uart_init() 34 __ASSERT_NO_MSG(config->receive_buf != NULL); in modem_backend_uart_init() 35 __ASSERT_NO_MSG(config->receive_buf_size > 1); in modem_backend_uart_init() 36 __ASSERT_NO_MSG((config->receive_buf_size % 2) == 0); in modem_backend_uart_init() 37 __ASSERT_NO_MSG(config->transmit_buf != NULL); in modem_backend_uart_init() 38 __ASSERT_NO_MSG(config->transmit_buf_size > 0); in modem_backend_uart_init() 41 backend->uart = config->uart; in modem_backend_uart_init() 48 if (modem_backend_uart_async_init(backend, config)) { in modem_backend_uart_init() 56 modem_backend_uart_isr_init(backend, config); in modem_backend_uart_init()
|
| /subsys/bluetooth/host/classic/ |
| A D | Kconfig | 9 config BT_CLASSIC 53 config BT_L2CAP_RET 59 config BT_L2CAP_FC 132 config BT_RFCOMM 156 config BT_HFP_HF 164 config BT_HFP_AG 426 config BT_AVDTP 432 config BT_A2DP 463 config BT_AVCTP 498 config BT_COD [all …]
|
| A D | a2dp_codec_sbc.c | 23 if (sbc_codec->config[0] & A2DP_SBC_CH_MODE_MONO) { in bt_a2dp_sbc_get_channel_num() 25 } else if (sbc_codec->config[0] & A2DP_SBC_CH_MODE_DUAL) { in bt_a2dp_sbc_get_channel_num() 27 } else if (sbc_codec->config[0] & A2DP_SBC_CH_MODE_STREO) { in bt_a2dp_sbc_get_channel_num() 29 } else if (sbc_codec->config[0] & A2DP_SBC_CH_MODE_JOINT) { in bt_a2dp_sbc_get_channel_num() 40 if (sbc_codec->config[0] & A2DP_SBC_SAMP_FREQ_16000) { in bt_a2dp_sbc_get_sampling_frequency() 42 } else if (sbc_codec->config[0] & A2DP_SBC_SAMP_FREQ_32000) { in bt_a2dp_sbc_get_sampling_frequency() 44 } else if (sbc_codec->config[0] & A2DP_SBC_SAMP_FREQ_44100) { in bt_a2dp_sbc_get_sampling_frequency() 46 } else if (sbc_codec->config[0] & A2DP_SBC_SAMP_FREQ_48000) { in bt_a2dp_sbc_get_sampling_frequency()
|
| /subsys/net/lib/lwm2m/ |
| A D | Kconfig.ipso | 11 config LWM2M_IPSO_TEMP_SENSOR 42 config LWM2M_IPSO_GENERIC_SENSOR 82 config LWM2M_IPSO_HUMIDITY_SENSOR 113 config LWM2M_IPSO_PRESSURE_SENSOR 144 config LWM2M_IPSO_LIGHT_CONTROL 160 config LWM2M_IPSO_ACCELEROMETER 188 config LWM2M_IPSO_BUZZER 217 config LWM2M_IPSO_TIMER 230 config LWM2M_IPSO_ONOFF_SWITCH 258 config LWM2M_IPSO_PUSH_BUTTON [all …]
|
| A D | Kconfig | 27 config LWM2M_VERSION_1_0 31 config LWM2M_VERSION_1_1 72 config LWM2M_DTLS_SUPPORT 76 config LWM2M_DNS_SUPPORT 125 config LWM2M_DTLS_CID 167 config LWM2M_TICKLESS 171 config LWM2M_INTERVAL 182 config LWM2M_PEER_PORT 442 config LWM2M_NUM_ATTR 511 config LWM2M_UPDATE_PERIOD [all …]
|
| /subsys/logging/frontends/ |
| A D | Kconfig | 6 config LOG_FRONTEND_DICT_UART 18 config LOG_FRONTEND_DICT_UART_BUFFER_SIZE 33 config LOG_FRONTEND_STMESP 39 config LOG_FRONTEND_STMESP_DICT 47 config LOG_FRONTEND_STMESP_FSC 52 config LOG_FRONTEND_STMESP_FLUSH_COUNT 59 config LOG_FRONTEND_STMESP_EARLY_BUF_SIZE 67 config LOG_FRONTEND_STMESP_DICT_VER 70 config LOG_FRONTEND_STMESP_TURBO_LOG 108 config LOG_FRONTEND_STMESP_DEMUX [all …]
|
| /subsys/net/l2/ethernet/gptp/ |
| A D | Kconfig | 20 config NET_GPTP_GM_CAPABLE 52 config NET_GPTP_CLOCK_ACCURACY_1US 64 config NET_GPTP_CLOCK_ACCURACY_1MS 76 config NET_GPTP_CLOCK_ACCURACY_1S 84 config NET_GPTP_CLOCK_ACCURACY 106 config NET_GPTP_STACK_SIZE 113 config NET_GPTP_NUM_PORTS 137 config NET_GPTP_INIT_LOG_SYNC_ITV 183 config NET_GPTP_BMCA_PRIORITY1 197 config NET_GPTP_BMCA_PRIORITY2 [all …]
|
| /subsys/net/lib/wifi_credentials/ |
| A D | Kconfig | 28 config WIFI_CREDENTIALS_BACKEND_SETTINGS 33 config WIFI_CREDENTIALS_BACKEND_PSA 37 config WIFI_CREDENTIALS_BACKEND_NONE 43 config WIFI_CREDENTIALS_MAX_ENTRIES 56 config WIFI_CREDENTIALS_SHELL 64 config WIFI_CREDENTIALS_CONNECT_STORED 91 config HEAP_MEM_POOL_ADD_SIZE_WIFI_CERT 106 config WIFI_CREDENTIALS_STATIC 111 config WIFI_CREDENTIALS_STATIC_SSID 114 config WIFI_CREDENTIALS_STATIC_PASSWORD [all …]
|
| /subsys/zbus/ |
| A D | Kconfig | 12 config ZBUS_PREFER_DYNAMIC_ALLOCATION 16 config ZBUS_CHANNELS_SYS_INIT_PRIORITY 20 config ZBUS_CHANNEL_NAME 23 config ZBUS_CHANNEL_ID 26 config ZBUS_OBSERVER_NAME 29 config ZBUS_CHANNEL_PUBLISH_STATS 32 config ZBUS_MSG_SUBSCRIBER 68 config ZBUS_RUNTIME_OBSERVERS 96 config ZBUS_PRIORITY_BOOST 103 config ZBUS_ASSERT_MOCK [all …]
|
| /subsys/bluetooth/audio/ |
| A D | Kconfig.tbs | 13 config BT_TBS 25 config BT_TBS_SUPPORTED_FEATURES 34 config BT_TBS_MAX_CALLS 41 config BT_TBS_BEARER_COUNT 55 config BT_TBS_LOCK_TIMEOUT 68 config BT_TBS_CLIENT_GTBS 77 config BT_TBS_CLIENT_TBS 86 config BT_TBS_CLIENT 91 config BT_TBS_CLIENT_MAX_CALLS 106 config BT_TBS_CLIENT_MINIMAL [all …]
|
| /subsys/net/lib/coap/ |
| A D | Kconfig | 6 config COAP 15 config COAP_TEST_API_ENABLE 20 config COAP_WELL_KNOWN_BLOCK_WISE 80 config COAP_MAX_RETRANSMIT 85 config COAP_BACKOFF_PERCENT 92 config COAP_URI_WILDCARD 99 config COAP_KEEP_USER_DATA 104 config COAP_CLIENT 118 config COAP_CLIENT_BLOCK_SIZE 165 config COAP_SERVER [all …]
|
| /subsys/modbus/ |
| A D | Kconfig | 10 config MODBUS_BUFFER_SIZE 23 config MODBUS_ROLE_CLIENT 26 config MODBUS_ROLE_SERVER 34 config MODBUS_SERVER 38 config MODBUS_CLIENT 42 config MODBUS_SERIAL 51 config MODBUS_ASCII_MODE 57 config MODBUS_RAW_ADU 62 config MODBUS_NUMOF_RAW_ADU 69 config MODBUS_FP_EXTENSIONS [all …]
|
| /subsys/net/lib/mqtt_sn/ |
| A D | Kconfig | 6 config MQTT_SN_LIB 19 config MQTT_SN_LIB_MAX_MSGS 24 config MQTT_SN_LIB_MAX_TOPICS 34 config MQTT_SN_LIB_MAX_GATEWAYS 53 config MQTT_SN_LIB_MAX_PUBLISH 58 config MQTT_SN_KEEPALIVE 66 config MQTT_SN_TRANSPORT_UDP 72 config MQTT_SN_LIB_N_RETRY 77 config MQTT_SN_LIB_T_RETRY 87 config MQTT_SN_LIB_T_GWINFO [all …]
|