Home
last modified time | relevance | path

Searched refs:scsi_cd (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/
Dsr.c111 static void get_sectorsize(struct scsi_cd *);
112 static void get_capabilities(struct scsi_cd *);
136 static inline struct scsi_cd *scsi_cd(struct gendisk *disk) in scsi_cd() function
138 return container_of(disk->private_data, struct scsi_cd, driver); in scsi_cd()
143 struct scsi_cd *cd = dev_get_drvdata(dev); in sr_runtime_suspend()
155 static inline struct scsi_cd *scsi_cd_get(struct gendisk *disk) in scsi_cd_get()
157 struct scsi_cd *cd = NULL; in scsi_cd_get()
162 cd = scsi_cd(disk); in scsi_cd_get()
177 static void scsi_cd_put(struct scsi_cd *cd) in scsi_cd_put()
232 struct scsi_cd *cd = cdi->handle; in sr_check_events()
[all …]
Dsr_ioctl.c43 struct scsi_cd *cd = cdi->handle; in sr_read_tochdr()
73 struct scsi_cd *cd = cdi->handle; in sr_read_tocentry()
162 struct scsi_cd *cd = cdi->handle; in sr_play_trkind()
303 struct scsi_cd *cd = cdi->handle; in sr_drive_status()
Dsr.h33 typedef struct scsi_cd { struct