Home
last modified time | relevance | path

Searched refs:type (Results 1 – 23 of 23) sorted by relevance

/modules/nrf_wifi/os/
A Dwork.c60 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 Dwork.h30 enum zep_work_type type; member
A Dshim.c821 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 Dlvgl_common_input.h32 #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 Dreboot.c28 void sys_arch_reboot(int type) in sys_arch_reboot() argument
30 ARG_UNUSED(type); in sys_arch_reboot()
/modules/hostap/src/
A Dhapd_api.c82 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 Dsupp_main.c275 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 Dsupp_api.c853 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 DKconfig20 When enabled, the build type of TF-A would be debug.
/modules/hal_afbr/
A DCMakeLists.txt44 message(FATAL_ERROR "Unsupported CPU type")
/modules/hal_nordic/nrfs/dvfs/
A Dld_dvfs_handler.c205 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 DCMakeLists.txt29 message(FATAL_ERROR "No flash type selected")
/modules/hal_silabs/simplicity_sdk/
A DKconfig31 Name of custom PA curve type header file for use by PA initialization.
/modules/lvgl/
A Dlvgl_shell.c89 if (lvgl_monkey_indev_from_string(argv[1], &default_config.type) < 0) { in cmd_lvgl_monkey_create()
/modules/openthread/platform/
A Dinfra_if.c143 switch (opt_hdr->type) { in handle_ra_from_ot()
A Dradio.c1557 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 DKconfig25 object dictionary. If data type is DOMAIN, data length is
/modules/openthread/
A DKconfig.thread43 prompt "OpenThread device type"
45 This option selects Thread network device type
A DKconfig217 prompt "OpenThread Co-Processor type"
219 This option selects Thread network co-processor type
/modules/thrift/src/thrift/protocol/
A DTBinaryProtocol.h181 int getMinSerializedSize(TType type) override;
/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
A Dcyabs_rtos_zephyr.c765 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 DKconfig.mbedtls562 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 DKconfig.tfm102 prompt "The build type for TFM"
277 string "The signature type used to sign the secure and non-secure firmware images."

Completed in 57 milliseconds