Lines Matching full:dss
179 { .compatible = "ti,omap2-dss", },
180 { .compatible = "ti,omap3-dss", },
181 { .compatible = "ti,omap4-dss", },
182 { .compatible = "ti,omap5-dss", },
183 { .compatible = "ti,dra7-dss", },
189 struct device_node *dss, *child; in omapdss_boot_init() local
193 dss = of_find_matching_node(NULL, omapdss_of_match); in omapdss_boot_init()
195 if (dss == NULL || !of_device_is_available(dss)) in omapdss_boot_init()
198 omapdss_walk_device(dss, true); in omapdss_boot_init()
200 for_each_available_child_of_node(dss, child) { in omapdss_boot_init()
222 of_node_put(dss); in omapdss_boot_init()