Searched refs:onetouch (Results 1 – 3 of 3) sorted by relevance
89 struct usb_onetouch *onetouch = urb->context; in usb_onetouch_irq() local90 signed char *data = onetouch->data; in usb_onetouch_irq()91 struct input_dev *dev = onetouch->dev; in usb_onetouch_irq()114 "retval %d\n", onetouch->udev->bus->bus_name, in usb_onetouch_irq()115 onetouch->udev->devpath, retval); in usb_onetouch_irq()120 struct usb_onetouch *onetouch = input_get_drvdata(dev); in usb_onetouch_open() local122 onetouch->is_open = 1; in usb_onetouch_open()123 onetouch->irq->dev = onetouch->udev; in usb_onetouch_open()124 if (usb_submit_urb(onetouch->irq, GFP_KERNEL)) { in usb_onetouch_open()134 struct usb_onetouch *onetouch = input_get_drvdata(dev); in usb_onetouch_close() local[all …]
27 obj-$(CONFIG_USB_STORAGE_ONETOUCH) += ums-onetouch.o41 ums-onetouch-y := onetouch.o
152 USB hard drive's onetouch button.159 If this driver is compiled as a module, it will be named ums-onetouch.