Lines Matching defs:from
121 * Search for the next output device starting at @from. Release the reference to
122 * the @from device, and acquire a reference to the returned device if found.
124 struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from)
137 * Start from the from entry if given or from omapdss_devices_list
140 list = from ? &from->list : &omapdss_devices_list;
159 if (from)
160 omapdss_device_put(from);