taglinefilesource code
s_drive_stuff212drivers/cdrom/mcdx.cstatic void mcdx_delay(struct s_drive_stuff*, long jifs);
s_drive_stuff213drivers/cdrom/mcdx.cstatic int mcdx_transfer(struct s_drive_stuff*, char* buf, int sector, int nr_sectors);
s_drive_stuff215drivers/cdrom/mcdx.cstatic int mcdx_config(struct s_drive_stuff*, int);
s_drive_stuff216drivers/cdrom/mcdx.cstatic int mcdx_closedoor(struct s_drive_stuff*, int);
s_drive_stuff217drivers/cdrom/mcdx.cstatic int mcdx_requestversion(struct s_drive_stuff*, struct s_version*, int);
s_drive_stuff218drivers/cdrom/mcdx.cstatic int mcdx_lockdoor(struct s_drive_stuff*, int, int);
s_drive_stuff219drivers/cdrom/mcdx.cstatic int mcdx_stop(struct s_drive_stuff*, int);
s_drive_stuff220drivers/cdrom/mcdx.cstatic int mcdx_hold(struct s_drive_stuff*, int);
s_drive_stuff221drivers/cdrom/mcdx.cstatic int mcdx_reset(struct s_drive_stuff*, enum resetmodes, int);
s_drive_stuff222drivers/cdrom/mcdx.cstatic int mcdx_eject(struct s_drive_stuff*, int);
s_drive_stuff223drivers/cdrom/mcdx.cstatic int mcdx_setdrivemode(struct s_drive_stuff*, enum drivemodes, int);
s_drive_stuff224drivers/cdrom/mcdx.cstatic int mcdx_setdatamode(struct s_drive_stuff*, enum datamodes, int);
s_drive_stuff225drivers/cdrom/mcdx.cstatic int mcdx_requestsubqcode(struct s_drive_stuff*, struct s_subqcode*, int);
s_drive_stuff226drivers/cdrom/mcdx.cstatic int mcdx_requestmultidiskinfo(struct s_drive_stuff*, struct s_multi*, int);
s_drive_stuff227drivers/cdrom/mcdx.cstatic int mcdx_requesttocdata(struct s_drive_stuff*, struct s_diskinfo*, int);
s_drive_stuff228drivers/cdrom/mcdx.cstatic int mcdx_getstatus(struct s_drive_stuff*, int);
s_drive_stuff229drivers/cdrom/mcdx.cstatic int mcdx_getval(struct s_drive_stuff*, int to, int delay, char*);
s_drive_stuff230drivers/cdrom/mcdx.cstatic int mcdx_talk(struct s_drive_stuff*, 
s_drive_stuff234drivers/cdrom/mcdx.cstatic int mcdx_readtoc(struct s_drive_stuff*);
s_drive_stuff235drivers/cdrom/mcdx.cstatic int mcdx_playtrk(struct s_drive_stuff*, const struct cdrom_ti*);
s_drive_stuff236drivers/cdrom/mcdx.cstatic int mcdx_playmsf(struct s_drive_stuff*, const struct cdrom_msf*);
s_drive_stuff237drivers/cdrom/mcdx.cstatic int mcdx_setattentuator(struct s_drive_stuff*, struct cdrom_volctrl*, int);
s_drive_stuff242drivers/cdrom/mcdx.cstatic struct s_drive_stuff* mcdx_stuffp[MCDX_NDRIVES];
s_drive_stuff243drivers/cdrom/mcdx.cstatic struct s_drive_stuff* mcdx_irq_map[16] =
s_drive_stuff270drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp = mcdx_stuffp[MINOR(ip->i_rdev)];
s_drive_stuff537drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff613drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff759drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff805drivers/cdrom/mcdx.cstatic void mcdx_delay(struct s_drive_stuff *stuff, long jifs)
s_drive_stuff840drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff867drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp, 
s_drive_stuff1001drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff1066drivers/cdrom/mcdx.cstruct s_drive_stuff* stuffp;
s_drive_stuff1214drivers/cdrom/mcdx.cstatic int mcdx_transfer(struct s_drive_stuff *stuffp,
s_drive_stuff1396drivers/cdrom/mcdx.cint mcdx_readtoc(struct s_drive_stuff* stuffp)
s_drive_stuff1488drivers/cdrom/mcdx.cmcdx_playmsf(struct s_drive_stuff* stuffp, const struct cdrom_msf* msf)
s_drive_stuff1520drivers/cdrom/mcdx.cmcdx_playtrk(struct s_drive_stuff* stuffp, const struct cdrom_ti* ti)
s_drive_stuff1550drivers/cdrom/mcdx.cmcdx_closedoor(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1559drivers/cdrom/mcdx.cmcdx_stop(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1563drivers/cdrom/mcdx.cmcdx_hold(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1567drivers/cdrom/mcdx.cmcdx_eject(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1576drivers/cdrom/mcdx.cmcdx_requestsubqcode(struct s_drive_stuff *stuffp, 
s_drive_stuff1601drivers/cdrom/mcdx.cmcdx_requestmultidiskinfo(struct s_drive_stuff *stuffp, struct s_multi *multi, int tries)
s_drive_stuff1620drivers/cdrom/mcdx.cmcdx_requesttocdata(struct s_drive_stuff *stuffp, struct s_diskinfo *info, int tries)
s_drive_stuff1637drivers/cdrom/mcdx.cmcdx_setdrivemode(struct s_drive_stuff *stuffp, enum drivemodes mode, int tries)
s_drive_stuff1660drivers/cdrom/mcdx.cmcdx_setdatamode(struct s_drive_stuff *stuffp, enum datamodes mode, int tries)
s_drive_stuff1674drivers/cdrom/mcdx.cmcdx_config(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1695drivers/cdrom/mcdx.cmcdx_requestversion(struct s_drive_stuff *stuffp, struct s_version *ver, int tries)
s_drive_stuff1710drivers/cdrom/mcdx.cmcdx_reset(struct s_drive_stuff *stuffp, enum resetmodes mode, int tries)
s_drive_stuff1720drivers/cdrom/mcdx.cmcdx_lockdoor(struct s_drive_stuff *stuffp, int lock, int tries)
s_drive_stuff1731drivers/cdrom/mcdx.cmcdx_getstatus(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1735drivers/cdrom/mcdx.cmcdx_getval(struct s_drive_stuff *stuffp, int to, int delay, char* buf)
s_drive_stuff1754drivers/cdrom/mcdx.cstruct s_drive_stuff* stuffp,