Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:oal_memalloc
(Results
1 - 24
of
24
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_cfg80211_apt.c
95
new_sta_info.ie = (hi_u8 *)
oal_memalloc
(sinfo->assoc_req_ies_len);
in cfg80211_new_sta()
180
rx_mgmt.buf =
oal_memalloc
(len);
in cfg80211_rx_mgmt()
248
tx_status.buf =
oal_memalloc
(len);
in cfg80211_mgmt_tx_status()
309
scan_result.variable =
oal_memalloc
(ie_len + beacon_len);
in cfg80211_inform_bss_frame()
414
connect_result.req_ie =
oal_memalloc
(connet_result->req_ie_len);
in cfg80211_connect_result()
429
connect_result.resp_ie =
oal_memalloc
(connet_result->rsp_ie_len);
in cfg80211_connect_result()
483
disconnect.ie =
oal_memalloc
(ie_len);
in cfg80211_disconnected()
H
A
D
wal_ioctl.c
1912
pc_command =
oal_memalloc
((hi_s32)(wrqu->data.length + 1));
in wal_ioctl_set_mac_filters()
2054
pc_command =
oal_memalloc
((hi_s32)(wrqu->data.length + 1));
in wal_ioctl_set_ap_config()
2142
pc_command =
oal_memalloc
((hi_s32)(wrqu->data.length + 1));
in wal_ioctl_set_ap_sta_disassoc()
3025
puc_command =
oal_memalloc
((hi_u32)(priv_cmd.l_total_len + 1)); /* total len 为priv cmd 后面buffer 长度 */
in wal_priv_cmd()
H
A
D
wal_scan.c
307
scan_param->pul_channels_2_g = (hi_u32 *)
oal_memalloc
(request->n_channels * sizeof(hi_u32));
in wal_set_scan_channel()
H
A
D
wal_customize.c
1322
g_customize_init_params = (hi_u32 *)
oal_memalloc
(sizeof(hi_u32) * INIT_CFG_BUTT);
in wal_customize_init()
H
A
D
hi_wifi_driver_api.c
101
pc_buffer =
oal_memalloc
(total_len * sizeof(hi_char));
in hi_wifi_hipriv()
H
A
D
wal_cfg80211.c
3557
hi_u8 *puc_beacon_info_tmp = (hi_u8 *)(
oal_memalloc
(beacon_len));
in wal_cfg80211_configuration_beacon()
H
A
D
wal_hipriv.c
6876
buffer =
oal_memalloc
(total_len);
in hi_wifi_at_start()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_mm.h
55
static inline hi_void *
oal_memalloc
(hi_u32 ul_size)
in oal_memalloc()
function
H
A
D
plat_firmware.h
109
#define OS_KMALLOC_GFP(size)
oal_memalloc
(size)
H
A
D
oal_mem.h
39
#define hi_malloc(_id, _size)
oal_memalloc
((_size) + OAL_MEM_MAX_WORD_ALIGNMENT_BUFFER)
H
A
D
oal_net.c
392
oal_hisi_eapol_stru *hisi_eapol = (oal_hisi_eapol_stru *)
oal_memalloc
(sizeof(oal_hisi_eapol_stru));
in OalInitSpecialProcPriv()
430
netdev = (oal_net_device_stru *)
oal_memalloc
(sizeof(oal_net_device_stru));
in oal_net_alloc_netdev_mqs()
H
A
D
oal_sdio_host.c
2115
hi_sdio = (oal_channel_stru *)
oal_memalloc
(sizeof(oal_channel_stru));
in oal_sdio_init_module()
2131
hi_sdio->rx_reserved_buff = (hi_void *)
oal_memalloc
(ul_rx_seg_size);
in oal_sdio_init_module()
2143
hi_sdio->sdio_extend = (hisdio_extend_func *)
oal_memalloc
(sizeof(hisdio_extend_func));
in oal_sdio_init_module()
2183
hi_sdio->scatt_buff.buff =
oal_memalloc
(tx_scatt_buff_len);
in oal_sdio_init_module()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_crypto_tkip.c
292
hi_u8 *tmp_buff =
oal_memalloc
(pktlen);
in hmac_crypto_tkip_enmic()
H
A
D
hmac_sme_sta.c
531
hmac_join_req_stru *join_req = (hmac_join_req_stru *)
oal_memalloc
(sizeof(hmac_join_req_stru));
in hmac_sta_initiate_join()
809
hi_u8 *mgmt_data = (hi_u8 *)
oal_memalloc
(asoc_rsp->asoc_rsp_ie_len);
in hmac_asoc_rsp_success_proc()
H
A
D
hmac_p2p.c
899
p2p_tx_status.puc_buf =
oal_memalloc
(len);
in hmac_p2p_tx_status_event()
975
puc_data_header =
oal_memalloc
(action_len);
in hmac_p2p_send_action()
H
A
D
hmac_vap.c
85
g_puc_hmac_vap_res = (hi_u8 *)
oal_memalloc
(vap_size);
in hmac_vap_res_init()
H
A
D
hmac_user.c
81
g_puc_hmac_user_res = (hi_u8 *)
oal_memalloc
(user_size);
in hmac_user_res_init()
H
A
D
hmac_wapi.c
801
hi_u8 *puc_datain = (hi_u8 *)
oal_memalloc
(hmac_wapi.pdu_len + SMS4_MIC_LEN);
in hmac_wapi_encrypt()
H
A
D
hmac_event.c
672
rsp_msg_tmp =
oal_memalloc
(rsp_toal_len);
in wal_set_msg_response()
H
A
D
hmac_tx_data.c
1092
hdr_max = (mac_ieee80211_qos_htc_frame_addr4_stru *)
oal_memalloc
(MAC_80211_QOS_HTC_4ADDR_FRAME_LEN);
in hmac_tx_encap()
H
A
D
hmac_scan.c
61
scanned_bss =
oal_memalloc
(sizeof(hmac_scanned_bss_info) + mgmt_len -
in hmac_scan_alloc_scanned_bss()
H
A
D
hmac_mgmt_bss_comm.c
2561
hi_u8 *mgmt_data = (hi_u8 *)
oal_memalloc
(us_len);
in hmac_send_mgmt_to_host()
H
A
D
hmac_config.c
3902
oal_app_ie_stru *app_ie = (oal_app_ie_stru *)
oal_memalloc
(sizeof(oal_app_ie_stru));
in hmac_config_connect_ie()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_host.c
1745
hcc_handler = (hcc_handler_stru *)
oal_memalloc
(sizeof(hcc_handler_stru));
Completed in 63 milliseconds