| /modules/nrf_wifi/os/ |
| A D | work.c | 60 struct zep_work_item *work_alloc(enum zep_work_type type) in work_alloc() argument 70 zep_work_item[free_work_index].type = type; in work_alloc() 134 if (item->type == ZEP_WORK_TYPE_IRQ) { in work_schedule() 136 } else if (item->type == ZEP_WORK_TYPE_BH) { in work_schedule() 140 else if (item->type == ZEP_WORK_TYPE_TX_DONE) { in work_schedule() 145 else if (item->type == ZEP_WORK_TYPE_RX) { in work_schedule()
|
| A D | work.h | 30 enum zep_work_type type; member
|
| A D | shim.c | 821 static void *zep_shim_work_alloc(int type) in zep_shim_work_alloc() argument 823 return work_alloc(type); in zep_shim_work_alloc()
|
| /modules/lvgl/include/ |
| A D | lvgl_common_input.h | 32 #define LVGL_INPUT_EVENT_MSGQ(inst, type) lvgl_input_msgq_##type##_##inst argument 38 #define LVGL_INPUT_DEFINE(inst, type, msgq_size, process_evt_cb) \ argument 41 K_MSGQ_DEFINE(lvgl_input_msgq_##type##_##inst, sizeof(lv_indev_data_t), msgq_size, 4)
|
| /modules/trusted-firmware-m/src/ |
| A D | reboot.c | 28 void sys_arch_reboot(int type) in sys_arch_reboot() argument 30 ARG_UNUSED(type); in sys_arch_reboot()
|
| /modules/hostap/src/ |
| A D | hapd_api.c | 82 char *type, uint8_t *data, uint32_t data_len) in hapd_process_cert_data() argument 84 if (os_strcmp(type, "ca_cert_blob") == 0) { in hapd_process_cert_data() 87 } else if (os_strcmp(type, "server_cert_blob") == 0) { in hapd_process_cert_data() 90 } else if (os_strcmp(type, "private_key_blob") == 0) { in hapd_process_cert_data() 93 } else if (os_strcmp(type, "dh_blob") == 0) { in hapd_process_cert_data() 110 if (params->security == hapd_eap_config[index].type) { in hapd_get_eap_config() 659 if (params->type & WIFI_AP_CONFIG_PARAM_MAX_NUM_STA) { in hostapd_ap_config_params() 668 if (params->type & WIFI_AP_CONFIG_PARAM_HT_CAPAB) { in hostapd_ap_config_params() 677 if (params->type & WIFI_AP_CONFIG_PARAM_VHT_CAPAB) { in hostapd_ap_config_params()
|
| A D | supp_main.c | 275 static void zephyr_hostap_ctrl_iface_msg_cb(void *ctx, int level, enum wpa_msg_type type, in zephyr_hostap_ctrl_iface_msg_cb() argument 279 ARG_UNUSED(type); in zephyr_hostap_ctrl_iface_msg_cb()
|
| A D | supp_api.c | 853 if (params->security == eap_config[index].type) { in wpas_add_and_config_network() 2041 params.type = WIFI_AP_CONFIG_PARAM_BANDWIDTH; 2327 if (params->bootstrap_gen.type) { 2465 if (params->type & WIFI_CONFIG_PARAM_OKC) {
|
| /modules/trusted-firmware-a/ |
| A D | Kconfig | 20 When enabled, the build type of TF-A would be debug.
|
| /modules/hal_afbr/ |
| A D | CMakeLists.txt | 44 message(FATAL_ERROR "Unsupported CPU type")
|
| /modules/hal_nordic/nrfs/dvfs/ |
| A D | ld_dvfs_handler.c | 205 switch (p_evt->type) { in nrfs_dvfs_evt_handler() 269 LOG_ERR("DVFS handler - unexpected event: 0x%x", p_evt->type); in nrfs_dvfs_evt_handler()
|
| /modules/hal_rpi_pico/bootloader/ |
| A D | CMakeLists.txt | 29 message(FATAL_ERROR "No flash type selected")
|
| /modules/hal_silabs/simplicity_sdk/ |
| A D | Kconfig | 31 Name of custom PA curve type header file for use by PA initialization.
|
| /modules/lvgl/ |
| A D | lvgl_shell.c | 89 if (lvgl_monkey_indev_from_string(argv[1], &default_config.type) < 0) { in cmd_lvgl_monkey_create()
|
| /modules/openthread/platform/ |
| A D | infra_if.c | 143 switch (opt_hdr->type) { in handle_ra_from_ot()
|
| A D | radio.c | 1557 const uint8_t type = 0x00; in set_vendor_ie_header_lm() local 1583 ie_header[1] = (ie_header[1] & ~type_mask) | (type & type_mask); in set_vendor_ie_header_lm()
|
| /modules/canopennode/ |
| A D | Kconfig | 25 object dictionary. If data type is DOMAIN, data length is
|
| /modules/openthread/ |
| A D | Kconfig.thread | 43 prompt "OpenThread device type" 45 This option selects Thread network device type
|
| A D | Kconfig | 217 prompt "OpenThread Co-Processor type" 219 This option selects Thread network co-processor type
|
| /modules/thrift/src/thrift/protocol/ |
| A D | TBinaryProtocol.h | 181 int getMinSerializedSize(TType type) override;
|
| /modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/ |
| A D | cyabs_rtos_zephyr.c | 765 cy_rslt_t cy_rtos_init_timer(cy_timer_t *timer, cy_timer_trigger_type_t type, in cy_rtos_init_timer() argument 774 timer->trigger_type = (uint32_t)type; in cy_rtos_init_timer()
|
| /modules/mbedtls/ |
| A D | Kconfig.mbedtls | 562 Security level in this case really depends on the type of entropy 640 contain the largest asymmetric/symmetric key type enabled in the build 650 * the length of the largest asymmetric/symmetric key type enabled in
|
| /modules/trusted-firmware-m/ |
| A D | Kconfig.tfm | 102 prompt "The build type for TFM" 277 string "The signature type used to sign the secure and non-secure firmware images."
|