Home
last modified time | relevance | path

Searched refs:BUFSTAT_READY (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c75 buf->status = BUFSTAT_READY; in hdpvr_read_bulk_callback()
445 if (buf->status != BUFSTAT_READY && in hdpvr_read()
456 buf->status == BUFSTAT_READY, in hdpvr_read()
482 if (buf->status != BUFSTAT_READY) in hdpvr_read()
553 if (!buf || buf->status != BUFSTAT_READY) { in hdpvr_poll()
557 if (buf && buf->status == BUFSTAT_READY) in hdpvr_poll()
H A Dhdpvr.h172 BUFSTAT_READY, enumerator
/kernel/linux/linux-6.6/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c75 buf->status = BUFSTAT_READY; in hdpvr_read_bulk_callback()
445 if (buf->status != BUFSTAT_READY && in hdpvr_read()
456 buf->status == BUFSTAT_READY, in hdpvr_read()
482 if (buf->status != BUFSTAT_READY) in hdpvr_read()
553 if (!buf || buf->status != BUFSTAT_READY) { in hdpvr_poll()
557 if (buf && buf->status == BUFSTAT_READY) in hdpvr_poll()
H A Dhdpvr.h172 BUFSTAT_READY, enumerator

Completed in 5 milliseconds