OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_ep
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/arm/nxp/
imx6_dwhdmi.c
135
struct fdt_endpoint *
in_ep
= fdt_endpoint_remote(ep);
local in function:imx6_dwhdmi_ep_activate
150
switch (fdt_endpoint_type(
in_ep
)) {
152
crtc = fdt_endpoint_get_data(
in_ep
);
/src/sys/arch/arm/sunxi/
sunxi_dwhdmi.c
77
struct fdt_endpoint *
in_ep
= fdt_endpoint_remote(ep);
local in function:sunxi_dwhdmi_ep_activate
89
switch (fdt_endpoint_type(
in_ep
)) {
91
encoder = fdt_endpoint_get_data(
in_ep
);
94
bridge = fdt_endpoint_get_data(
in_ep
);
sunxi_tcon.c
327
struct fdt_endpoint *
in_ep
, *out_ep;
local in function:sunxi_tcon_ep_activate
350
in_ep
= fdt_endpoint_get_from_index(&sc->sc_ports,
354
in_ep
= fdt_endpoint_get_from_index(&sc->sc_ports,
358
in_ep
= NULL;
362
if (
in_ep
!= NULL) {
363
if (fdt_endpoint_is_active(
in_ep
))
sunxi_hdmi.c
493
struct fdt_endpoint *
in_ep
, *out_ep;
local in function:sunxi_hdmi_ep_activate
508
in_ep
= fdt_endpoint_get_from_index(&sc->sc_ports,
512
in_ep
= fdt_endpoint_get_from_index(&sc->sc_ports,
516
in_ep
= NULL;
520
if (
in_ep
!= NULL) {
521
if (fdt_endpoint_is_active(
in_ep
))
sunxi_lcdc.c
394
struct fdt_endpoint *
in_ep
= fdt_endpoint_remote(ep);
local in function:sunxi_lcdc_ep_activate
404
if (fdt_endpoint_type(
in_ep
) != EP_DRM_CRTC)
407
crtc = fdt_endpoint_get_data(
in_ep
);
/src/sys/arch/arm/rockchip/
rk_anxdp.c
136
struct fdt_endpoint *
in_ep
= fdt_endpoint_remote(ep);
local in function:rk_anxdp_ep_activate
151
switch (fdt_endpoint_type(
in_ep
)) {
153
crtc = fdt_endpoint_get_data(
in_ep
);
rk_dwhdmi.c
130
struct fdt_endpoint *
in_ep
= fdt_endpoint_remote(ep);
local in function:rk_dwhdmi_ep_activate
145
switch (fdt_endpoint_type(
in_ep
)) {
147
crtc = fdt_endpoint_get_data(
in_ep
);
/src/sys/dev/usb/
umidi_quirks.h
88
const struct umq_fixed_ep_endpoint *
in_ep
;
member in struct:umq_fixed_ep_desc
/src/sys/dev/i2c/
anxedp.c
344
struct fdt_endpoint *
in_ep
= fdt_endpoint_remote(ep);
local in function:anxedp_ep_activate
355
switch (fdt_endpoint_type(
in_ep
)) {
357
encoder = fdt_endpoint_get_data(
in_ep
);
360
bridge = fdt_endpoint_get_data(
in_ep
);
tda19988.c
840
struct fdt_endpoint *
in_ep
= fdt_endpoint_remote(ep);
local in function:tda19988_ep_activate
850
switch (fdt_endpoint_type(
in_ep
)) {
852
encoder = fdt_endpoint_get_data(
in_ep
);
Completed in 20 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025