Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/storage/
Donetouch.c46 #define ONETOUCH_PKT_LEN 0x02 macro
200 maxp = min(maxp, ONETOUCH_PKT_LEN); in onetouch_connect_input()
207 onetouch->data = usb_alloc_coherent(udev, ONETOUCH_PKT_LEN, in onetouch_connect_input()
269 fail2: usb_free_coherent(udev, ONETOUCH_PKT_LEN, in onetouch_connect_input()
284 usb_free_coherent(onetouch->udev, ONETOUCH_PKT_LEN, in onetouch_release_input()