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:acl_pkts
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_sock.h
124
__u16
acl_pkts
;
member
H
A
D
hci_core.h
427
unsigned int
acl_pkts
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_sock.h
124
__u16
acl_pkts
;
member
H
A
D
hci_core.h
499
unsigned int
acl_pkts
;
member
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
736
hdev->
acl_pkts
= __le16_to_cpu(rp->acl_max_pkt);
in hci_cc_read_buffer_size()
744
hdev->acl_cnt = hdev->
acl_pkts
;
in hci_cc_read_buffer_size()
748
hdev->
acl_pkts
, hdev->sco_mtu, hdev->sco_pkts);
in hci_cc_read_buffer_size()
3796
if (hdev->acl_cnt > hdev->
acl_pkts
)
in hci_num_comp_pkts_evt()
3797
hdev->acl_cnt = hdev->
acl_pkts
;
in hci_num_comp_pkts_evt()
3807
if (hdev->acl_cnt > hdev->
acl_pkts
)
in hci_num_comp_pkts_evt()
3808
hdev->acl_cnt = hdev->
acl_pkts
;
in hci_num_comp_pkts_evt()
H
A
D
hci_core.c
2087
hdev->
acl_pkts
= *((__u16 *) &dr.dev_opt + 0);
in hci_dev_cmd()
2185
di.
acl_pkts
= hdev->
acl_pkts
;
in hci_get_dev_info()
2190
di.
acl_pkts
= hdev->le_pkts;
in hci_get_dev_info()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
947
hdev->
acl_pkts
= __le16_to_cpu(rp->acl_max_pkt);
in hci_cc_read_buffer_size()
955
hdev->acl_cnt = hdev->
acl_pkts
;
in hci_cc_read_buffer_size()
959
hdev->
acl_pkts
, hdev->sco_mtu, hdev->sco_pkts);
in hci_cc_read_buffer_size()
3810
hdev->
acl_pkts
, hdev->iso_mtu, hdev->iso_pkts);
in hci_cc_le_read_buffer_size_v2()
4467
if (hdev->acl_cnt > hdev->
acl_pkts
)
in hci_num_comp_pkts_evt()
4468
hdev->acl_cnt = hdev->
acl_pkts
;
in hci_num_comp_pkts_evt()
4478
if (hdev->acl_cnt > hdev->
acl_pkts
)
in hci_num_comp_pkts_evt()
4479
hdev->acl_cnt = hdev->
acl_pkts
;
in hci_num_comp_pkts_evt()
4500
if (hdev->acl_cnt > hdev->
acl_pkts
)
in hci_num_comp_pkts_evt()
4501
hdev->acl_cnt = hdev->
acl_pkts
;
in hci_num_comp_pkts_evt()
[all...]
H
A
D
hci_core.c
820
hdev->
acl_pkts
= *((__u16 *) &dr.dev_opt + 0);
in hci_dev_cmd()
918
di.
acl_pkts
= hdev->
acl_pkts
;
in hci_get_dev_info()
923
di.
acl_pkts
= hdev->le_pkts;
in hci_get_dev_info()
Completed in 28 milliseconds