Searched refs:DCAM1394_MINOR_CTRL (Results 1 – 2 of 2) sorted by relevance
264 instance + DCAM1394_MINOR_CTRL, "ddi_dcam1394", 0) != in dcam_attach()550 is_ctrl_file = (getminor(*dev_p) & DCAM1394_MINOR_CTRL) ? 1 : 0; in dcam_open()634 if (getminor(dev) & DCAM1394_MINOR_CTRL) { in dcam_close()961 is_ctrl_file = (getminor(dev) & DCAM1394_MINOR_CTRL) ? 1:0; in dcam_ioctl()
49 #define DCAM1394_MINOR_CTRL 0x80 /* this is the control device */ macro