Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dgarmin_gps.c219 static inline int getLayerId(const __u8 *usbPacket) in getLayerId() function
641 if (GARMIN_LAYERID_APPL != getLayerId(garmin_data_p->outbuffer)) { in gsp_send()
643 getLayerId(garmin_data_p->outbuffer)); in gsp_send()
975 if (GARMIN_LAYERID_APPL == getLayerId(urb->transfer_buffer)) { in garmin_write_bulk_callback()
1033 if (GARMIN_LAYERID_APPL == getLayerId(buffer)) { in garmin_write_bulk()
1087 getLayerId(garmin_data_p->privpkt)) { in garmin_write()
1162 getLayerId(data) == GARMIN_LAYERID_APPL) { in garmin_read_process()