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

/linux-master/include/uapi/linux/
H A Dfd.h56 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct) macro
58 #define FDDEFMEDIAPRM FDDEFPRM
/linux-master/drivers/block/
H A Dataflop.c54 * - implemented FDSETPRM and FDDEFPRM ioctl
282 * the respective entry of this array. Set by FDDEFPRM ioctls,
1629 case FDDEFPRM:
1635 * implementation of FDDEFPRM: save geometry from a
1636 * FDDEFPRM call and restore it in floppy_revalidate() !
1689 if (cmd == FDDEFPRM) {
1705 if (cmd == FDDEFPRM) {
H A Dfloppy.c3270 if (cmd != FDDEFPRM) {
3282 if (cmd == FDDEFPRM)
3306 FDDEFPRM,
3475 case FDDEFPRM:
3682 err = set_geometry(cmd == FDSETPRM32 ? FDSETPRM : FDDEFPRM,
H A Damiflop.c1590 case FDDEFPRM:

Completed in 153 milliseconds