Searched refs:floppy_set_flags (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | sun3xflop.h | 216 static void __init floppy_set_flags(int *ints,int param, int param2); 241 floppy_set_flags(NULL, 1, FD_BROKEN_DCL); // I don't know how to detect this. in sun3xflop_init()
|
| /Linux-v5.4/drivers/block/ |
| D | floppy.c | 4332 static void __init floppy_set_flags(int *ints, int param, int param2) in floppy_set_flags() function 4402 {"thinkpad", floppy_set_flags, NULL, 1, FD_INVERTED_DCL}, 4403 {"broken_dcl", floppy_set_flags, NULL, 1, FD_BROKEN_DCL}, 4404 {"messages", floppy_set_flags, NULL, 1, FTD_MSG}, 4405 {"silent_dcl_clear", floppy_set_flags, NULL, 1, FD_SILENT_DCL_CLEAR}, 4406 {"debug", floppy_set_flags, NULL, 1, FD_DEBUG},
|