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:hsfreq_ranges
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-csi2-dphy-hw.c
579
const struct hsfreq_range *
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
in csi2_dphy_hw_stream_on()
local
672
if (
hsfreq_ranges
[i].range_h >= dphy->data_rate_mbps) {
in csi2_dphy_hw_stream_on()
673
hsfreq =
hsfreq_ranges
[i].cfg_bit;
in csi2_dphy_hw_stream_on()
681
hsfreq_ranges
[i].range_h + 1);
in csi2_dphy_hw_stream_on()
682
hsfreq =
hsfreq_ranges
[i].cfg_bit;
in csi2_dphy_hw_stream_on()
762
const struct hsfreq_range *
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
in csi2_dcphy_hw_stream_on()
local
768
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
in csi2_dcphy_hw_stream_on()
[all...]
H
A
D
phy-rockchip-mipi-rx.c
498
const struct hsfreq_range *
hsfreq_ranges
;
member
1086
const struct hsfreq_range *
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
in mipidphy_rx_stream_on()
local
1091
if (
hsfreq_ranges
[i].range_h >= priv->data_rate_mbps) {
in mipidphy_rx_stream_on()
1092
hsfreq =
hsfreq_ranges
[i].cfg_bit;
in mipidphy_rx_stream_on()
1100
hsfreq_ranges
[i].range_h + 1);
in mipidphy_rx_stream_on()
1101
hsfreq =
hsfreq_ranges
[i].cfg_bit;
in mipidphy_rx_stream_on()
1176
const struct hsfreq_range *
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
in mipidphy_txrx_stream_on()
local
1181
if (
hsfreq_ranges
[
in mipidphy_txrx_stream_on()
1293
const struct hsfreq_range *
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
csi_mipidphy_stream_on()
local
[all...]
H
A
D
phy-rockchip-csi2-dphy-common.h
77
const struct hsfreq_range *
hsfreq_ranges
;
member
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-csi2-dphy-hw.c
598
const struct hsfreq_range *
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
in csi2_dphy_hw_stream_on()
local
684
if (
hsfreq_ranges
[i].range_h >= dphy->data_rate_mbps) {
in csi2_dphy_hw_stream_on()
685
hsfreq =
hsfreq_ranges
[i].cfg_bit;
in csi2_dphy_hw_stream_on()
693
dphy->data_rate_mbps,
hsfreq_ranges
[i].range_h + 1);
in csi2_dphy_hw_stream_on()
694
hsfreq =
hsfreq_ranges
[i].cfg_bit;
in csi2_dphy_hw_stream_on()
770
const struct hsfreq_range *
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
in csi2_dcphy_hw_stream_on()
local
776
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
in csi2_dcphy_hw_stream_on()
[all...]
H
A
D
phy-rockchip-mipi-rx.c
520
const struct hsfreq_range *
hsfreq_ranges
;
member
1114
const struct hsfreq_range *
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
in mipidphy_rx_stream_on()
local
1119
if (
hsfreq_ranges
[i].range_h >= priv->data_rate_mbps) {
in mipidphy_rx_stream_on()
1120
hsfreq =
hsfreq_ranges
[i].cfg_bit;
in mipidphy_rx_stream_on()
1128
priv->data_rate_mbps,
hsfreq_ranges
[i].range_h + 1);
in mipidphy_rx_stream_on()
1129
hsfreq =
hsfreq_ranges
[i].cfg_bit;
in mipidphy_rx_stream_on()
1205
const struct hsfreq_range *
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
in mipidphy_txrx_stream_on()
local
1210
if (
hsfreq_ranges
[
in mipidphy_txrx_stream_on()
1324
const struct hsfreq_range *
hsfreq_ranges
= drv_data->
hsfreq_ranges
;
csi_mipidphy_stream_on()
local
[all...]
H
A
D
phy-rockchip-csi2-dphy-common.h
77
const struct hsfreq_range *
hsfreq_ranges
;
member
Completed in 9 milliseconds