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:timings
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/
H
A
D
panel-simple.c
64
* NOTE: cannot be used with "
timings
" and also if this is specified
67
* @
timings
: Pointer to array of display
timings
. NOTE: cannot be used with
70
* @num_timings: Number of elements in
timings
array.
80
const struct display_timing *
timings
;
member
285
const struct display_timing *dt = &panel->desc->
timings
[i];
in panel_simple_get_timings_modes()
359
/* Only add
timings
if override was not there or failed to validate */
in panel_simple_get_non_edid_modes()
365
* Only add fixed modes if
timings
/override added no mode.
in panel_simple_get_non_edid_modes()
367
* We should only ever have either the display
timings
specified
in panel_simple_get_non_edid_modes()
631
static int panel_simple_get_timings(struct drm_panel *panel, unsigned int num_timings, struct display_timing *
timings
)
in panel_simple_get_timings()
argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-samsung-dcphy.c
1333
const struct samsung_mipi_dphy_timing *
timings
;
in samsung_mipi_dphy_get_timing()
local
1338
timings
= samsung_mipi_dphy_timing_table;
in samsung_mipi_dphy_get_timing()
1342
if (lane_mbps <=
timings
[i - 1].max_lane_mbps)
in samsung_mipi_dphy_get_timing()
1348
return &
timings
[i - 1];
in samsung_mipi_dphy_get_timing()
1354
const struct samsung_mipi_cphy_timing *
timings
;
in samsung_mipi_cphy_get_timing()
local
1359
timings
= samsung_mipi_cphy_timing_table;
in samsung_mipi_cphy_get_timing()
1363
if (lane_msps <=
timings
[i - 1].max_lane_msps)
in samsung_mipi_cphy_get_timing()
1369
return &
timings
[i - 1];
in samsung_mipi_cphy_get_timing()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_edid.c
75
/* Force reduced-blanking
timings
for detailed modes */
2414
* 0 is reserved. The spec says 0x01 fill for unused
timings
. Some old
2547
* HDTV detailed
timings
are encoded as field height.
3014
struct std_timing *std = &data->data.
timings
[i];
in do_standard_modes()
3170
* add_detailed_modes - Add modes from detailed
timings
4311
* the 10kHz clock resolution limit of detailed
timings
.
in fixup_detailed_cea_mode_clock()
5317
struct displayid_detailed_timings_1 *
timings
)
in drm_mode_displayid_detailed()
5321
(
timings
->pixel_clock[0x0] | (
timings
->pixel_clock[0x1] << 0x8) | (
timings
in drm_mode_displayid_detailed()
5316
drm_mode_displayid_detailed(struct drm_device *dev, struct displayid_detailed_
timings
_1 *
timings
)
drm_mode_displayid_detailed()
argument
5376
struct displayid_detailed_
timings
_1 *
timings
= &det->
timings
[i];
add_displayid_detailed_1_modes()
local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-dsidphy.c
384
const struct inno_mipi_dphy_timing *
timings
;
in inno_mipi_dphy_get_timing()
local
389
timings
= inno->pdata->inno_mipi_dphy_timing_table;
in inno_mipi_dphy_get_timing()
393
if (lane_mbps <=
timings
[i].max_lane_mbps) {
in inno_mipi_dphy_get_timing()
402
return &
timings
[i];
in inno_mipi_dphy_get_timing()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_edid.h
155
struct std_timing
timings
[6];
member
348
/* Est.
timings
and mfg rsvd
timings
*/
350
/* Standard
timings
1-8 */
352
/* Detailing
timings
1-4 */
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H
A
D
videodev2.h
1372
* A note regarding vertical interlaced
timings
: height refers to the total
1373
* height of the active video frame (= two fields). The blanking
timings
refer
1497
/** struct v4l2_dv_timings - DV
timings
1498
* @type: the type of the
timings
1499
* @bt: BT656/1120
timings
1512
/** struct v4l2_enum_dv_timings - DV
timings
enumeration
1514
* @pad: the pad number for which to enumerate
timings
(used with
1517
* @
timings
: the
timings
for the given index
1523
struct v4l2_dv_timings
timings
;
member
[all...]
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
videodev2.h
1372
* A note regarding vertical interlaced
timings
: height refers to the total
1373
* height of the active video frame (= two fields). The blanking
timings
refer
1497
/** struct v4l2_dv_timings - DV
timings
1498
* @type: the type of the
timings
1499
* @bt: BT656/1120
timings
1512
/** struct v4l2_enum_dv_timings - DV
timings
enumeration
1514
* @pad: the pad number for which to enumerate
timings
(used with
1517
* @
timings
: the
timings
for the given index
1523
struct v4l2_dv_timings
timings
;
member
[all...]
Completed in 25 milliseconds