OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_rep
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/nxp/
imx6_dwhdmi.c
136
struct fdt_endpoint *out_ep, *
out_rep
;
local in function:imx6_dwhdmi_ep_activate
176
out_rep
= fdt_endpoint_remote(out_ep);
177
if (
out_rep
!= NULL && fdt_endpoint_type(
out_rep
) == EP_DRM_CONNECTOR)
/src/sys/arch/arm/sunxi/
sunxi_dwhdmi.c
78
struct fdt_endpoint *out_ep, *
out_rep
;
local in function:sunxi_dwhdmi_ep_activate
120
out_rep
= fdt_endpoint_remote(out_ep);
121
if (
out_rep
!= NULL && fdt_endpoint_type(
out_rep
) == EP_DRM_CONNECTOR)
/src/sys/arch/arm/rockchip/
rk_anxdp.c
137
struct fdt_endpoint *out_ep, *
out_rep
;
local in function:rk_anxdp_ep_activate
167
out_rep
= fdt_endpoint_remote(out_ep);
168
if (
out_rep
!= NULL && fdt_endpoint_type(
out_rep
) == EP_DRM_PANEL)
169
sc->sc_base.sc_panel = fdt_endpoint_get_data(
out_rep
);
180
if (
out_rep
!= NULL && fdt_endpoint_type(
out_rep
) == EP_DRM_CONNECTOR)
rk_dwhdmi.c
131
struct fdt_endpoint *out_ep, *
out_rep
;
local in function:rk_dwhdmi_ep_activate
171
out_rep
= fdt_endpoint_remote(out_ep);
172
if (
out_rep
!= NULL && fdt_endpoint_type(
out_rep
) == EP_DRM_CONNECTOR)
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025