Searched refs:s_drive_stuff (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/cdrom/ |
D | mcdx.c | 160 struct s_drive_stuff { struct 255 static void mcdx_delay(struct s_drive_stuff *, long jifs); 256 static int mcdx_transfer(struct s_drive_stuff *, char *buf, int sector, 258 static int mcdx_xfer(struct s_drive_stuff *, char *buf, int sector, 261 static int mcdx_config(struct s_drive_stuff *, int); 262 static int mcdx_requestversion(struct s_drive_stuff *, struct s_version *, 264 static int mcdx_stop(struct s_drive_stuff *, int); 265 static int mcdx_hold(struct s_drive_stuff *, int); 266 static int mcdx_reset(struct s_drive_stuff *, enum resetmodes, int); 267 static int mcdx_setdrivemode(struct s_drive_stuff *, enum drivemodes, int); [all …]
|