Searched refs:onetouch (Results 1 – 4 of 4) sorted by relevance
90 struct usb_onetouch *onetouch = urb->context; in usb_onetouch_irq() local91 signed char *data = onetouch->data; in usb_onetouch_irq()92 struct input_dev *dev = onetouch->dev; in usb_onetouch_irq()115 "retval %d\n", onetouch->udev->bus->bus_name, in usb_onetouch_irq()116 onetouch->udev->devpath, retval); in usb_onetouch_irq()121 struct usb_onetouch *onetouch = input_get_drvdata(dev); in usb_onetouch_open() local123 onetouch->is_open = 1; in usb_onetouch_open()124 onetouch->irq->dev = onetouch->udev; in usb_onetouch_open()125 if (usb_submit_urb(onetouch->irq, GFP_KERNEL)) { in usb_onetouch_open()135 struct usb_onetouch *onetouch = input_get_drvdata(dev); in usb_onetouch_close() local[all …]
29 obj-$(CONFIG_USB_STORAGE_ONETOUCH) += ums-onetouch.o43 ums-onetouch-y := onetouch.o
144 USB hard drive's onetouch button.151 If this driver is compiled as a module, it will be named ums-onetouch.
[all...]