Searched refs:DCAM1394_FLAG_OPEN_CONTROL (Results 1 – 2 of 2) sorted by relevance
542 new_flags |= DCAM1394_FLAG_OPEN_CONTROL; in dcam_open()615 softc->flags &= ~DCAM1394_FLAG_OPEN_CONTROL; in dcam_close()637 (DCAM1394_FLAG_OPEN_CONTROL | DCAM1394_FLAG_OPEN_CAPTURE))) { in dcam_close()
53 #define DCAM1394_FLAG_OPEN_CONTROL 0x8 /* device is open for control */ macro