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:sco_mtu
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_sock.h
125
__u16
sco_mtu
;
member
H
A
D
hci.h
1085
__u8
sco_mtu
;
member
1288
__u8
sco_mtu
;
member
H
A
D
hci_core.h
425
unsigned int
sco_mtu
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_sock.h
125
__u16
sco_mtu
;
member
H
A
D
hci.h
1223
__u8
sco_mtu
;
member
1434
__u8
sco_mtu
;
member
H
A
D
hci_core.h
496
unsigned int
sco_mtu
;
member
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
sco.c
146
if (hdev->
sco_mtu
> 0)
in sco_conn_add()
147
conn->mtu = hdev->
sco_mtu
;
in sco_conn_add()
H
A
D
hci_event.c
735
hdev->
sco_mtu
= rp->
sco_mtu
;
in hci_cc_read_buffer_size()
740
hdev->
sco_mtu
= 64;
in hci_cc_read_buffer_size()
748
hdev->acl_pkts, hdev->
sco_mtu
, hdev->sco_pkts);
in hci_cc_read_buffer_size()
H
A
D
hci_core.c
2091
hdev->
sco_mtu
= *((__u16 *) &dr.dev_opt + 1);
in hci_dev_cmd()
2186
di.
sco_mtu
= hdev->
sco_mtu
;
in hci_get_dev_info()
2191
di.
sco_mtu
= 0;
in hci_get_dev_info()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
sco.c
144
if (hdev->
sco_mtu
> 0)
in sco_conn_add()
145
conn->mtu = hdev->
sco_mtu
;
in sco_conn_add()
H
A
D
hci_core.c
824
hdev->
sco_mtu
= *((__u16 *) &dr.dev_opt + 1);
in hci_dev_cmd()
919
di.
sco_mtu
= hdev->
sco_mtu
;
in hci_get_dev_info()
924
di.
sco_mtu
= 0;
in hci_get_dev_info()
H
A
D
hci_event.c
946
hdev->
sco_mtu
= rp->
sco_mtu
;
in hci_cc_read_buffer_size()
951
hdev->
sco_mtu
= 64;
in hci_cc_read_buffer_size()
959
hdev->acl_pkts, hdev->
sco_mtu
, hdev->sco_pkts);
in hci_cc_read_buffer_size()
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
btusb.c
1782
hdev->
sco_mtu
>= 72 &&
in btusb_work()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btusb.c
2247
hdev->
sco_mtu
>= 72 &&
in btusb_work()
Completed in 62 milliseconds