Home
last modified time | relevance | path

Searched defs:scsi_cd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dsr.h33 typedef struct scsi_cd { struct
35 struct scsi_device *device;
38 unsigned writeable : 1;
39 unsigned use:1; /* is this device still supportable */
40 unsigned xa_flag:1; /* CD has XA sectors ? */
43 unsigned media_present:1; /* media is present */
46 int tur_mismatch; /* nr of get_event TUR mismatches */
47 bool tur_changed:1; /* changed according to TUR */
51 struct cdrom_device_info cdi;
52 struct mutex lock;
[all …]
H A Dsr.c141 static inline struct scsi_cd *scsi_cd(struct gendisk *disk) in scsi_cd() function