usb_minors 30 drivers/usb/core/file.c static const struct file_operations *usb_minors[MAX_USB_MINORS]; usb_minors 40 drivers/usb/core/file.c new_fops = fops_get(usb_minors[iminor(inode)]); usb_minors 189 drivers/usb/core/file.c if (usb_minors[minor]) usb_minors 192 drivers/usb/core/file.c usb_minors[minor] = class_driver->fops; usb_minors 207 drivers/usb/core/file.c usb_minors[minor] = NULL; usb_minors 240 drivers/usb/core/file.c usb_minors[intf->minor] = NULL;