Home
last modified time | relevance | path

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

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