Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
Dsr.h35 typedef struct scsi_cd { struct
36 struct scsi_driver *driver;
37 unsigned capacity; /* size in blocks */
38 struct scsi_device *device;
39 unsigned int vendor; /* vendor code, see sr_vendor.c */
40 unsigned long ms_offset; /* for reading multisession-CD's */
41 unsigned writeable : 1;
42 unsigned use:1; /* is this device still supportable */
43 unsigned xa_flag:1; /* CD has XA sectors ? */
44 unsigned readcd_known:1; /* drive supports READ_CD (0xbe) */
[all …]
Dsr.c142 static inline struct scsi_cd *scsi_cd(struct gendisk *disk) in scsi_cd() function
/kernel/linux/linux-6.6/drivers/scsi/
Dsr.h33 typedef struct scsi_cd { struct
34 unsigned capacity; /* size in blocks */
35 struct scsi_device *device;
36 unsigned int vendor; /* vendor code, see sr_vendor.c */
37 unsigned long ms_offset; /* for reading multisession-CD's */
38 unsigned writeable : 1;
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 …]
Dsr.c141 static inline struct scsi_cd *scsi_cd(struct gendisk *disk) in scsi_cd() function