tag | line | file | source code |
noprobe | 334 | drivers/block/ide.c | hwif->noprobe = (index > 1); |
noprobe | 339 | drivers/block/ide.c | hwif->noprobe = 1; /* may be overridden by ide_setup() */ |
noprobe | 2497 | drivers/block/ide.c | if (drive->noprobe) /* skip probing? */ |
noprobe | 2581 | drivers/block/ide.c | if (hwif->noprobe) |
noprobe | 2768 | drivers/block/ide.c | drive->noprobe = 1; |
noprobe | 2772 | drivers/block/ide.c | hwif->noprobe = 0; |
noprobe | 2777 | drivers/block/ide.c | hwif->noprobe = 0; |
noprobe | 2795 | drivers/block/ide.c | hwif->noprobe = 0; |
noprobe | 2900 | drivers/block/ide.c | hwif->noprobe = 1; |
noprobe | 2911 | drivers/block/ide.c | hwif->noprobe = 0; |
noprobe | 3272 | drivers/block/ide.c | hwif->noprobe = 0; |
noprobe | 309 | drivers/block/ide.h | unsigned noprobe : 1; /* from: hdx=noprobe */ |
noprobe | 418 | drivers/block/ide.h | unsigned noprobe : 1; /* don't probe for this interface */ |
noprobe | 178 | drivers/block/promise.c | ide_hwifs[i].noprobe = ide_hwifs[i-1].noprobe; |
noprobe | 187 | drivers/block/promise.c | if(!ident.current_tm[i+2].cyl) second_hwif->drives[i].noprobe=1; |