usb_interface_claimed(9) centos man page | unix.com

Man Page: usb_interface_claimed

Operating Environment: centos

Section: 9

USB_INTERFACE_CLAIME(9) 				  Host-Side Data Types and Macro				   USB_INTERFACE_CLAIME(9)

NAME
usb_interface_claimed - returns true iff an interface is claimed
SYNOPSIS
int usb_interface_claimed(struct usb_interface * iface);
ARGUMENTS
iface the interface being checked
RETURN
true (nonzero) iff the interface is claimed, else false (zero).
NOTE
Callers must own the driver model's usb bus readlock. So driver probe entries don't need extra locking, but other call contexts may need to explicitly claim that lock.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_INTERFACE_CLAIME(9)
Related Man Pages
struct_hsi_port(9) - centos
struct_usb_host_config(9) - centos
struct_usb_interface(9) - centos
usb_make_path(9) - centos
usb_queue_reset_device(9) - suse
Similar Topics in the Unix Linux Community
Tar Command
Docker learning Phase-I
Shopt -s histappend
Controlling user input
[TIP] Processing YAML files with yq