Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 25 of 40) sorted by relevance

12

/device/board/unionman/unionpi_tiger/bootloader/images/
Dopenharmony.conf5 file="u-boot.bin" main_type= "USB" sub_type="DDR"
6 file="u-boot.bin" main_type= "USB" sub_type="UBOOT"
7 file="u-boot.bin" main_type="UBOOT" sub_type="aml_sdc_burn"
8 file="platform.conf" main_type= "conf" sub_type="platform"
9 file="aml_sdc_burn.ini" main_type="ini" sub_type="aml_sdc_burn"
10 file="dtb.img" main_type="dtb" sub_type="meson1"
14 file="boot.img" main_type="PARTITION" sub_type="boot"
15 file="updater.img" main_type="PARTITION" sub_type="updater"
16 file="system.img" main_type="PARTITION" sub_type="system"
17 file="vendor.img" main_type="PARTITION" sub_type="vendor"
[all …]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
Dfrw_event.c109 ret, frw_event->event_hdr.type, frw_event->event_hdr.sub_type); in frw_event_free()
133 us_qid, event_hrd->vap_id, event_hrd->type, event_hrd->sub_type); in frw_event_to_qid()
642 event_hdr->sub_type, event_hdr->pipeline, event_queue->queue.max_elements); in frw_event_post_event()
694 hi_u8 sub_type; in frw_event_lookup_process_entry() local
698 sub_type = event_hrd->sub_type; in frw_event_lookup_process_entry()
704 event_hrd->type, sub_type, event_hrd->pipeline); in frw_event_lookup_process_entry()
712 sub_type, index); in frw_event_lookup_process_entry()
716 if (frw_event_table->sub_table[sub_type].func == HI_NULL) { in frw_event_lookup_process_entry()
717 …_msg_e2(0, "{frw_event_lookup_process_entry:: p_func is NULL! sub_type[%d], index[%d].}", sub_type, in frw_event_lookup_process_entry()
723 if (frw_event_table->sub_table[sub_type].func != HI_NULL) { in frw_event_lookup_process_entry()
[all …]
Dfrw_event.h158 frw_field_setup((_pst_event_hdr), sub_type, (_uc_sub_type)); \
166 … frw_field_setup((_pst_event_hdr), sub_type, (_uc_sub_type)); \
195 hi_u8 sub_type: 6; /* 事件子类型 */ member
Dfrw_timer.c59 frw_field_setup((&event->event_hdr), sub_type, (FRW_TIMEOUT_TIMER_EVENT)); in frw_timer_timeout_event()
199 frw_field_setup((&event->event_hdr), sub_type, (FRW_TIMEOUT_TIMER_EVENT)); in frw_timer_timeout_proc_event()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_comm.h90 hi_u8 sub_type; /* 事件子类型 */ member
125 hi_u32 sub_type; member
139 hi_u16 sub_type: 4; /* sub type to hcc type,refer to hcc_action_type */ member
269 …tic inline hi_void hcc_hdr_param_init(hcc_transfer_param *param, hi_u32 main_type, hi_u32 sub_type, in hcc_hdr_param_init() argument
273 param->sub_type = sub_type; in hcc_hdr_param_init()
Dhmac_hcc_adapt.c79 mac_header_len, event_hdr->type, event_hdr->sub_type); in hmac_hcc_rx_event_comm_adapt()
117 hi_u8 sub_type; in hmac_hcc_expand_rx_adpat_event() local
126 sub_type = hcc_event_hdr->sub_type; in hmac_hcc_expand_rx_adpat_event()
141 sub_type, in hmac_hcc_expand_rx_adpat_event()
Dhcc_hmac.c107 ext_hdr->nest_sub_type = event_hdr->sub_type; in hcc_hmac_tx_adapt_extend_hdr_init()
137 hcc_hdr->sub_type = param->sub_type; in hcc_hmac_tx_hcc_hdr_init()
272 …hi_u32 sub_type = (event->event_hdr.type == FRW_EVENT_TYPE_HOST_DRX) ? WIFI_DATA_TYPE : WIFI_CONTR… in hcc_tx_netbuf_normal() local
282 …if (event->event_hdr.type == FRW_EVENT_TYPE_HOST_CRX && event->event_hdr.sub_type == HMAC_TO_DMAC_… in hcc_tx_netbuf_normal()
295 hcc_hdr_param_init(&param, HCC_ACTION_TYPE_WIFI, sub_type, in hcc_tx_netbuf_normal()
Dhcc_slave.c258 hcc_hdr->sub_type = param->sub_type; in hcc_slave_build_header()
757 ext_hdr->nest_sub_type = event_hdr->sub_type; in hcc_oam_log_tx()
790 if ((hdr->main_type >= HCC_ACTION_TYPE_BUTT) || (hdr->sub_type >= WIFI_SUB_TYPE_BUTT) || in hcc_check_header_vaild()
808 if (rx_action->pre_do(hcc_head->sub_type, &slave_netbuf, &pre_context) != HI_SUCCESS) { in hcc_exec_action()
830 (hi_void)rx_action->post_do(hcc_head->sub_type, &slave_netbuf, pre_context); in hcc_exec_action()
Dhcc_host.c279 hcc_hdr->main_type, hcc_hdr->sub_type, hcc_hdr->pad_hdr, hcc_hdr->pad_payload);
363 pre_ret = rx_action->pre_do(hcc_hdr->sub_type, &hcc_netbuf, &pre_context);
370 rx_action->post_do(hcc_hdr->sub_type, &hcc_netbuf, pre_context);
373 hcc_hdr->main_type, hcc_hdr->sub_type);
1581 hi_u32 hcc_send_control_msg(hcc_handler_stru *hcc_handler, hi_u8 sub_type, hi_u8 *buf, int len) argument
1602 …frw_event_hdr_init(&(event->event_hdr), FRW_EVENT_TYPE_HCC, sub_type, len, FRW_EVENT_PIPELINE_STAG…
1634 ext_hdr->nest_sub_type = event_hdr->sub_type;
Dhcc_host.h413 hi_u32 hcc_send_control_msg(hcc_handler_stru *hcc_handler, hi_u8 sub_type, hi_u8 *buf, int len);
/device/soc/amlogic/a311d/hardware/media/libamcodec/include/
Dcodec_type.h113 int sub_type; ///< stream subtitle type(TXT, SSA...) member
177 int sub_type; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_event.c852 return sub_table_item[event_hdr->sub_type].func(event_mem); in hmac_from_dmac_rx_control_handle()
868 switch (event_hdr->sub_type) { in hmac_from_dmac_rx_data_handle()
883 …iag_log_msg_e1(0, "hmac_from_dmac_rx_data_handle:: invalid CRX sub-type:%d.", event_hdr->sub_type); in hmac_from_dmac_rx_data_handle()
889 switch (event_hdr->sub_type) { in hmac_from_dmac_rx_data_handle()
896 …iag_log_msg_e1(0, "hmac_from_dmac_rx_data_handle:: invalid DRX sub-type:%d.", event_hdr->sub_type); in hmac_from_dmac_rx_data_handle()
906 return sub_table_item[event_hdr->sub_type].func(event_mem); in hmac_from_dmac_rx_data_handle()
964 …mac_send_event_to_host(const mac_vap_stru *mac_vap, const hi_u8 *param, hi_u16 len, hi_u8 sub_type) in hmac_send_event_to_host() argument
980 …frw_event_hdr_init(&(event->event_hdr), FRW_EVENT_TYPE_HOST_CTX, sub_type, len, FRW_EVENT_PIPELINE… in hmac_send_event_to_host()
Dhmac_uapsd.h47 hi_void hmac_uapsd_update_user_para(const hi_u8 *puc_mac_hdr, hi_u8 sub_type, hi_u32 msg_len,
Dhmac_uapsd.c145 hi_void hmac_uapsd_update_user_para(const hi_u8 *puc_mac_hdr, hi_u8 sub_type, hi_u32 msg_len, in hmac_uapsd_update_user_para() argument
154 if (WLAN_FC0_SUBTYPE_REASSOC_REQ == sub_type) { in hmac_uapsd_update_user_para()
Dhmac_event.h53 …ac_send_event_to_host(const mac_vap_stru *mac_vap, const hi_u8 *param, hi_u16 len, hi_u8 sub_type);
Dhmac_chan_mgmt.c329 static hi_void hmac_chan_ctrl_machw_tx(const mac_vap_stru *mac_vap, hi_u8 sub_type) in hmac_chan_ctrl_machw_tx() argument
345 …frw_event_hdr_init(&(event->event_hdr), FRW_EVENT_TYPE_WLAN_CTX, sub_type, 0, FRW_EVENT_PIPELINE_S… in hmac_chan_ctrl_machw_tx()
Dhmac_crypto_tkip.c103 if (frame_4addr_hdr->frame_control.sub_type == WLAN_QOS_DATA) { in hmac_crypto_tkip_michael_hdr()
Dhmac_mgmt_ap.c963 static hi_void hmac_ap_up_update_asoc_entry_prot(const hi_u8 *puc_mac_hdr, hi_u8 sub_type, hi_u32 m… in hmac_ap_up_update_asoc_entry_prot() argument
967 hmac_uapsd_update_user_para(puc_mac_hdr, sub_type, msg_len, hmac_user); in hmac_ap_up_update_asoc_entry_prot()
1032 hi_u8 sub_type = mac_get_frame_sub_type(sta_user->puc_mac_hdr); in hmac_sta_several_param_proc() local
1034 …if ((hmac_vap->base_vap->vap_mode == WLAN_VAP_MODE_MESH) && (sub_type == WLAN_FC0_SUBTYPE_ACTION))… in hmac_sta_several_param_proc()
1073 … hmac_ap_up_update_asoc_entry_prot(sta_user->puc_payload, sub_type, sta_user->msg_len, hmac_user); in hmac_sta_several_param_proc()
Dhmac_wow.c1188 …(event_hrd->type << 16) | event_hrd->sub_type, event_dir, cnt, hmac_wow_get_host_state()); /* 左移16… in hmac_wow_check_event()
Ddmac_ext_if.h936 …(mac_ieee80211_frame_stru *)((hi_u8 *)(_pst_tx_ctrl) + HI_MAX_DEV_CB_LEN))->frame_control.sub_type)
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_scan.c229 frame_hdr->frame_control.sub_type = in wal_inform_all_bss()
230 …(frame_hdr->frame_control.sub_type == WLAN_BEACON) ? WLAN_PROBE_RSP : frame_hdr->frame_control.sub… in wal_inform_all_bss()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dmbo.h254 uint8 sub_type;
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dmbo.h253 uint8 sub_type;
/device/soc/amlogic/a311d/hardware/media/libamplayer/include/
Dplayer_type.h147 unsigned int sub_type; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/halmac/halmac_88xx/
Dhalmac_common_88xx.c73 u16 sub_type:4; member
2647 switch (wlhdr->sub_type) { in wlhdr_mgmt_valid_88xx()
2677 switch (wlhdr->sub_type) { in wlhdr_ctrl_valid_88xx()
2697 switch (wlhdr->sub_type) { in wlhdr_data_valid_88xx()

12