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_pkts
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_sock.h
126
__u16
sco_pkts
;
member
H
A
D
hci_core.h
428
unsigned int
sco_pkts
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_sock.h
126
__u16
sco_pkts
;
member
H
A
D
hci_core.h
500
unsigned int
sco_pkts
;
member
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
737
hdev->
sco_pkts
= __le16_to_cpu(rp->sco_max_pkt);
in hci_cc_read_buffer_size()
741
hdev->
sco_pkts
= 8;
in hci_cc_read_buffer_size()
745
hdev->sco_cnt = hdev->
sco_pkts
;
in hci_cc_read_buffer_size()
748
hdev->acl_pkts, hdev->sco_mtu, hdev->
sco_pkts
);
in hci_cc_read_buffer_size()
3814
if (hdev->sco_cnt > hdev->
sco_pkts
)
in hci_num_comp_pkts_evt()
3815
hdev->sco_cnt = hdev->
sco_pkts
;
in hci_num_comp_pkts_evt()
H
A
D
hci_core.c
2092
hdev->
sco_pkts
= *((__u16 *) &dr.dev_opt + 0);
in hci_dev_cmd()
2187
di.
sco_pkts
= hdev->
sco_pkts
;
in hci_get_dev_info()
2192
di.
sco_pkts
= 0;
in hci_get_dev_info()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
825
hdev->
sco_pkts
= *((__u16 *) &dr.dev_opt + 0);
in hci_dev_cmd()
920
di.
sco_pkts
= hdev->
sco_pkts
;
in hci_get_dev_info()
925
di.
sco_pkts
= 0;
in hci_get_dev_info()
H
A
D
hci_event.c
948
hdev->
sco_pkts
= __le16_to_cpu(rp->sco_max_pkt);
in hci_cc_read_buffer_size()
952
hdev->
sco_pkts
= 8;
in hci_cc_read_buffer_size()
956
hdev->sco_cnt = hdev->
sco_pkts
;
in hci_cc_read_buffer_size()
959
hdev->acl_pkts, hdev->sco_mtu, hdev->
sco_pkts
);
in hci_cc_read_buffer_size()
4485
if (hdev->sco_cnt > hdev->
sco_pkts
)
in hci_num_comp_pkts_evt()
4486
hdev->sco_cnt = hdev->
sco_pkts
;
in hci_num_comp_pkts_evt()
Completed in 35 milliseconds