Lines Matching refs:us_data
53 struct us_data;
65 int (*initFunction)(struct us_data *);
92 typedef int (*trans_cmnd)(struct scsi_cmnd *, struct us_data*);
93 typedef int (*trans_reset)(struct us_data*);
94 typedef void (*proto_cmnd)(struct scsi_cmnd*, struct us_data*);
96 typedef void (*pm_hook)(struct us_data *, int); /* power management hook */
102 struct us_data { struct
167 static inline struct Scsi_Host *us_to_host(struct us_data *us) { in us_to_host()
170 static inline struct us_data *host_to_us(struct Scsi_Host *host) { in host_to_us()
171 return (struct us_data *) host->hostdata; in host_to_us()
175 extern void fill_inquiry_response(struct us_data *us,
197 extern int usb_stor_probe1(struct us_data **pus,
202 extern int usb_stor_probe2(struct us_data *us);