Lines Matching defs:display
497 * Set the user defined part of the display for the specified console
567 * Blank the display by setting all palette values to zero. Note, the
569 * blank the display in all modes.
1055 /* If display is blanked/suspended, hsync isn't active */
2170 struct device_node *display, *np;
2186 display = of_graph_get_remote_port_parent(np);
2188 if (!display) {
2189 dev_err(dev, "no display defined\n");
2193 ret = of_get_pxafb_display(dev, display, info, bus_width);
2194 of_node_put(display);