Searched refs:D_SLV (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/block/paride/ |
D | pcd.c | 128 enum {D_PRT, D_PRO, D_UNI, D_MOD, D_SLV, D_DLY}; enumerator 308 cd->drive = (*drives[unit])[D_SLV]; in pcd_init_units() 714 if (!pcd_probe(cd, conf[D_SLV], id) && cd->disk) { in pcd_detect()
|
D | pg.c | 153 enum {D_PRT, D_PRO, D_UNI, D_MOD, D_SLV, D_DLY}; enumerator 255 dev->drive = parm[D_SLV]; in pg_init_units()
|
D | pd.c | 143 enum {D_PRT, D_PRO, D_UNI, D_MOD, D_GEO, D_SBY, D_DLY, D_SLV}; enumerator 867 disk->drive = parm[D_SLV]; in pd_detect()
|
D | pf.c | 144 enum {D_PRT, D_PRO, D_UNI, D_MOD, D_SLV, D_LUN, D_DLY}; enumerator 292 pf->drive = (*drives[unit])[D_SLV]; in pf_init_units()
|
D | pt.c | 136 #define D_SLV 4 macro 617 tape->drive = DU[D_SLV]; in pt_detect()
|