Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/storage/
Donetouch.c29 #define ONETOUCH_PKT_LEN 0x02 macro
183 maxp = min(maxp, ONETOUCH_PKT_LEN); in onetouch_connect_input()
190 onetouch->data = usb_alloc_coherent(udev, ONETOUCH_PKT_LEN, in onetouch_connect_input()
252 fail2: usb_free_coherent(udev, ONETOUCH_PKT_LEN, in onetouch_connect_input()
267 usb_free_coherent(onetouch->udev, ONETOUCH_PKT_LEN, in onetouch_release_input()