Home
last modified time | relevance | path

Searched refs:scsi_cd (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dsr.c117 static void get_sectorsize(struct scsi_cd *);
118 static void get_capabilities(struct scsi_cd *);
142 static inline struct scsi_cd *scsi_cd(struct gendisk *disk) in scsi_cd() function
144 return container_of(disk->private_data, struct scsi_cd, driver); in scsi_cd()
149 struct scsi_cd *cd = dev_get_drvdata(dev); in sr_runtime_suspend()
161 * The get and put routines for the struct scsi_cd. Note this entity
164 static inline struct scsi_cd *scsi_cd_get(struct gendisk *disk) in scsi_cd_get()
166 struct scsi_cd *cd = NULL; in scsi_cd_get()
171 cd = scsi_cd(dis in scsi_cd_get()
[all...]
H A 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()
286 struct scsi_cd *cd = cdi->handle; in sr_drive_status()
H A Dsr.h35 typedef struct scsi_cd { struct
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsr.c115 static void get_sectorsize(struct scsi_cd *);
116 static int get_capabilities(struct scsi_cd *);
141 static inline struct scsi_cd *scsi_cd(struct gendisk *disk) in scsi_cd() function
148 struct scsi_cd *cd = dev_get_drvdata(dev); in sr_runtime_suspend()
208 struct scsi_cd *cd = cdi->handle; in sr_check_events()
302 struct scsi_cd *cd = scsi_cd(rq->q->disk); in sr_done()
362 struct scsi_cd *cd; in sr_init_command()
369 cd = scsi_cd(r in sr_init_command()
[all...]
H A Dsr_ioctl.c39 struct scsi_cd *cd = cdi->handle; in sr_read_tochdr()
72 struct scsi_cd *cd = cdi->handle; in sr_read_tocentry()
164 struct scsi_cd *cd = cdi->handle; in sr_play_trkind()
295 struct scsi_cd *cd = cdi->handle; in sr_drive_status()
H A Dsr.h33 typedef struct scsi_cd { struct

Completed in 7 milliseconds