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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsr.c104 static void get_sectorsize(struct scsi_cd *);
105 static void get_capabilities(struct scsi_cd *);
128 static inline struct scsi_cd *scsi_cd(struct gendisk *disk) function
130 return container_of(disk->private_data, struct scsi_cd, driver);
134 * The get and put routines for the struct scsi_cd. Note this entity
137 static inline struct scsi_cd *scsi_cd_get(struct gendisk *disk)
139 struct scsi_cd *cd = NULL;
144 cd = scsi_cd(disk);
158 static void scsi_cd_put(struct scsi_cd *c
[all...]
H A Dsr.h30 typedef struct scsi_cd { struct
H A Dsr_ioctl.c38 struct scsi_cd *cd = cdi->handle;
68 struct scsi_cd *cd = cdi->handle;
157 struct scsi_cd *cd = cdi->handle;

Completed in 47 milliseconds