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:nci_opcode_gid
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/nci/
H
A
D
rsp.c
297
nci_opcode_gid
(rsp_opcode),
in nci_rsp_packet()
304
if (
nci_opcode_gid
(rsp_opcode) == NCI_GID_PROPRIETARY) {
in nci_rsp_packet()
H
A
D
ntf.c
748
nci_opcode_gid
(ntf_opcode),
in nci_ntf_packet()
755
if (
nci_opcode_gid
(ntf_opcode) == NCI_GID_PROPRIETARY) {
in nci_ntf_packet()
H
A
D
core.c
1364
hdr->gid =
nci_opcode_gid
(opcode);
in nci_send_cmd()
1557
nci_opcode_gid
(nci_opcode(skb->data)),
in nci_cmd_work()
/kernel/linux/linux-6.6/net/nfc/nci/
H
A
D
rsp.c
354
nci_opcode_gid
(rsp_opcode),
in nci_rsp_packet()
361
if (
nci_opcode_gid
(rsp_opcode) == NCI_GID_PROPRIETARY) {
in nci_rsp_packet()
H
A
D
ntf.c
764
nci_opcode_gid
(ntf_opcode),
in nci_ntf_packet()
771
if (
nci_opcode_gid
(ntf_opcode) == NCI_GID_PROPRIETARY) {
in nci_ntf_packet()
H
A
D
core.c
1375
hdr->gid =
nci_opcode_gid
(opcode);
in nci_send_cmd()
1572
nci_opcode_gid
(nci_opcode(skb->data)),
in nci_cmd_work()
/kernel/linux/linux-5.10/include/net/nfc/
H
A
D
nci.h
179
#define
nci_opcode_gid
(op) (__u8)(((op)&0x0f00)>>8)
macro
/kernel/linux/linux-6.6/include/net/nfc/
H
A
D
nci.h
184
#define
nci_opcode_gid
(op) (__u8)(((op)&0x0f00)>>8)
macro
Completed in 10 milliseconds