OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:port_phandle
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/fdt/
fdt_port.c
56
int
port_phandle
; /* port's node */
member in struct:fdt_port
257
int
port_phandle
, child;
local in function:fdt_ports_register
269
port_phandle
= phandle;
272
for (child = OF_child(
port_phandle
); child; child = OF_peer(child)) {
276
port_phandle
= child;
290
for (child = OF_child(
port_phandle
), i = 0; child;
307
ports->dp_port[i].
port_phandle
= child;
fdt_port.c
56
int
port_phandle
; /* port's node */
member in struct:fdt_port
257
int
port_phandle
, child;
local in function:fdt_ports_register
269
port_phandle
= phandle;
272
for (child = OF_child(
port_phandle
); child; child = OF_peer(child)) {
276
port_phandle
= child;
290
for (child = OF_child(
port_phandle
), i = 0; child;
307
ports->dp_port[i].
port_phandle
= child;
/src/sys/arch/arm/rockchip/
rk_vop.c
830
const int
port_phandle
= of_find_firstchild_byname(phandle, "port");
local in function:rk_vop_attach
831
if (
port_phandle
> 0)
832
rk_drm_register_port(
port_phandle
, &sc->sc_ports);
rk_vop.c
830
const int
port_phandle
= of_find_firstchild_byname(phandle, "port");
local in function:rk_vop_attach
831
if (
port_phandle
> 0)
832
rk_drm_register_port(
port_phandle
, &sc->sc_ports);
Completed in 22 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025