Searched defs:scsi_cd (Results 1 – 2 of 2) sorted by relevance
33 typedef struct scsi_cd { struct34 struct scsi_driver *driver;35 unsigned capacity; /* size in blocks */36 struct scsi_device *device;37 unsigned int vendor; /* vendor code, see sr_vendor.c */38 unsigned long ms_offset; /* for reading multisession-CD's */39 unsigned use:1; /* is this device still supportable */40 unsigned xa_flag:1; /* CD has XA sectors ? */41 unsigned readcd_known:1; /* drive supports READ_CD (0xbe) */42 unsigned readcd_cdda:1; /* reading audio data using READ_CD */[all …]
129 static inline struct scsi_cd *scsi_cd(struct gendisk *disk) in scsi_cd() function