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:ST21NFCA_SOF_EOF
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H
A
D
i2c.c
30
* Every frame starts with
ST21NFCA_SOF_EOF
and ends with
ST21NFCA_SOF_EOF
.
31
* Because
ST21NFCA_SOF_EOF
is a possible data value, there is a mecanism
34
* if byte ==
ST21NFCA_SOF_EOF
or ST21NFCA_ESCAPE_BYTE_STUFFING
38
#define
ST21NFCA_SOF_EOF
0x7e
macro
47
#define IS_START_OF_FRAME(buf) (buf[0] ==
ST21NFCA_SOF_EOF
&& \
92
* Once the reboot is completed, we expect to receive a
ST21NFCA_SOF_EOF
124
tmp[i] ==
ST21NFCA_SOF_EOF
; i++)
in st21nfca_hci_platform_init()
203
/* add
ST21NFCA_SOF_EOF
on tail */
in st21nfca_hci_i2c_write()
204
skb_put_u8(skb,
ST21NFCA_SOF_EOF
);
in st21nfca_hci_i2c_write()
[all...]
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H
A
D
i2c.c
28
* Every frame starts with
ST21NFCA_SOF_EOF
and ends with
ST21NFCA_SOF_EOF
.
29
* Because
ST21NFCA_SOF_EOF
is a possible data value, there is a mecanism
32
* if byte ==
ST21NFCA_SOF_EOF
or ST21NFCA_ESCAPE_BYTE_STUFFING
36
#define
ST21NFCA_SOF_EOF
0x7e
macro
45
#define IS_START_OF_FRAME(buf) (buf[0] ==
ST21NFCA_SOF_EOF
&& \
90
* Once the reboot is completed, we expect to receive a
ST21NFCA_SOF_EOF
122
tmp[i] ==
ST21NFCA_SOF_EOF
; i++)
in st21nfca_hci_platform_init()
201
/* add
ST21NFCA_SOF_EOF
on tail */
in st21nfca_hci_i2c_write()
202
skb_put_u8(skb,
ST21NFCA_SOF_EOF
);
in st21nfca_hci_i2c_write()
[all...]
Completed in 2 milliseconds