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

/drivers/scsi/
H A Dsr.c104 static void get_sectorsize(struct scsi_cd *);
105 static void get_capabilities(struct scsi_cd *);
129 static inline struct scsi_cd *scsi_cd(struct gendisk *disk) function
131 return container_of(disk->private_data, struct scsi_cd, driver);
135 * The get and put routines for the struct scsi_cd. Note this entity
138 static inline struct scsi_cd *scsi_cd_get(struct gendisk *disk)
140 struct scsi_cd *cd = NULL;
145 cd = scsi_cd(disk);
159 static void scsi_cd_put(struct scsi_cd *c
[all...]
H A Dsr.h33 typedef struct scsi_cd { struct
H A Dsr_ioctl.c43 struct scsi_cd *cd = cdi->handle;
73 struct scsi_cd *cd = cdi->handle;
162 struct scsi_cd *cd = cdi->handle;
303 struct scsi_cd *cd = cdi->handle;

Completed in 117 milliseconds