Searched refs:floppy_set_flags (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/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-6.6.21/drivers/block/ |
D | floppy.c | 4317 static void __init floppy_set_flags(int *ints, int param, int param2) in floppy_set_flags() function 4387 {"thinkpad", floppy_set_flags, NULL, 1, FD_INVERTED_DCL}, 4388 {"broken_dcl", floppy_set_flags, NULL, 1, FD_BROKEN_DCL}, 4389 {"messages", floppy_set_flags, NULL, 1, FTD_MSG}, 4390 {"silent_dcl_clear", floppy_set_flags, NULL, 1, FD_SILENT_DCL_CLEAR}, 4391 {"debug", floppy_set_flags, NULL, 1, FD_DEBUG},
|