Home
last modified time | relevance | path

Searched refs:D_SLV (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/block/paride/
Dpcd.c128 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()
Dpg.c153 enum {D_PRT, D_PRO, D_UNI, D_MOD, D_SLV, D_DLY}; enumerator
255 dev->drive = parm[D_SLV]; in pg_init_units()
Dpd.c143 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()
Dpf.c144 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()
Dpt.c136 #define D_SLV 4 macro
617 tape->drive = DU[D_SLV]; in pt_detect()