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:wl_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st-nci/
H
A
D
se.c
608
int r,
wl_size
= 0;
in st_nci_discover_se()
local
622
white_list[
wl_size
++] = ST_NCI_UICC_HOST_ID;
in st_nci_discover_se()
624
white_list[
wl_size
++] = ST_NCI_ESE_HOST_ID;
in st_nci_discover_se()
626
if (
wl_size
) {
in st_nci_discover_se()
629
white_list,
wl_size
);
in st_nci_discover_se()
/kernel/linux/linux-6.6/drivers/nfc/st-nci/
H
A
D
se.c
620
int r,
wl_size
= 0;
in st_nci_discover_se()
local
632
white_list[
wl_size
++] = ST_NCI_UICC_HOST_ID;
in st_nci_discover_se()
634
white_list[
wl_size
++] = ST_NCI_ESE_HOST_ID;
in st_nci_discover_se()
636
if (
wl_size
) {
in st_nci_discover_se()
639
white_list,
wl_size
);
in st_nci_discover_se()
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H
A
D
core.c
251
int
wl_size
= 0;
in st21nfca_hci_ready()
local
255
white_list[
wl_size
++] = NFC_HCI_UICC_HOST_ID;
in st21nfca_hci_ready()
257
white_list[
wl_size
++] = ST21NFCA_ESE_HOST_ID;
in st21nfca_hci_ready()
259
if (
wl_size
) {
in st21nfca_hci_ready()
262
(u8 *) &white_list,
wl_size
);
in st21nfca_hci_ready()
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H
A
D
core.c
250
int
wl_size
= 0;
in st21nfca_hci_ready()
local
254
white_list[
wl_size
++] = NFC_HCI_UICC_HOST_ID;
in st21nfca_hci_ready()
256
white_list[
wl_size
++] = ST21NFCA_ESE_HOST_ID;
in st21nfca_hci_ready()
258
if (
wl_size
) {
in st21nfca_hci_ready()
261
(u8 *) &white_list,
wl_size
);
in st21nfca_hci_ready()
Completed in 6 milliseconds