Lines Matching defs:device
37 MODULE_PARM_DESC(index, "Index value for the 6fire sound device");
39 MODULE_PARM_DESC(id, "ID string for the 6fire sound device.");
41 MODULE_PARM_DESC(enable, "Enable the 6fire sound device.");
86 struct usb_device *device = interface_to_usbdev(intf);
93 if (devices[i] == device) {
107 devices[regidx] = device;
110 /* check, if firmware is present on device, upload it if not */
118 if (usb_set_interface(device, 0, 0) != 0) {
131 device->bus->busnum, device->devnum);
135 chip->dev = device;