Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dsr.h34 typedef struct scsi_cd { struct
35 struct scsi_driver *driver;
36 unsigned capacity; /* size in blocks */
37 struct scsi_device *device;
38 unsigned int vendor; /* vendor code, see sr_vendor.c */
39 unsigned long ms_offset; /* for reading multisession-CD's */
40 unsigned writeable : 1;
41 unsigned use:1; /* is this device still supportable */
42 unsigned xa_flag:1; /* CD has XA sectors ? */
43 unsigned readcd_known:1; /* drive supports READ_CD (0xbe) */
[all …]
Dsr.c138 static inline struct scsi_cd *scsi_cd(struct gendisk *disk) in scsi_cd() function