Searched refs:fd_eject (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dfloppy_64.h61 int (*fd_eject) (int); member in struct:sun_floppy_ops
79 #define fd_eject(drive) sun_fdops.fd_eject(drive) macro
641 sun_fdops.fd_eject = sun_pci_fd_eject;
754 sun_fdops.fd_eject = sun_fd_eject;
H A Dfloppy_32.h378 #define fd_eject(drive) sparc_eject() macro
/linux-master/arch/m68k/include/asm/
H A Dsun3xflop.h261 #define fd_eject(drive) sun3x_eject() macro
/linux-master/drivers/block/
H A Dswim3.c248 static int fd_eject(struct floppy_state *fs);
857 static int fd_eject(struct floppy_state *fs) function
902 err = fd_eject(fs);
H A Dfloppy.c609 #ifndef fd_eject
610 static inline int fd_eject(int drive) function
3461 ret = fd_eject(UNIT(drive));
5010 fd_eject(0);

Completed in 232 milliseconds