Home
last modified time | relevance | path

Searched refs:scsi_sd (Results 1 – 2 of 2) sorted by relevance

/components/drivers/scsi/
A Dscsi_sd.c21 struct scsi_sd struct
31 #define raw_to_scsi_sd(raw) rt_container_of(raw, struct scsi_sd, parent) argument
40 struct scsi_sd *ssd = raw_to_scsi_sd(disk); in scsi_sd_read()
61 struct scsi_sd *ssd = raw_to_scsi_sd(disk); in scsi_sd_write()
81 struct scsi_sd *ssd = raw_to_scsi_sd(disk); in scsi_sd_getgeome()
92 struct scsi_sd *ssd = raw_to_scsi_sd(disk); in scsi_sd_sync()
113 struct scsi_sd *ssd = raw_to_scsi_sd(disk); in scsi_sd_erase()
138 struct scsi_sd *ssd = raw_to_scsi_sd(disk); in scsi_sd_autorefresh()
193 struct scsi_sd *ssd = rt_calloc(1, sizeof(*ssd)); in scsi_sd_probe()
246 struct scsi_sd *ssd = sdev->priv; in scsi_sd_remove()
A DSConscript14 src += ['scsi_sd.c']

Completed in 4 milliseconds