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:dep_info
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H
A
D
dep.c
114
dep_info
.tx_work);
in st21nfca_tx_work()
121
skb = info->
dep_info
.tx_pending;
in st21nfca_tx_work()
136
info->
dep_info
.tx_pending = skb;
in st21nfca_im_send_pdu()
137
schedule_work(&info->
dep_info
.tx_work);
in st21nfca_im_send_pdu()
182
info->
dep_info
.curr_nfc_dep_pni = 0;
in st21nfca_tm_send_atr_res()
309
*(u8 *)skb_push(skb, 1) = info->
dep_info
.curr_nfc_dep_pni;
in st21nfca_tm_send_dep_res()
353
info->
dep_info
.curr_nfc_dep_pni =
in st21nfca_tm_recv_dep_req()
416
info->
dep_info
.curr_nfc_dep_pni = 0;
in st21nfca_dep_event_received()
461
*(u8 *)skb_push(skb, 1) = info->
dep_info
.to | 0x10;
in st21nfca_im_send_psl_req()
491
info->
dep_info
in st21nfca_im_recv_atr_res_cb()
[all...]
H
A
D
st21nfca.h
162
struct st21nfca_dep_info
dep_info
;
member
H
A
D
core.c
603
info->
dep_info
.idx = target->idx;
in st21nfca_hci_dep_link_up()
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H
A
D
dep.c
114
dep_info
.tx_work);
in st21nfca_tx_work()
121
skb = info->
dep_info
.tx_pending;
in st21nfca_tx_work()
136
info->
dep_info
.tx_pending = skb;
in st21nfca_im_send_pdu()
137
schedule_work(&info->
dep_info
.tx_work);
in st21nfca_im_send_pdu()
182
info->
dep_info
.curr_nfc_dep_pni = 0;
in st21nfca_tm_send_atr_res()
293
*(u8 *)skb_push(skb, 1) = info->
dep_info
.curr_nfc_dep_pni;
in st21nfca_tm_send_dep_res()
332
info->
dep_info
.curr_nfc_dep_pni =
in st21nfca_tm_recv_dep_req()
393
info->
dep_info
.curr_nfc_dep_pni = 0;
in st21nfca_dep_event_received()
438
*(u8 *)skb_push(skb, 1) = info->
dep_info
.to | 0x10;
in st21nfca_im_send_psl_req()
468
info->
dep_info
in st21nfca_im_recv_atr_res_cb()
[all...]
H
A
D
st21nfca.h
162
struct st21nfca_dep_info
dep_info
;
member
H
A
D
core.c
602
info->
dep_info
.idx = target->idx;
in st21nfca_hci_dep_link_up()
Completed in 6 milliseconds