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:rf_interface
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/nci/
H
A
D
ntf.c
519
ntf.
rf_interface
= *data++;
in nci_rf_intf_activated_ntf_packet()
527
pr_debug("
rf_interface
0x%x\n", ntf.
rf_interface
);
in nci_rf_intf_activated_ntf_packet()
542
if (ntf.
rf_interface
== NCI_RF_INTERFACE_NFCEE_DIRECT)
in nci_rf_intf_activated_ntf_packet()
597
switch (ntf.
rf_interface
) {
in nci_rf_intf_activated_ntf_packet()
613
pr_err("unsupported
rf_interface
0x%x\n",
in nci_rf_intf_activated_ntf_packet()
614
ntf.
rf_interface
);
in nci_rf_intf_activated_ntf_packet()
634
if (ntf.
rf_interface
== NCI_RF_INTERFACE_NFC_DEP) {
in nci_rf_intf_activated_ntf_packet()
H
A
D
core.c
191
cfg[*num].
rf_interface
= NCI_RF_INTERFACE_ISO_DEP;
in nci_init_complete_req()
198
cfg[*num].
rf_interface
= NCI_RF_INTERFACE_NFC_DEP;
in nci_init_complete_req()
313
cmd.
rf_interface
= NCI_RF_INTERFACE_ISO_DEP;
in nci_rf_discover_select_req()
317
cmd.
rf_interface
= NCI_RF_INTERFACE_NFC_DEP;
in nci_rf_discover_select_req()
321
cmd.
rf_interface
= NCI_RF_INTERFACE_FRAME;
in nci_rf_discover_select_req()
/kernel/linux/linux-6.6/net/nfc/nci/
H
A
D
ntf.c
543
ntf.
rf_interface
= *data++;
in nci_rf_intf_activated_ntf_packet()
551
pr_debug("
rf_interface
0x%x\n", ntf.
rf_interface
);
in nci_rf_intf_activated_ntf_packet()
566
if (ntf.
rf_interface
== NCI_RF_INTERFACE_NFCEE_DIRECT)
in nci_rf_intf_activated_ntf_packet()
621
switch (ntf.
rf_interface
) {
in nci_rf_intf_activated_ntf_packet()
637
pr_err("unsupported
rf_interface
0x%x\n",
in nci_rf_intf_activated_ntf_packet()
638
ntf.
rf_interface
);
in nci_rf_intf_activated_ntf_packet()
658
if (ntf.
rf_interface
== NCI_RF_INTERFACE_NFC_DEP) {
in nci_rf_intf_activated_ntf_packet()
H
A
D
core.c
197
cfg[*num].
rf_interface
= NCI_RF_INTERFACE_ISO_DEP;
in nci_init_complete_req()
204
cfg[*num].
rf_interface
= NCI_RF_INTERFACE_NFC_DEP;
in nci_init_complete_req()
317
cmd.
rf_interface
= NCI_RF_INTERFACE_ISO_DEP;
in nci_rf_discover_select_req()
321
cmd.
rf_interface
= NCI_RF_INTERFACE_NFC_DEP;
in nci_rf_discover_select_req()
325
cmd.
rf_interface
= NCI_RF_INTERFACE_FRAME;
in nci_rf_discover_select_req()
/kernel/linux/linux-5.10/include/net/nfc/
H
A
D
nci.h
262
__u8
rf_interface
;
member
286
__u8
rf_interface
;
member
464
__u8
rf_interface
;
member
/kernel/linux/linux-6.6/include/net/nfc/
H
A
D
nci.h
272
__u8
rf_interface
;
member
296
__u8
rf_interface
;
member
498
__u8
rf_interface
;
member
Completed in 10 milliseconds