taglinefilesource code
s_drive_stuff210drivers/block/mcdx.cstatic void mcdx_delay(struct s_drive_stuff*, long jifs);
s_drive_stuff211drivers/block/mcdx.cstatic int mcdx_transfer(struct s_drive_stuff*, char* buf, int sector, int nr_sectors);
s_drive_stuff213drivers/block/mcdx.cstatic int mcdx_config(struct s_drive_stuff*, int);
s_drive_stuff214drivers/block/mcdx.cstatic int mcdx_closedoor(struct s_drive_stuff*, int);
s_drive_stuff215drivers/block/mcdx.cstatic int mcdx_requestversion(struct s_drive_stuff*, struct s_version*, int);
s_drive_stuff216drivers/block/mcdx.cstatic int mcdx_lockdoor(struct s_drive_stuff*, int, int);
s_drive_stuff218drivers/block/mcdx.cstatic int mcdx_getstatus(struct s_drive_stuff*, int);
s_drive_stuff220drivers/block/mcdx.cstatic int mcdx_stop(struct s_drive_stuff*, int);
s_drive_stuff221drivers/block/mcdx.cstatic int mcdx_reset(struct s_drive_stuff*, enum resetmodes, int);
s_drive_stuff222drivers/block/mcdx.cstatic int mcdx_eject(struct s_drive_stuff*, int);
s_drive_stuff223drivers/block/mcdx.cstatic int mcdx_setdrivemode(struct s_drive_stuff*, enum drivemodes, int);
s_drive_stuff224drivers/block/mcdx.cstatic int mcdx_setdatamode(struct s_drive_stuff*, enum datamodes, int);
s_drive_stuff225drivers/block/mcdx.cstatic int mcdx_requestsubqcode(struct s_drive_stuff*, struct s_subqcode*, int);
s_drive_stuff226drivers/block/mcdx.cstatic int mcdx_requestmultidiskinfo(struct s_drive_stuff*, struct s_multi*, int);
s_drive_stuff227drivers/block/mcdx.cstatic int mcdx_requesttocdata(struct s_drive_stuff*, struct s_diskinfo*, int);
s_drive_stuff229drivers/block/mcdx.cstatic int mcdx_talk(struct s_drive_stuff*, 
s_drive_stuff232drivers/block/mcdx.cstatic int mcdx_readtoc(struct s_drive_stuff*);
s_drive_stuff238drivers/block/mcdx.cstatic struct s_drive_stuff* mcdx_stuffp[MCDX_NDRIVES];
s_drive_stuff239drivers/block/mcdx.cstatic struct s_drive_stuff* mcdx_irq_map[16] =
s_drive_stuff266drivers/block/mcdx.cstruct s_drive_stuff *stuffp = mcdx_stuffp[MINOR(ip->i_rdev)];
s_drive_stuff459drivers/block/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff532drivers/block/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff656drivers/block/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff697drivers/block/mcdx.cstatic void mcdx_delay(struct s_drive_stuff *stuff, long jifs)
s_drive_stuff729drivers/block/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff756drivers/block/mcdx.cstruct s_drive_stuff *stuffp, 
s_drive_stuff886drivers/block/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff953drivers/block/mcdx.cstruct s_drive_stuff* stuffp;
s_drive_stuff1081drivers/block/mcdx.cstatic int mcdx_transfer(struct s_drive_stuff *stuffp,
s_drive_stuff1268drivers/block/mcdx.cint mcdx_readtoc(struct s_drive_stuff* stuffp)
s_drive_stuff1360drivers/block/mcdx.cmcdx_closedoor(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1369drivers/block/mcdx.cmcdx_stop(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1373drivers/block/mcdx.cmcdx_eject(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1382drivers/block/mcdx.cmcdx_requestsubqcode(struct s_drive_stuff *stuffp, struct s_subqcode *sub, int tries)
s_drive_stuff1400drivers/block/mcdx.cmcdx_requestmultidiskinfo(struct s_drive_stuff *stuffp, struct s_multi *multi, int tries)
s_drive_stuff1419drivers/block/mcdx.cmcdx_requesttocdata(struct s_drive_stuff *stuffp, struct s_diskinfo *info, int tries)
s_drive_stuff1436drivers/block/mcdx.cmcdx_setdrivemode(struct s_drive_stuff *stuffp, enum drivemodes mode, int tries)
s_drive_stuff1459drivers/block/mcdx.cmcdx_setdatamode(struct s_drive_stuff *stuffp, enum datamodes mode, int tries)
s_drive_stuff1473drivers/block/mcdx.cmcdx_config(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1494drivers/block/mcdx.cmcdx_requestversion(struct s_drive_stuff *stuffp, struct s_version *ver, int tries)
s_drive_stuff1509drivers/block/mcdx.cmcdx_reset(struct s_drive_stuff *stuffp, enum resetmodes mode, int tries)
s_drive_stuff1519drivers/block/mcdx.cmcdx_lockdoor(struct s_drive_stuff *stuffp, int lock, int tries)
s_drive_stuff1531drivers/block/mcdx.cmcdx_getstatus(struct s_drive_stuff *stuffp, int tries)