Lines Matching full:dual
296 of_property_read_bool(port_node, "dual-lvds-even-pixels"); in drm_of_lvds_get_port_pixels_type()
298 of_property_read_bool(port_node, "dual-lvds-odd-pixels"); in drm_of_lvds_get_port_pixels_type()
331 * support multiple sinks with different dual-link in drm_of_lvds_get_remote_pixels_type()
347 * A valid dual-lVDS bus is found when one port is marked with in __drm_of_lvds_get_dual_link_pixel_order()
348 * "dual-lvds-even-pixels", and the other port is marked with in __drm_of_lvds_get_dual_link_pixel_order()
349 * "dual-lvds-odd-pixels", bail out if the markers are not right. in __drm_of_lvds_get_dual_link_pixel_order()
360 * drm_of_lvds_get_dual_link_pixel_order - Get LVDS dual-link source pixel order
361 * @port1: First DT port node of the Dual-link LVDS source
362 * @port2: Second DT port node of the Dual-link LVDS source
364 * An LVDS dual-link connection is made of two links, with even pixels
366 * returns, for two ports of an LVDS dual-link source, which port shall transmit
369 * The pixel order is determined from the dual-lvds-even-pixels and
370 * dual-lvds-odd-pixels properties in the sink's DT port nodes. If those
385 * * -EINVAL - @port1 and @port2 are not connected to a dual-link LVDS sink, or
410 * drm_of_lvds_get_dual_link_pixel_order_sink - Get LVDS dual-link sink pixel order
411 * @port1: First DT port node of the Dual-link LVDS sink
412 * @port2: Second DT port node of the Dual-link LVDS sink
414 * An LVDS dual-link connection is made of two links, with even pixels
416 * returns, for two ports of an LVDS dual-link sink, which port shall transmit
419 * The pixel order is determined from the dual-lvds-even-pixels and
420 * dual-lvds-odd-pixels properties in the sink's DT port nodes. If those