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:current_rf_tech
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st95hf/
H
A
D
core.c
215
* @
current_rf_tech
: current rf technology.
231
u8
current_rf_tech
;
member
385
stcontext->
current_rf_tech
= NFC_DIGITAL_RF_TECH_106A;
in st95hf_select_protocol()
406
stcontext->
current_rf_tech
= NFC_DIGITAL_RF_TECH_106B;
in st95hf_select_protocol()
433
stcontext->
current_rf_tech
= NFC_DIGITAL_RF_TECH_ISO15693;
in st95hf_select_protocol()
668
switch (stcontext->
current_rf_tech
) {
in st95hf_error_handling()
738
switch (stcontext->
current_rf_tech
) {
in st95hf_response_handler()
934
switch (stcontext->
current_rf_tech
) {
in st95hf_in_send_cmd()
/kernel/linux/linux-6.6/drivers/nfc/st95hf/
H
A
D
core.c
214
* @
current_rf_tech
: current rf technology.
230
u8
current_rf_tech
;
member
384
stcontext->
current_rf_tech
= NFC_DIGITAL_RF_TECH_106A;
in st95hf_select_protocol()
405
stcontext->
current_rf_tech
= NFC_DIGITAL_RF_TECH_106B;
in st95hf_select_protocol()
432
stcontext->
current_rf_tech
= NFC_DIGITAL_RF_TECH_ISO15693;
in st95hf_select_protocol()
667
switch (stcontext->
current_rf_tech
) {
in st95hf_error_handling()
737
switch (stcontext->
current_rf_tech
) {
in st95hf_response_handler()
931
switch (stcontext->
current_rf_tech
) {
in st95hf_in_send_cmd()
Completed in 3 milliseconds