Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/hvc/
Dhvsi.c169 static inline int got_packet(const struct hvsi_struct *hp, uint8_t *packet) in got_packet() function
422 while ((packet < hp->inbuf_end) && got_packet(hp, packet)) { in hvsi_load_chunk()