Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/asm/
Dfloppy_64.h60 int (*fd_eject) (int); member
78 #define fd_eject(drive) sun_fdops.fd_eject(drive) macro
636 sun_fdops.fd_eject = sun_pci_fd_eject; in sun_floppy_init()
749 sun_fdops.fd_eject = sun_fd_eject; in sun_floppy_init()
Dfloppy_32.h378 #define fd_eject(drive) sparc_eject() macro
/Linux-v4.19/arch/m68k/include/asm/
Dsun3xflop.h261 #define fd_eject(drive) sun3x_eject() macro
/Linux-v4.19/drivers/block/
Dswim3.c251 static int fd_eject(struct floppy_state *fs);
875 static int fd_eject(struct floppy_state *fs) in fd_eject() function
920 err = fd_eject(fs); in floppy_locked_ioctl()
Dfloppy.c611 #ifndef fd_eject
612 static inline int fd_eject(int drive) in fd_eject() function
3449 ret = fd_eject(UNIT(drive)); in fd_locked_ioctl()
4957 fd_eject(0); in floppy_module_exit()