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:stp_dlen
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
btmtkuart.c
139
u16
stp_dlen
;
member
435
if (!bdev->
stp_dlen
&& bdev->stp_cursor >= 6)
in mtk_stp_split()
447
if (!bdev->
stp_dlen
&& bdev->stp_cursor >= 6) {
in mtk_stp_split()
449
bdev->
stp_dlen
= be16_to_cpu(shdr->dlen) & 0x0fff;
in mtk_stp_split()
452
if (shdr->prefix != 0x80 || bdev->
stp_dlen
> 2048) {
in mtk_stp_split()
454
shdr->prefix, bdev->
stp_dlen
);
in mtk_stp_split()
456
bdev->
stp_dlen
= 0;
in mtk_stp_split()
465
*sz_h4 = min_t(int, count, bdev->
stp_dlen
);
in mtk_stp_split()
468
bdev->
stp_dlen
-= *sz_h4;
in mtk_stp_split()
576
bdev->
stp_dlen
in btmtkuart_open()
[all...]
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btmtkuart.c
78
u16
stp_dlen
;
member
300
if (!bdev->
stp_dlen
&& bdev->stp_cursor >= 6)
in mtk_stp_split()
312
if (!bdev->
stp_dlen
&& bdev->stp_cursor >= 6) {
in mtk_stp_split()
314
bdev->
stp_dlen
= be16_to_cpu(shdr->dlen) & 0x0fff;
in mtk_stp_split()
317
if (shdr->prefix != 0x80 || bdev->
stp_dlen
> 2048) {
in mtk_stp_split()
319
shdr->prefix, bdev->
stp_dlen
);
in mtk_stp_split()
321
bdev->
stp_dlen
= 0;
in mtk_stp_split()
330
*sz_h4 = min_t(int, count, bdev->
stp_dlen
);
in mtk_stp_split()
333
bdev->
stp_dlen
-= *sz_h4;
in mtk_stp_split()
441
bdev->
stp_dlen
in btmtkuart_open()
[all...]
Completed in 3 milliseconds