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:tmds_rate
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_hdmi_phy.c
305
static const struct phy_settings *phy_get_settings(unsigned long long
tmds_rate
)
in phy_get_settings()
argument
313
if (
tmds_rate
>= s->min_rate &&
tmds_rate
<= s->max_rate)
in phy_get_settings()
326
unsigned long long
tmds_rate
)
in phy_get_channel_settings()
328
const struct phy_settings *settings = phy_get_settings(
tmds_rate
);
in phy_get_channel_settings()
325
phy_get_channel_settings(enum vc4_hdmi_phy_channel chan, unsigned long long
tmds_rate
)
phy_get_channel_settings()
argument
H
A
D
vc4_hdmi.c
805
unsigned long long
tmds_rate
;
in vc4_hdmi_encoder_atomic_check()
local
819
tmds_rate
= pixel_rate * 10;
in vc4_hdmi_encoder_atomic_check()
821
(
tmds_rate
>= WIFI_2_4GHz_CH1_MIN_FREQ &&
in vc4_hdmi_encoder_atomic_check()
822
tmds_rate
<= WIFI_2_4GHz_CH1_MAX_FREQ)) {
in vc4_hdmi_encoder_atomic_check()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_hdmi_phy.c
324
static const struct phy_settings *phy_get_settings(unsigned long long
tmds_rate
)
in phy_get_settings()
argument
332
if (
tmds_rate
>= s->min_rate &&
tmds_rate
<= s->max_rate)
in phy_get_settings()
345
unsigned long long
tmds_rate
)
in phy_get_channel_settings()
347
const struct phy_settings *settings = phy_get_settings(
tmds_rate
);
in phy_get_channel_settings()
344
phy_get_channel_settings(enum vc4_hdmi_phy_channel chan, unsigned long long
tmds_rate
)
phy_get_channel_settings()
argument
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H
A
D
inno_hdmi.c
64
unsigned int
tmds_rate
;
member
172
ddc_bus_freq = (hdmi->
tmds_rate
>> 2) / HDMI_SCL_RATE;
in inno_hdmi_i2c_init()
472
hdmi->
tmds_rate
= mode->clock * 1000;
in inno_hdmi_setup()
863
hdmi->
tmds_rate
= clk_get_rate(hdmi->pclk);
in inno_hdmi_bind()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H
A
D
inno_hdmi.c
62
unsigned int
tmds_rate
;
member
182
ddc_bus_freq = (hdmi->
tmds_rate
>> 2) / HDMI_SCL_RATE;
in inno_hdmi_i2c_init()
484
hdmi->
tmds_rate
= mode->clock * 1000;
in inno_hdmi_setup()
872
hdmi->
tmds_rate
= clk_get_rate(hdmi->pclk);
in inno_hdmi_bind()
Completed in 8 milliseconds