Home
last modified time | relevance | path

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

/linux-6.1.9/include/scsi/
Dscsi_transport_spi.h94 struct spi_function_template { struct
95 void (*get_period)(struct scsi_target *);
96 void (*set_period)(struct scsi_target *, int);
97 void (*get_offset)(struct scsi_target *);
98 void (*set_offset)(struct scsi_target *, int);
99 void (*get_width)(struct scsi_target *);
100 void (*set_width)(struct scsi_target *, int);
101 void (*get_iu)(struct scsi_target *);
102 void (*set_iu)(struct scsi_target *, int);
103 void (*get_dt)(struct scsi_target *);
[all …]