Searched refs:floppy_set_flags (Results 1 – 1 of 1) sorted by relevance
/drivers/block/ |
D | floppy.c | 3972 static void __init floppy_set_flags(int *ints, int param, int param2) in 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},
|