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:le_cnt
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
630
hdev->
le_cnt
= 0;
in hci_dev_do_reset()
3392
cnt = hdev->le_mtu ? hdev->
le_cnt
: hdev->acl_cnt;
in hci_quote_sent()
3396
hdev->le_mtu ? hdev->
le_cnt
: hdev->acl_cnt;
in hci_quote_sent()
3791
cnt = hdev->le_pkts ? hdev->
le_cnt
: hdev->acl_cnt;
in hci_sched_le()
3822
hdev->
le_cnt
= cnt;
in hci_sched_le()
3843
hdev->le_pkts ? &hdev->
le_cnt
: &hdev->acl_cnt;
in hci_sched_iso()
3863
hdev->sco_cnt, hdev->
le_cnt
, hdev->iso_cnt);
in hci_tx_work()
H
A
D
hci_event.c
1266
hdev->
le_cnt
= hdev->le_pkts;
in hci_cc_le_read_buffer_size()
3806
hdev->
le_cnt
= hdev->le_pkts;
in hci_cc_le_read_buffer_size_v2()
4473
hdev->
le_cnt
+= count;
in hci_num_comp_pkts_evt()
4474
if (hdev->
le_cnt
> hdev->le_pkts)
in hci_num_comp_pkts_evt()
4475
hdev->
le_cnt
= hdev->le_pkts;
in hci_num_comp_pkts_evt()
4495
hdev->
le_cnt
+= count;
in hci_num_comp_pkts_evt()
4496
if (hdev->
le_cnt
> hdev->le_pkts)
in hci_num_comp_pkts_evt()
4497
hdev->
le_cnt
= hdev->le_pkts;
in hci_num_comp_pkts_evt()
H
A
D
hci_conn.c
1133
hdev->
le_cnt
+= conn->sent;
in hci_conn_del()
1142
hdev->
le_cnt
+= conn->sent;
in hci_conn_del()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
1898
hdev->acl_cnt = 0; hdev->sco_cnt = 0; hdev->
le_cnt
= 0;
in hci_dev_do_reset()
4319
cnt = hdev->le_mtu ? hdev->
le_cnt
: hdev->acl_cnt;
in hci_low_sent()
4425
cnt = hdev->le_mtu ? hdev->
le_cnt
: hdev->acl_cnt;
in hci_chan_sent()
4695
cnt = hdev->le_pkts ? hdev->
le_cnt
: hdev->acl_cnt;
in hci_sched_le()
4726
hdev->
le_cnt
= cnt;
in hci_sched_le()
4740
hdev->sco_cnt, hdev->
le_cnt
);
in hci_tx_work()
H
A
D
hci_event.c
1026
hdev->
le_cnt
= hdev->le_pkts;
in hci_cc_le_read_buffer_size()
3802
hdev->
le_cnt
+= count;
in hci_num_comp_pkts_evt()
3803
if (hdev->
le_cnt
> hdev->le_pkts)
in hci_num_comp_pkts_evt()
3804
hdev->
le_cnt
= hdev->le_pkts;
in hci_num_comp_pkts_evt()
H
A
D
hci_conn.c
624
hdev->
le_cnt
+= conn->sent;
in hci_conn_del()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
422
unsigned int
le_cnt
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
492
unsigned int
le_cnt
;
member
Completed in 36 milliseconds