Home
last modified time | relevance | path

Searched refs:FDDEFPRM (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dfd.h56 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct) macro
58 #define FDDEFMEDIAPRM FDDEFPRM
/linux-6.15/drivers/block/
H A Dataflop.c1630 case FDDEFPRM: in fd_locked_ioctl()
1690 if (cmd == FDDEFPRM) { in fd_locked_ioctl()
1706 if (cmd == FDDEFPRM) { in fd_locked_ioctl()
H A Dfloppy.c3270 if (cmd != FDDEFPRM) { in set_geometry()
3282 if (cmd == FDDEFPRM) in set_geometry()
3306 FDDEFPRM,
3475 case FDDEFPRM: in fd_locked_ioctl()
3682 err = set_geometry(cmd == FDSETPRM32 ? FDSETPRM : FDDEFPRM, in compat_set_geometry()
H A Damiflop.c1591 case FDDEFPRM: in fd_locked_ioctl()