Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dgarmin_gps.c218 static inline int getLayerId(const __u8 *usbPacket) in getLayerId() function
639 if (GARMIN_LAYERID_APPL != getLayerId(garmin_data_p->outbuffer)) { in gsp_send()
641 getLayerId(garmin_data_p->outbuffer)); in gsp_send()
973 if (GARMIN_LAYERID_APPL == getLayerId(urb->transfer_buffer)) { in garmin_write_bulk_callback()
1028 if (GARMIN_LAYERID_APPL == getLayerId(buffer)) { in garmin_write_bulk()
1082 getLayerId(garmin_data_p->privpkt)) { in garmin_write()
1157 getLayerId(data) == GARMIN_LAYERID_APPL) { in garmin_read_process()