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:sk_host_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H
A
D
se.c
91
struct sk_buff *
sk_host_list
;
in st21nfca_hci_control_se()
local
134
&
sk_host_list
);
in st21nfca_hci_control_se()
138
for (i = 0; i <
sk_host_list
->len &&
in st21nfca_hci_control_se()
139
sk_host_list
->data[i] != se_idx; i++)
in st21nfca_hci_control_se()
141
host_id =
sk_host_list
->data[i];
in st21nfca_hci_control_se()
142
kfree_skb(
sk_host_list
);
in st21nfca_hci_control_se()
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H
A
D
se.c
91
struct sk_buff *
sk_host_list
;
in st21nfca_hci_control_se()
local
134
&
sk_host_list
);
in st21nfca_hci_control_se()
138
for (i = 0; i <
sk_host_list
->len &&
in st21nfca_hci_control_se()
139
sk_host_list
->data[i] != se_idx; i++)
in st21nfca_hci_control_se()
141
host_id =
sk_host_list
->data[i];
in st21nfca_hci_control_se()
142
kfree_skb(
sk_host_list
);
in st21nfca_hci_control_se()
/kernel/linux/linux-5.10/drivers/nfc/st-nci/
H
A
D
se.c
413
struct sk_buff *
sk_host_list
;
in st_nci_control_se()
local
455
NCI_HCI_ADMIN_PARAM_HOST_LIST, &
sk_host_list
);
in st_nci_control_se()
459
for (i = 0; i <
sk_host_list
->len &&
in st_nci_control_se()
460
sk_host_list
->data[i] != se_idx; i++)
in st_nci_control_se()
462
host_id =
sk_host_list
->data[i];
in st_nci_control_se()
463
kfree_skb(
sk_host_list
);
in st_nci_control_se()
/kernel/linux/linux-6.6/drivers/nfc/st-nci/
H
A
D
se.c
433
struct sk_buff *
sk_host_list
;
in st_nci_control_se()
local
475
NCI_HCI_ADMIN_PARAM_HOST_LIST, &
sk_host_list
);
in st_nci_control_se()
479
for (i = 0; i <
sk_host_list
->len &&
in st_nci_control_se()
480
sk_host_list
->data[i] != se_idx; i++)
in st_nci_control_se()
482
host_id =
sk_host_list
->data[i];
in st_nci_control_se()
483
kfree_skb(
sk_host_list
);
in st_nci_control_se()
Completed in 5 milliseconds