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.
1058 /* If display is blanked/suspended, hsync isn't active */
2174 struct device_node *display, *np;
2190 display = of_graph_get_remote_port_parent(np);
2192 if (!display) {
2193 dev_err(dev, "no display defined\n");
2197 ret = of_get_pxafb_display(dev, display, info, bus_width);
2198 of_node_put(display);