taglinefilesource code
s_drive_stuff233drivers/cdrom/mcdx.cstatic void mcdx_delay(struct s_drive_stuff*, long jifs);
s_drive_stuff234drivers/cdrom/mcdx.cstatic int mcdx_transfer(struct s_drive_stuff*, char* buf, int sector, int nr_sectors);
s_drive_stuff236drivers/cdrom/mcdx.cstatic int mcdx_config(struct s_drive_stuff*, int);
s_drive_stuff237drivers/cdrom/mcdx.cstatic int mcdx_closedoor(struct s_drive_stuff*, int);
s_drive_stuff238drivers/cdrom/mcdx.cstatic int mcdx_requestversion(struct s_drive_stuff*, struct s_version*, int);
s_drive_stuff239drivers/cdrom/mcdx.cstatic int mcdx_lockdoor(struct s_drive_stuff*, int, int);
s_drive_stuff240drivers/cdrom/mcdx.cstatic int mcdx_stop(struct s_drive_stuff*, int);
s_drive_stuff241drivers/cdrom/mcdx.cstatic int mcdx_hold(struct s_drive_stuff*, int);
s_drive_stuff242drivers/cdrom/mcdx.cstatic int mcdx_reset(struct s_drive_stuff*, enum resetmodes, int);
s_drive_stuff243drivers/cdrom/mcdx.cstatic int mcdx_eject(struct s_drive_stuff*, int);
s_drive_stuff244drivers/cdrom/mcdx.cstatic int mcdx_setdrivemode(struct s_drive_stuff*, enum drivemodes, int);
s_drive_stuff245drivers/cdrom/mcdx.cstatic int mcdx_setdatamode(struct s_drive_stuff*, enum datamodes, int);
s_drive_stuff246drivers/cdrom/mcdx.cstatic int mcdx_requestsubqcode(struct s_drive_stuff*, struct s_subqcode*, int);
s_drive_stuff247drivers/cdrom/mcdx.cstatic int mcdx_requestmultidiskinfo(struct s_drive_stuff*, struct s_multi*, int);
s_drive_stuff248drivers/cdrom/mcdx.cstatic int mcdx_requesttocdata(struct s_drive_stuff*, struct s_diskinfo*, int);
s_drive_stuff249drivers/cdrom/mcdx.cstatic int mcdx_getstatus(struct s_drive_stuff*, int);
s_drive_stuff250drivers/cdrom/mcdx.cstatic int mcdx_getval(struct s_drive_stuff*, int to, int delay, char*);
s_drive_stuff251drivers/cdrom/mcdx.cstatic int mcdx_talk(struct s_drive_stuff*, 
s_drive_stuff255drivers/cdrom/mcdx.cstatic int mcdx_readtoc(struct s_drive_stuff*);
s_drive_stuff256drivers/cdrom/mcdx.cstatic int mcdx_playtrk(struct s_drive_stuff*, const struct cdrom_ti*);
s_drive_stuff257drivers/cdrom/mcdx.cstatic int mcdx_playmsf(struct s_drive_stuff*, const struct cdrom_msf*);
s_drive_stuff258drivers/cdrom/mcdx.cstatic int mcdx_setattentuator(struct s_drive_stuff*, struct cdrom_volctrl*, int);
s_drive_stuff263drivers/cdrom/mcdx.cstatic struct s_drive_stuff* mcdx_stuffp[MCDX_NDRIVES];
s_drive_stuff264drivers/cdrom/mcdx.cstatic struct s_drive_stuff* mcdx_irq_map[16] =
s_drive_stuff291drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp = mcdx_stuffp[MINOR(ip->i_rdev)];
s_drive_stuff558drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff650drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff796drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff851drivers/cdrom/mcdx.cstatic void mcdx_delay(struct s_drive_stuff *stuff, long jifs)
s_drive_stuff886drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff913drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp, 
s_drive_stuff1051drivers/cdrom/mcdx.cstruct s_drive_stuff *stuffp;
s_drive_stuff1120drivers/cdrom/mcdx.cstruct s_drive_stuff* stuffp;
s_drive_stuff1136drivers/cdrom/mcdx.cstuffp = (struct s_drive_stuff *) mem_start;
s_drive_stuff1278drivers/cdrom/mcdx.cstatic int mcdx_transfer(struct s_drive_stuff *stuffp,
s_drive_stuff1460drivers/cdrom/mcdx.cint mcdx_readtoc(struct s_drive_stuff* stuffp)
s_drive_stuff1552drivers/cdrom/mcdx.cmcdx_playmsf(struct s_drive_stuff* stuffp, const struct cdrom_msf* msf)
s_drive_stuff1584drivers/cdrom/mcdx.cmcdx_playtrk(struct s_drive_stuff* stuffp, const struct cdrom_ti* ti)
s_drive_stuff1614drivers/cdrom/mcdx.cmcdx_closedoor(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1623drivers/cdrom/mcdx.cmcdx_stop(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1627drivers/cdrom/mcdx.cmcdx_hold(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1631drivers/cdrom/mcdx.cmcdx_eject(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1640drivers/cdrom/mcdx.cmcdx_requestsubqcode(struct s_drive_stuff *stuffp, 
s_drive_stuff1665drivers/cdrom/mcdx.cmcdx_requestmultidiskinfo(struct s_drive_stuff *stuffp, struct s_multi *multi, int tries)
s_drive_stuff1684drivers/cdrom/mcdx.cmcdx_requesttocdata(struct s_drive_stuff *stuffp, struct s_diskinfo *info, int tries)
s_drive_stuff1701drivers/cdrom/mcdx.cmcdx_setdrivemode(struct s_drive_stuff *stuffp, enum drivemodes mode, int tries)
s_drive_stuff1724drivers/cdrom/mcdx.cmcdx_setdatamode(struct s_drive_stuff *stuffp, enum datamodes mode, int tries)
s_drive_stuff1738drivers/cdrom/mcdx.cmcdx_config(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1759drivers/cdrom/mcdx.cmcdx_requestversion(struct s_drive_stuff *stuffp, struct s_version *ver, int tries)
s_drive_stuff1774drivers/cdrom/mcdx.cmcdx_reset(struct s_drive_stuff *stuffp, enum resetmodes mode, int tries)
s_drive_stuff1784drivers/cdrom/mcdx.cmcdx_lockdoor(struct s_drive_stuff *stuffp, int lock, int tries)
s_drive_stuff1795drivers/cdrom/mcdx.cmcdx_getstatus(struct s_drive_stuff *stuffp, int tries)
s_drive_stuff1799drivers/cdrom/mcdx.cmcdx_getval(struct s_drive_stuff *stuffp, int to, int delay, char* buf)
s_drive_stuff1818drivers/cdrom/mcdx.cstruct s_drive_stuff* stuffp,