Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/storage/
Donetouch.c103 struct usb_onetouch *onetouch = urb->context; in usb_onetouch_irq() local
104 signed char *data = onetouch->data; in usb_onetouch_irq()
105 struct input_dev *dev = onetouch->dev; in usb_onetouch_irq()
128 "retval %d\n", onetouch->udev->bus->bus_name, in usb_onetouch_irq()
129 onetouch->udev->devpath, retval); in usb_onetouch_irq()
134 struct usb_onetouch *onetouch = input_get_drvdata(dev); in usb_onetouch_open() local
136 onetouch->is_open = 1; in usb_onetouch_open()
137 onetouch->irq->dev = onetouch->udev; in usb_onetouch_open()
138 if (usb_submit_urb(onetouch->irq, GFP_KERNEL)) { in usb_onetouch_open()
148 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.