Home
last modified time | relevance | path

Searched defs:spi_function_template (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/scsi/
Dscsi_transport_spi.h107 struct spi_function_template { struct
108 void (*get_period)(struct scsi_target *);
109 void (*set_period)(struct scsi_target *, int);
110 void (*get_offset)(struct scsi_target *);
111 void (*set_offset)(struct scsi_target *, int);
112 void (*get_width)(struct scsi_target *);
113 void (*set_width)(struct scsi_target *, int);
114 void (*get_iu)(struct scsi_target *);
115 void (*set_iu)(struct scsi_target *, int);
116 void (*get_dt)(struct scsi_target *);
[all …]