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_WARN_ON
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_sdio_host_if.h
250
if (
OAL_WARN_ON
(hi_sdio == NULL)) {
in oal_sdio_claim_host()
253
if (
OAL_WARN_ON
(hi_sdio->func == NULL)) {
in oal_sdio_claim_host()
265
if (
OAL_WARN_ON
(hi_sdio == NULL)) {
in oal_sdio_release_host()
268
if (
OAL_WARN_ON
(hi_sdio->func == NULL)) {
in oal_sdio_release_host()
292
if (
OAL_WARN_ON
(hi_sdio == NULL)) {
in oal_sdio_func1_int_mask()
303
if (
OAL_WARN_ON
(hi_sdio == NULL)) {
in oal_sdio_func1_int_unmask()
H
A
D
oal_sdio_host.c
197
if (
OAL_WARN_ON
(rw_sz != HISDIO_ALIGN_4_OR_BLK(rw_sz))) {
in oal_sdio_rw_buf()
480
if (
OAL_WARN_ON
(hi_sdio->credit_update_cb != HI_NULL)) {
in oal_sdio_credit_update_cb_register()
681
if (
OAL_WARN_ON
(HISDIO_ALIGN_4_OR_BLK(sum_len) != hi_sdio->sdio_extend->xfer_count)) {
in oal_sdio_build_rx_netbuf_list()
1398
if (
OAL_WARN_ON
(((uintptr_t)sg_virt(sg_t) & 0x03) || (sg_t->length & 0x03))) {
in check_sg_format()
1502
if (
OAL_WARN_ON
(blksz == 0)) {
in oal_mmc_io_rw_scat_extended()
1571
if (
OAL_WARN_ON
(mmc_host_is_spi(card->host))) {
in oal_mmc_io_rw_scat_extended()
1690
if (
OAL_WARN_ON
(!sg_len)) {
in oal_sdio_transfer_scatt()
1719
OAL_WARN_ON
((rw_sz >= HISDIO_BLOCK_SIZE) && (rw_sz & (HISDIO_BLOCK_SIZE - 1)));
in oal_sdio_transfer_scatt()
1720
OAL_WARN_ON
((rw_sz < HISDIO_BLOCK_SIZE) && (rw_sz & (4 - 1))); /* 4 */
in oal_sdio_transfer_scatt()
1723
if (
OAL_WARN_ON
(align_le
in oal_sdio_transfer_scatt()
[all...]
H
A
D
oal_util.h
96
#define
OAL_WARN_ON
(condition) ({int __ret = !!(condition); __ret;})
macro
98
#define
OAL_WARN_ON
(condition) WARN_ON(condition)
macro
H
A
D
plat_firmware.c
482
if (
OAL_WARN_ON
(name == HI_NULL)) {
in open_file_to_readm()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_host.h
344
if (
OAL_WARN_ON
(hcc == HI_NULL)) {
in hcc_tx_transfer_unlock()
354
if (
OAL_WARN_ON
(hcc == HI_NULL)) {
in hcc_rx_transfer_lock()
363
if (
OAL_WARN_ON
(hcc == HI_NULL)) {
in hcc_rx_transfer_unlock()
372
if (
OAL_WARN_ON
(hcc == HI_NULL)) {
in hcc_transfer_lock()
384
if (
OAL_WARN_ON
(hcc == HI_NULL)) {
in hcc_transfer_unlock()
H
A
D
hmac_hcc_adapt.c
70
if (
OAL_WARN_ON
(hcc_event_payload->netbuf == HI_NULL)) {
in hmac_hcc_rx_event_comm_adapt()
131
if (
OAL_WARN_ON
(event_mem == HI_NULL)) {
in hmac_hcc_expand_rx_adpat_event()
157
if (
OAL_WARN_ON
(hcc_event_mem == HI_NULL)) {
in hmac_hcc_rx_netbuf_convert_to_event()
170
if (
OAL_WARN_ON
(hcc_netbuf == HI_NULL)) {
in hmac_hcc_rx_netbuf_convert_to_event()
201
if (
OAL_WARN_ON
(hcc_event_mem == HI_NULL)) {
in hmac_hcc_rx_convert_netbuf_to_event_default()
H
A
D
hcc_hmac.c
448
if (
OAL_WARN_ON
(tx_ctrl->use_4_addr)) {
in hcc_host_tx_data_adapt()
457
if (
OAL_WARN_ON
(err_code != HI_SUCCESS)) {
in hcc_host_tx_data_adapt()
H
A
D
hcc_host.c
435
if (
OAL_WARN_ON
(data == HI_NULL)) {
439
if (
OAL_WARN_ON
(ul_size + sizeof(struct hcc_descr_header) > oal_netbuf_len(netbuf))) {
544
if (
OAL_WARN_ON
(ret != HI_SUCCESS)) {
645
OAL_WARN_ON
(1);
1071
if (
OAL_WARN_ON
(hcc_handler == HI_NULL)) {
1081
if (
OAL_WARN_ON
(hcc_handler == HI_NULL)) {
Completed in 13 milliseconds