Returns true iff an interface is claimed
int usb_interface_claimed(struct usb_interface * iface);
iface
the interface being checked
true (nonzero) iff the interface is claimed, else false (zero).
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.