Searched refs:ONETOUCH_PKT_LEN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | onetouch.c | 30 #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()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | onetouch.c | 30 #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()
|
Completed in 1 milliseconds