usb_for_each_dev(9) centos man page | unix.com

Man Page: usb_for_each_dev

Operating Environment: centos

Section: 9

USB_FOR_EACH_DEV(9)						   USB Core APIs					       USB_FOR_EACH_DEV(9)

NAME
usb_for_each_dev - iterate over all USB devices in the system
SYNOPSIS
int usb_for_each_dev(void * data, int (*fn) (struct usb_device *, void *));
ARGUMENTS
data data pointer that will be handed to the callback function fn callback function to be called for each USB device
DESCRIPTION
Iterate over all USB devices and call fn for each, passing it data. If it returns anything other than 0, we break the iteration prematurely and return that value.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_FOR_EACH_DEV(9)
Related Man Pages
struct_usb_device_driver(9) - centos
usb_control_msg(9) - centos
struct_usb_device_driver(9) - suse
ehci(4) - freebsd
ehci(4) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq