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

/linux-4.1.27/arch/sparc/include/asm/
H A Dfloppy_64.h59 int (*fd_eject) (int); member in struct:sun_floppy_ops
78 #define fd_eject(drive) sun_fdops.fd_eject(drive) macro
636 sun_fdops.fd_eject = sun_pci_fd_eject;
749 sun_fdops.fd_eject = sun_fd_eject;
H A Dfloppy_32.h378 #define fd_eject(drive) sparc_eject() macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dsun3xflop.h260 #define fd_eject(drive) sun3x_eject() macro
/linux-4.1.27/drivers/block/
H A Dswim3.c251 static int fd_eject(struct floppy_state *fs);
876 static int fd_eject(struct floppy_state *fs) fd_eject() function
921 err = fd_eject(fs); floppy_locked_ioctl()
H A Dfloppy.c606 #ifndef fd_eject fd_eject()
607 static inline int fd_eject(int drive) fd_eject() function
3441 ret = fd_eject(UNIT(drive)); fd_locked_ioctl()
4619 fd_eject(0); floppy_module_exit()

Completed in 285 milliseconds