Searched refs:floppy_set_flags (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/m68k/include/asm/ |
H A 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. sun3xflop_init()
|
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 3972 static void __init floppy_set_flags(int *ints, int param, int param2) floppy_set_flags() function 4042 {"thinkpad", floppy_set_flags, NULL, 1, FD_INVERTED_DCL}, 4043 {"broken_dcl", floppy_set_flags, NULL, 1, FD_BROKEN_DCL}, 4044 {"messages", floppy_set_flags, NULL, 1, FTD_MSG}, 4045 {"silent_dcl_clear", floppy_set_flags, NULL, 1, FD_SILENT_DCL_CLEAR}, 4046 {"debug", floppy_set_flags, NULL, 1, FD_DEBUG},
|
Completed in 116 milliseconds