Searched defs:us_data (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/storage/
H A Dusb.h53 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
166 /* Convert between us_data and the corresponding Scsi_Host */
167 static inline struct Scsi_Host *us_to_host(struct us_data *us) {
170 static inline struct us_data *host_to_u
[all...]
/drivers/net/fddi/skfp/h/
H A Dsmt.h385 u_char us_data[32] ; /* arbitrary data */ member in struct:smp_p_user

Completed in 93 milliseconds