Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A 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()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch19731 - const AVFrame *frame, int *got_packet)
19732 + const AVFrame *src_frame, int *got_packet)
19745 + *got_packet = (ret == 0);
19780 *got_packet = 1;
19785 + *got_packet = 0;