HomeSort by: relevance | last modified time | path
    Searched refs:fdt_endpoint_device (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/fdt/
fdt_port.h 99 device_t fdt_endpoint_device(struct fdt_endpoint *);
fdt_port.c 154 fdt_endpoint_device(struct fdt_endpoint *ep) function in typeref:typename:device_t
  /src/sys/arch/arm/sunxi/
sunxi_tcon.c 276 if (!device_is_a(fdt_endpoint_device(rep), "sunxidebe")) {
306 device_t rep_dev = fdt_endpoint_device(rep);
376 device_xname(fdt_endpoint_device(rep)));
564 sunxi_debe_set_videomode(fdt_endpoint_device(sc->sc_in_rep), &mode);
729 sunxi_debe_set_videomode(fdt_endpoint_device(sc->sc_in_rep), mode);
sunxi_hdmi.c 707 fdt_endpoint_device(sc->sc_in_rep), mode);
1096 fdt_endpoint_device(sc->sc_in_rep), NULL);
sunxi_debe.c 297 if (!device_is_a(fdt_endpoint_device(rep), "sunxitcon")) {
373 fdt_endpoint_device(rep), cons_pipeline))

Completed in 18 milliseconds