Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfd.h55 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct) macro
57 #define FDDEFMEDIAPRM FDDEFPRM
/linux-4.4.14/drivers/block/
Dataflop.c1554 case FDDEFPRM: in fd_locked_ioctl()
1614 if (cmd == FDDEFPRM) { in fd_locked_ioctl()
1630 if (cmd == FDDEFPRM) { in fd_locked_ioctl()
Dfloppy.c3268 if (cmd != FDDEFPRM) { in set_geometry()
3280 if (cmd == FDDEFPRM) in set_geometry()
3304 FDDEFPRM,
3455 case FDDEFPRM: in fd_locked_ioctl()
Damiflop.c1519 case FDDEFPRM: in fd_locked_ioctl()
/linux-4.4.14/block/
Dcompat_ioctl.c291 { FDDEFPRM32, FDDEFPRM },