tag | line | file | source code |
probed_format | 1937 | drivers/block/floppy.c | int probed_format; |
probed_format | 1939 | drivers/block/floppy.c | probed_format = DRS->probed_format; |
probed_format | 1941 | drivers/block/floppy.c | if ( probed_format >= 8 || |
probed_format | 1942 | drivers/block/floppy.c | ! DP->autodetect[probed_format] ){ |
probed_format | 1943 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 1946 | drivers/block/floppy.c | if ( floppy_type[DP->autodetect[probed_format]].sect ){ |
probed_format | 1947 | drivers/block/floppy.c | DRS->probed_format = probed_format; |
probed_format | 1950 | drivers/block/floppy.c | probed_format++; |
probed_format | 1957 | drivers/block/floppy.c | DRS->probed_format++; |
probed_format | 2501 | drivers/block/floppy.c | ((!probing || (DP->read_track&(1<<DRS->probed_format)))))){ |
probed_format | 2666 | drivers/block/floppy.c | DRS->probed_format = 0; |
probed_format | 2674 | drivers/block/floppy.c | floppy = floppy_type+DP->autodetect[DRS->probed_format]; |
probed_format | 172 | include/linux/fd.h | short probed_format; |