Home
last modified time | relevance | path

Searched refs:timing_node (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/video/sunxi/
Dsunxi_lcd.c83 int node, timing_node, val; in sunxi_lcd_probe() local
122 timing_node = fdt_subnode_offset(gd->fdt_blob, dev_of_offset(cdev), in sunxi_lcd_probe()
124 node = fdt_first_subnode(gd->fdt_blob, timing_node); in sunxi_lcd_probe()
/external/u-boot/drivers/video/rockchip/
Drk_mipi.c81 int node, timing_node; in rk_mipi_dsi_enable() local
124 timing_node = fdt_subnode_offset(gd->fdt_blob, dev_of_offset(dev), in rk_mipi_dsi_enable()
126 node = fdt_first_subnode(gd->fdt_blob, timing_node); in rk_mipi_dsi_enable()