Searched refs:DCAM1394_FLAG_FRAME_RCV_INIT (Results 1 – 4 of 4) sorted by relevance
126 if (!(softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT)) { in dcam1394_ioctl_frame_rcv_start()135 softc_p->flags |= DCAM1394_FLAG_FRAME_RCV_INIT; in dcam1394_ioctl_frame_rcv_start()446 if (!(softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT)) { in dcam_frame_rcv_stop()515 softc_p->flags &= ~DCAM1394_FLAG_FRAME_RCV_INIT; in dcam_free_resources()
359 if (softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in dcam_attach()470 if (softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in dcam_detach()642 if (softc->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in dcam_close()644 softc->flags &= ~DCAM1394_FLAG_FRAME_RCV_INIT; in dcam_close()
893 if (softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in param_vid_mode_set()935 if (softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in param_frame_rate_set()1006 if (softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in param_ring_buff_capacity_set()
55 #define DCAM1394_FLAG_FRAME_RCV_INIT 0x10 macro