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:esco_type
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
668
hdev->
esco_type
|= (ESCO_HV2);
in hci_cc_read_local_features()
673
hdev->
esco_type
|= (ESCO_HV3);
in hci_cc_read_local_features()
677
hdev->
esco_type
|= (ESCO_EV3);
in hci_cc_read_local_features()
680
hdev->
esco_type
|= (ESCO_EV4);
in hci_cc_read_local_features()
683
hdev->
esco_type
|= (ESCO_EV5);
in hci_cc_read_local_features()
686
hdev->
esco_type
|= (ESCO_2EV3);
in hci_cc_read_local_features()
689
hdev->
esco_type
|= (ESCO_3EV3);
in hci_cc_read_local_features()
692
hdev->
esco_type
|= (ESCO_2EV5 | ESCO_3EV5);
in hci_cc_read_local_features()
4395
conn->pkt_type = (hdev->
esco_type
& SCO_ESCO_MASK) |
in hci_sync_conn_complete_evt()
4396
(hdev->
esco_type
in hci_sync_conn_complete_evt()
[all...]
H
A
D
hci_conn.c
563
conn->pkt_type = (hdev->
esco_type
& SCO_ESCO_MASK) |
in hci_conn_add()
564
(hdev->
esco_type
& EDR_ESCO_MASK);
in hci_conn_add()
569
conn->pkt_type = hdev->
esco_type
& ~EDR_ESCO_MASK;
in hci_conn_add()
H
A
D
hci_core.c
3600
hdev->
esco_type
= (ESCO_HV1);
in hci_alloc_dev()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
867
hdev->
esco_type
|= (ESCO_HV2);
in hci_cc_read_local_features()
872
hdev->
esco_type
|= (ESCO_HV3);
in hci_cc_read_local_features()
876
hdev->
esco_type
|= (ESCO_EV3);
in hci_cc_read_local_features()
879
hdev->
esco_type
|= (ESCO_EV4);
in hci_cc_read_local_features()
882
hdev->
esco_type
|= (ESCO_EV5);
in hci_cc_read_local_features()
885
hdev->
esco_type
|= (ESCO_2EV3);
in hci_cc_read_local_features()
888
hdev->
esco_type
|= (ESCO_3EV3);
in hci_cc_read_local_features()
891
hdev->
esco_type
|= (ESCO_2EV5 | ESCO_3EV5);
in hci_cc_read_local_features()
5105
conn->pkt_type = (hdev->
esco_type
& SCO_ESCO_MASK) |
in hci_sync_conn_complete_evt()
5106
(hdev->
esco_type
in hci_sync_conn_complete_evt()
[all...]
H
A
D
hci_conn.c
995
conn->pkt_type = (hdev->
esco_type
& SCO_ESCO_MASK) |
in hci_conn_add()
996
(hdev->
esco_type
& EDR_ESCO_MASK);
in hci_conn_add()
1001
conn->pkt_type = hdev->
esco_type
& ~EDR_ESCO_MASK;
in hci_conn_add()
H
A
D
hci_core.c
2474
hdev->
esco_type
= (ESCO_HV1);
in hci_alloc_dev_priv()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
392
__u16
esco_type
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
462
__u16
esco_type
;
member
Completed in 34 milliseconds