Home
last modified time | relevance | path

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

/linux/drivers/usb/storage/
H A Donetouch.c30 #define ONETOUCH_PKT_LEN 0x02 macro
184 maxp = min(maxp, ONETOUCH_PKT_LEN); in onetouch_connect_input()
191 onetouch->data = usb_alloc_coherent(udev, ONETOUCH_PKT_LEN, in onetouch_connect_input()
253 fail2: usb_free_coherent(udev, ONETOUCH_PKT_LEN, in onetouch_connect_input()
268 usb_free_coherent(onetouch->udev, ONETOUCH_PKT_LEN, in onetouch_release_input()