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:speed_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_qca.c
1370
enum qca_speed_type
speed_type
)
in qca_get_speed()
1374
if (
speed_type
== QCA_INIT_SPEED) {
in qca_get_speed()
1404
static int qca_set_speed(struct hci_uart *hu, enum qca_speed_type
speed_type
)
in qca_set_speed()
argument
1410
if (
speed_type
== QCA_INIT_SPEED) {
in qca_set_speed()
1369
qca_get_speed(struct hci_uart *hu, enum qca_
speed_type
speed_type
)
qca_get_speed()
argument
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_qca.c
1419
enum qca_speed_type
speed_type
)
in qca_get_speed()
1423
if (
speed_type
== QCA_INIT_SPEED) {
in qca_get_speed()
1462
static int qca_set_speed(struct hci_uart *hu, enum qca_speed_type
speed_type
)
in qca_set_speed()
argument
1468
if (
speed_type
== QCA_INIT_SPEED) {
in qca_set_speed()
1418
qca_get_speed(struct hci_uart *hu, enum qca_
speed_type
speed_type
)
qca_get_speed()
argument
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.h
265
u8
speed_type
; /* 0: sfp speed, 1: active speed */
member
H
A
D
hclge_main.c
2946
mac->
speed_type
= QUERY_ACTIVE_SPEED;
in hclge_get_sfp_info()
2952
mac->
speed_type
= QUERY_SFP_SPEED;
in hclge_get_sfp_info()
2985
if (mac->
speed_type
== QUERY_ACTIVE_SPEED) {
in hclge_update_port_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.h
268
u8
speed_type
; /* 0: sfp speed, 1: active speed */
member
H
A
D
hclge_main.c
3227
mac->
speed_type
= QUERY_ACTIVE_SPEED;
in hclge_get_sfp_info()
3235
mac->
speed_type
= QUERY_SFP_SPEED;
in hclge_get_sfp_info()
3407
if (mac->
speed_type
== QUERY_ACTIVE_SPEED) {
in hclge_update_port_info()
Completed in 100 milliseconds