Home
last modified time | relevance | path

Searched refs:DCAM1394_FLAG_FRAME_RCV_INIT (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c126 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()
H A Ddcam.c359 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()
H A Ddcam_param.c893 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()
/titanic_41/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h55 #define DCAM1394_FLAG_FRAME_RCV_INIT 0x10 macro