Home
last modified time | relevance | path

Searched refs:onetouch (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/storage/
Donetouch.c106 struct usb_onetouch *onetouch = urb->context; in usb_onetouch_irq() local
107 signed char *data = onetouch->data; in usb_onetouch_irq()
108 struct input_dev *dev = onetouch->dev; in usb_onetouch_irq()
131 "retval %d\n", onetouch->udev->bus->bus_name, in usb_onetouch_irq()
132 onetouch->udev->devpath, retval); in usb_onetouch_irq()
137 struct usb_onetouch *onetouch = input_get_drvdata(dev); in usb_onetouch_open() local
139 onetouch->is_open = 1; in usb_onetouch_open()
140 onetouch->irq->dev = onetouch->udev; in usb_onetouch_open()
141 if (usb_submit_urb(onetouch->irq, GFP_KERNEL)) { in usb_onetouch_open()
151 struct usb_onetouch *onetouch = input_get_drvdata(dev); in usb_onetouch_close() local
[all …]
DMakefile26 obj-$(CONFIG_USB_STORAGE_ONETOUCH) += ums-onetouch.o
40 ums-onetouch-y := onetouch.o
DKconfig152 USB hard drive's onetouch button.
159 If this driver is compiled as a module, it will be named ums-onetouch.