Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwcam.c382 sc->frame_ready = 0; in fwcam_iso_start()
464 sc->frame_ready = 0; in fwcam_iso_stop()
523 if (sc->frame_ready) in fwcam_iso_input()
528 sc->frame_ready = 1; in fwcam_iso_input()
623 while (!sc->frame_ready) { in fwcam_cdev_read()
639 sc->frame_ready = 0; in fwcam_cdev_read()
666 if (sc->frame_ready) in fwcam_cdev_poll()
H A Dfwcam.h248 int frame_ready; /* read_buf has valid frame */ member