Searched refs:onetouch (Results 1 – 3 of 3) sorted by relevance
103 struct usb_onetouch *onetouch = urb->context; in usb_onetouch_irq() local104 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() local136 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 …]
26 obj-$(CONFIG_USB_STORAGE_ONETOUCH) += ums-onetouch.o40 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.