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:curr_speed
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
btmtkuart.c
128
speed_t
curr_speed
;
member
559
if (bdev->
curr_speed
!= bdev->desired_speed)
in btmtkuart_open()
719
bdev->
curr_speed
= bdev->desired_speed;
in btmtkuart_change_baudrate()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btmtkuart.c
67
speed_t
curr_speed
;
member
424
if (bdev->
curr_speed
!= bdev->desired_speed)
in btmtkuart_open()
582
bdev->
curr_speed
= bdev->desired_speed;
in btmtkuart_change_baudrate()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_defs_fcs.h
401
enum bfa_port_speed
curr_speed
; /* operating speed got from
member
H
A
D
bfa_fcs.h
657
__be32
curr_speed
; /* current Speed */
member
H
A
D
bfa_fcs_lport.c
2292
templen = sizeof(fcs_port_attr.
curr_speed
);
in bfa_fcs_lport_fdmi_build_portattr_block()
2293
memcpy(attr->value, &fcs_port_attr.
curr_speed
, templen);
in bfa_fcs_lport_fdmi_build_portattr_block()
2720
port_attr->
curr_speed
= cpu_to_be32(
in bfa_fcs_fdmi_get_portattr()
H
A
D
bfa_fcs_rport.c
3030
rport_attr->
curr_speed
= rport->rpf.rpsc_speed;
in bfa_fcs_rport_get_attr()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_defs_fcs.h
401
enum bfa_port_speed
curr_speed
; /* operating speed got from
member
H
A
D
bfa_fcs.h
654
__be32
curr_speed
; /* current Speed */
member
H
A
D
bfa_fcs_lport.c
2300
templen = sizeof(fcs_port_attr.
curr_speed
);
in bfa_fcs_lport_fdmi_build_portattr_block()
2301
memcpy(attr->value, &fcs_port_attr.
curr_speed
, templen);
in bfa_fcs_lport_fdmi_build_portattr_block()
2728
port_attr->
curr_speed
= cpu_to_be32(
in bfa_fcs_fdmi_get_portattr()
H
A
D
bfa_fcs_rport.c
3030
rport_attr->
curr_speed
= rport->rpf.rpsc_speed;
in bfa_fcs_rport_get_attr()
Completed in 29 milliseconds