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:gate2pipe
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/hci/
H
A
D
command.c
98
pipe = hdev->
gate2pipe
[gate];
in nfc_hci_send_event()
119
pipe = hdev->
gate2pipe
[gate];
in nfc_hci_send_cmd()
135
pipe = hdev->
gate2pipe
[gate];
in nfc_hci_send_cmd_async()
272
u8 pipe = hdev->
gate2pipe
[gate];
in nfc_hci_disconnect_gate()
289
hdev->
gate2pipe
[gate] = NFC_HCI_INVALID_PIPE;
in nfc_hci_disconnect_gate()
322
if (hdev->
gate2pipe
[dest_gate] != NFC_HCI_INVALID_PIPE)
in nfc_hci_connect_gate()
356
hdev->
gate2pipe
[dest_gate] = pipe;
in nfc_hci_connect_gate()
H
A
D
core.c
45
memset(hdev->
gate2pipe
, NFC_HCI_INVALID_PIPE, sizeof(hdev->
gate2pipe
));
in nfc_hci_reset_pipes()
217
hdev->
gate2pipe
[create_info->dest_gate] = create_info->pipe;
in nfc_hci_cmd_received()
/kernel/linux/linux-6.6/net/nfc/hci/
H
A
D
command.c
98
pipe = hdev->
gate2pipe
[gate];
in nfc_hci_send_event()
117
pipe = hdev->
gate2pipe
[gate];
in nfc_hci_send_cmd()
131
pipe = hdev->
gate2pipe
[gate];
in nfc_hci_send_cmd_async()
262
u8 pipe = hdev->
gate2pipe
[gate];
in nfc_hci_disconnect_gate()
277
hdev->
gate2pipe
[gate] = NFC_HCI_INVALID_PIPE;
in nfc_hci_disconnect_gate()
306
if (hdev->
gate2pipe
[dest_gate] != NFC_HCI_INVALID_PIPE)
in nfc_hci_connect_gate()
340
hdev->
gate2pipe
[dest_gate] = pipe;
in nfc_hci_connect_gate()
H
A
D
core.c
45
memset(hdev->
gate2pipe
, NFC_HCI_INVALID_PIPE, sizeof(hdev->
gate2pipe
));
in nfc_hci_reset_pipes()
217
hdev->
gate2pipe
[create_info->dest_gate] = create_info->pipe;
in nfc_hci_cmd_received()
/kernel/linux/linux-5.10/net/nfc/nci/
H
A
D
hci.c
118
memset(hdev->
gate2pipe
, NCI_HCI_INVALID_PIPE, sizeof(hdev->
gate2pipe
));
in nci_hci_reset_pipes()
211
u8 pipe = ndev->hci_dev->
gate2pipe
[gate];
in nci_hci_send_event()
230
u8 pipe = ndev->hci_dev->
gate2pipe
[gate];
in nci_hci_send_cmd()
313
ndev->hci_dev->
gate2pipe
[dest_gate] = new_pipe;
in nci_hci_cmd_received()
570
u8 pipe = ndev->hci_dev->
gate2pipe
[gate];
in nci_hci_set_param()
617
u8 pipe = ndev->hci_dev->
gate2pipe
[gate];
in nci_hci_get_param()
661
if (ndev->hci_dev->
gate2pipe
[dest_gate] != NCI_HCI_INVALID_PIPE)
in nci_hci_connect_gate()
697
ndev->hci_dev->
gate2pipe
[dest_gate] = pipe;
in nci_hci_connect_gate()
/kernel/linux/linux-6.6/net/nfc/nci/
H
A
D
hci.c
119
memset(hdev->
gate2pipe
, NCI_HCI_INVALID_PIPE, sizeof(hdev->
gate2pipe
));
in nci_hci_reset_pipes()
210
u8 pipe = ndev->hci_dev->
gate2pipe
[gate];
in nci_hci_send_event()
229
u8 pipe = ndev->hci_dev->
gate2pipe
[gate];
in nci_hci_send_cmd()
312
ndev->hci_dev->
gate2pipe
[dest_gate] = new_pipe;
in nci_hci_cmd_received()
562
u8 pipe = ndev->hci_dev->
gate2pipe
[gate];
in nci_hci_set_param()
608
u8 pipe = ndev->hci_dev->
gate2pipe
[gate];
in nci_hci_get_param()
652
if (ndev->hci_dev->
gate2pipe
[dest_gate] != NCI_HCI_INVALID_PIPE)
in nci_hci_connect_gate()
688
ndev->hci_dev->
gate2pipe
[dest_gate] = pipe;
in nci_hci_connect_gate()
/kernel/linux/linux-5.10/include/net/nfc/
H
A
D
hci.h
129
u8
gate2pipe
[NFC_HCI_MAX_GATES];
member
H
A
D
nci_core.h
186
u8
gate2pipe
[NCI_HCI_MAX_GATES];
member
/kernel/linux/linux-6.6/include/net/nfc/
H
A
D
hci.h
129
u8
gate2pipe
[NFC_HCI_MAX_GATES];
member
H
A
D
nci_core.h
186
u8
gate2pipe
[NCI_HCI_MAX_GATES];
member
/kernel/linux/linux-5.10/drivers/nfc/st-nci/
H
A
D
se.c
228
ndev->hci_dev->
gate2pipe
[st_nci_gates[j].gate] =
in st_nci_hci_load_session()
/kernel/linux/linux-6.6/drivers/nfc/st-nci/
H
A
D
se.c
228
ndev->hci_dev->
gate2pipe
[st_nci_gates[j].gate] =
in st_nci_hci_load_session()
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H
A
D
core.c
184
hdev->
gate2pipe
[st21nfca_gates[j].gate] =
in st21nfca_hci_load_session()
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H
A
D
core.c
183
hdev->
gate2pipe
[st21nfca_gates[j].gate] =
in st21nfca_hci_load_session()
Completed in 15 milliseconds