tag | line | file | source code |
noprobe | 327 | drivers/block/ide.c | hwif->noprobe = (index > 1); |
noprobe | 332 | drivers/block/ide.c | hwif->noprobe = 1; /* may be overriden by ide_setup() */ |
noprobe | 2468 | drivers/block/ide.c | if (drive->noprobe) /* skip probing? */ |
noprobe | 2684 | drivers/block/ide.c | drive->noprobe = 1; |
noprobe | 2688 | drivers/block/ide.c | hwif->noprobe = 0; |
noprobe | 2693 | drivers/block/ide.c | hwif->noprobe = 0; |
noprobe | 2711 | drivers/block/ide.c | hwif->noprobe = 0; |
noprobe | 2816 | drivers/block/ide.c | hwif->noprobe = 1; |
noprobe | 2827 | drivers/block/ide.c | hwif->noprobe = 0; |
noprobe | 3146 | drivers/block/ide.c | if (hwif->noprobe) |
noprobe | 3242 | drivers/block/ide.c | hwif->noprobe = 0; |
noprobe | 316 | drivers/block/ide.h | unsigned noprobe : 1; /* from: hdx=noprobe */ |
noprobe | 424 | drivers/block/ide.h | unsigned noprobe : 1; /* don't probe for this interface */ |
noprobe | 183 | drivers/block/promise.c | if(!ident.current_tm[i+2].cyl) second_hwif->drives[i].noprobe=1; |