Searched refs:floppy_set_flags (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3xflop.h | 215 static void __init floppy_set_flags(int *ints,int param, int param2); 240 floppy_set_flags(NULL, 1, FD_BROKEN_DCL); // I don't know how to detect this. in sun3xflop_init()
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 3973 static void __init floppy_set_flags(int *ints, int param, int param2) in floppy_set_flags() function 4043 {"thinkpad", floppy_set_flags, NULL, 1, FD_INVERTED_DCL}, 4044 {"broken_dcl", floppy_set_flags, NULL, 1, FD_BROKEN_DCL}, 4045 {"messages", floppy_set_flags, NULL, 1, FTD_MSG}, 4046 {"silent_dcl_clear", floppy_set_flags, NULL, 1, FD_SILENT_DCL_CLEAR}, 4047 {"debug", floppy_set_flags, NULL, 1, FD_DEBUG},
|