Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dgarmin_gps.c192 static unsigned char const GARMIN_BULK_IN_AVAIL_REPLY[] variable
1251 if (urb->actual_length == sizeof(GARMIN_BULK_IN_AVAIL_REPLY) && in garmin_read_int_callback()
1252 0 == memcmp(data, GARMIN_BULK_IN_AVAIL_REPLY, in garmin_read_int_callback()
1253 sizeof(GARMIN_BULK_IN_AVAIL_REPLY))) { in garmin_read_int_callback()