Searched refs:CDROM_CAN (Results 1 – 1 of 1) sorted by relevance
324 #define CDROM_CAN(type) (cdi->ops->capability & ~cdi->mask & (type)) macro618 if (autoclose == 1 && CDROM_CAN(CDC_CLOSE_TRAY)) in register_cdrom()620 if (autoeject == 1 && CDROM_CAN(CDC_OPEN_TRAY)) in register_cdrom()641 set_disk_ro(disk, !CDROM_CAN(CDC_DVD_RAM | CDC_MRW_W | CDC_RAM | in register_cdrom()771 if (CDROM_CAN(CDC_MO_DRIVE)) in cdrom_probe_write_features()947 if (CDROM_CAN(CDC_MRW_W)) in cdrom_open_write()949 else if (CDROM_CAN(CDC_DVD_RAM)) in cdrom_open_write()951 else if (CDROM_CAN(CDC_RAM) && in cdrom_open_write()952 !CDROM_CAN(CDC_CD_R|CDC_CD_RW|CDC_DVD|CDC_DVD_R|CDC_MRW|CDC_MO_DRIVE)) in cdrom_open_write()954 else if (CDROM_CAN(CDC_MO_DRIVE)) in cdrom_open_write()[all …]