Lines Matching refs:from
89 * Search for the next output device starting at @from. Release the reference to
90 * the @from device, and acquire a reference to the returned device if found.
92 struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from)
105 * Start from the from entry if given or from omapdss_devices_list
108 list = from ? &from->list : &omapdss_devices_list;
127 if (from)
128 omapdss_device_put(from);