class_dev_iter_next(9) centos man page | unix.com

Man Page: class_dev_iter_next

Operating Environment: centos

Section: 9

CLASS_DEV_ITER_NEXT(9)					   Device drivers infrastructure				    CLASS_DEV_ITER_NEXT(9)

NAME
class_dev_iter_next - iterate to the next device
SYNOPSIS
struct device * class_dev_iter_next(struct class_dev_iter * iter);
ARGUMENTS
iter class iterator to proceed
DESCRIPTION
Proceed iter to the next device and return it. Returns NULL if iteration is complete. The returned device is referenced and won't be released till iterator is proceed to the next device or exited. The caller is free to do whatever it wants to do with the device including calling back into class code.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 CLASS_DEV_ITER_NEXT(9)
Related Man Pages
deviter_init(9) - netbsd
deviter_first(9) - netbsd
device_create(9) - suse
deviter(9) - netbsd
tap::parser::iteratorfactory(3pm) - suse
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
DB2 convert digits to binary format
Shopt -s histappend
Unsure why access time on a directory change isn't changing