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:phy_type
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-qp.c
2205
u8
phy_type
;
in dw_hdmi_detect_phy()
local
2207
phy_type
= hdmi->plat_data->phy_force_vendor ? DW_HDMI_PHY_VENDOR_PHY : 0;
in dw_hdmi_detect_phy()
2209
if (
phy_type
== DW_HDMI_PHY_VENDOR_PHY) {
in dw_hdmi_detect_phy()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-qp.c
2089
u8
phy_type
;
in dw_hdmi_detect_phy()
local
2091
phy_type
= hdmi->plat_data->phy_force_vendor ?
in dw_hdmi_detect_phy()
2094
if (
phy_type
== DW_HDMI_PHY_VENDOR_PHY) {
in dw_hdmi_detect_phy()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
3966
u8
phy_type
;
in dw_hdmi_detect_phy()
local
3968
phy_type
= hdmi->plat_data->phy_force_vendor ? DW_HDMI_PHY_VENDOR_PHY : hdmi_readb(hdmi, HDMI_CONFIG2_ID);
in dw_hdmi_detect_phy()
3969
if (
phy_type
== DW_HDMI_PHY_VENDOR_PHY) {
in dw_hdmi_detect_phy()
3984
if (dw_hdmi_phys[i].type ==
phy_type
) {
in dw_hdmi_detect_phy()
3998
dev_err(hdmi->dev, "Unsupported HDMI PHY type (%02x)\n",
phy_type
);
in dw_hdmi_detect_phy()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
bcmsrom_tbl.h
1130
uint16
phy_type
;
member
1242
uint16
phy_type
;
member
H
A
D
802.11.h
3095
uint8
phy_type
;
member
H
A
D
wlioctl.h
1073
uint32
phy_type
;
member
2283
uint16
phy_type
; /**< phy type */
member
2290
uint16
phy_type
; /**< Phy type */
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
dw-mipi-dsi2-rockchip.c
207
enum
phy_type
{
enum
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
dw-mipi-dsi2-rockchip.c
207
enum
phy_type
{
enum
Completed in 98 milliseconds