Home
last modified time | relevance | path

Searched refs:emulate_dpo (Results 1 – 3 of 3) sorted by relevance

/linux/include/target/
H A Dtarget_core_base.h698 bool emulate_dpo; /* deprecated */ member
/linux/drivers/target/
H A Dtarget_core_configfs.c549 DEF_CONFIGFS_ATTRIB_SHOW(emulate_dpo);
635 DEF_CONFIGFS_ATTRIB_STORE_STUB(emulate_dpo);
1270 CONFIGFS_ATTR(, emulate_dpo);
H A Dtarget_core_device.c750 dev->dev_attrib.emulate_dpo = 1; in target_alloc_device()