Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_base.h681 bool emulate_caw; member
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_configfs.c527 DEF_CONFIGFS_ATTRIB_SHOW(emulate_caw);
587 DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_caw);
1186 CONFIGFS_ATTR(, emulate_caw);
H A Dtarget_core_spc.c502 if (dev->dev_attrib.emulate_caw) in spc_emulate_evpd_b0()
H A Dtarget_core_device.c776 dev->dev_attrib.emulate_caw = DA_EMULATE_CAW; in target_alloc_device()
H A Dtarget_core_sbc.c963 if (!dev->dev_attrib.emulate_caw) { in sbc_parse_cdb()