Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dgarmin_gps.c180 static unsigned char const GARMIN_BULK_IN_AVAIL_REPLY[] variable
1237 if (urb->actual_length == sizeof(GARMIN_BULK_IN_AVAIL_REPLY) && in garmin_read_int_callback()
1238 memcmp(data, GARMIN_BULK_IN_AVAIL_REPLY, in garmin_read_int_callback()
1239 sizeof(GARMIN_BULK_IN_AVAIL_REPLY)) == 0) { in garmin_read_int_callback()