Man Page: class_dev_iter_init
Operating Environment: centos
Section: 9
CLASS_DEV_ITER_INIT(9) Device drivers infrastructure CLASS_DEV_ITER_INIT(9)NAMEclass_dev_iter_init - initialize class device iteratorSYNOPSISvoid class_dev_iter_init(struct class_dev_iter * iter, struct class * class, struct device * start, const struct device_type * type);ARGUMENTSiter class iterator to initialize class the class we wanna iterate over start the device to start iterating from, if any type device_type of the devices to iterate over, NULL for allDESCRIPTIONInitialize class iterator iter such that it iterates over devices of class. If start is set, the list iteration will start there, otherwise if it is NULL, the iteration starts at the beginning of the list.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CLASS_DEV_ITER_INIT(9)
| Related Man Pages |
|---|
| device_create(9) - centos |
| ping_iterator_get(3) - debian |
| device_create(9) - suse |
| device_create_vargs(9) - suse |
| xml::libxml::iterator(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Set hard block limit for user using quota |
| Tar Command |
| Controlling user input |
| [TIP] Processing YAML files with yq |