Lines Matching refs:start
303 * @start: the device to start iterating from, if any
307 * of @class. If @start is set, the list iteration will start there,
312 const struct device *start, const struct device_type *type)
320 if (start)
321 start_knode = &start->p->knode_class;
373 * @start: the device to start with in the list, if any.
378 * passing it @data. If @start is set, the list iteration will start
388 int class_for_each_device(const struct class *class, const struct device *start,
404 class_dev_iter_init(&iter, class, start, NULL);
420 * @start: Device to begin with
437 struct device *class_find_device(const struct class *class, const struct device *start,
453 class_dev_iter_init(&iter, class, start, NULL);
527 * call in the start of this function, and the second one from the