Searched refs:DCAM1394_FLAG_FRAME_RCV_INIT (Results 1 – 4 of 4) sorted by relevance
123 if (!(softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT)) { in dcam1394_ioctl_frame_rcv_start()132 softc_p->flags |= DCAM1394_FLAG_FRAME_RCV_INIT; in dcam1394_ioctl_frame_rcv_start()443 if (!(softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT)) { in dcam_frame_rcv_stop()512 softc_p->flags &= ~DCAM1394_FLAG_FRAME_RCV_INIT; in dcam_free_resources()
339 if (softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in dcam_attach()450 if (softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in dcam_detach()622 if (softc->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in dcam_close()624 softc->flags &= ~DCAM1394_FLAG_FRAME_RCV_INIT; in dcam_close()
890 if (softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in param_vid_mode_set()932 if (softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in param_frame_rate_set()1003 if (softc_p->flags & DCAM1394_FLAG_FRAME_RCV_INIT) { in param_ring_buff_capacity_set()
54 #define DCAM1394_FLAG_FRAME_RCV_INIT 0x10 macro