Home
last modified time | relevance | path

Searched refs:get_device_type (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_spc.c58 if (dev->transport->get_device_type(dev) == TYPE_TAPE) in spc_emulate_inquiry_std()
458 if ((dev->transport->get_device_type(dev) == TYPE_DISK) && in spc_emulate_evpd_86()
494 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b0()
578 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b1()
599 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b2()
655 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b3()
721 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_inquiry()
995 int type = dev->transport->get_device_type(dev); in spc_emulate_modesense()
1400 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()
1418 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()
Dtarget_core_tpg.c130 if (dev->transport->get_device_type(dev) == TYPE_DISK) in core_tpg_add_node_to_devs()
Dtarget_core_rd.c650 .get_device_type = sbc_get_device_type,
Dtarget_core_iblock.c875 .get_device_type = sbc_get_device_type,
Dtarget_core_file.c938 .get_device_type = sbc_get_device_type,
Dtarget_core_pscsi.c1095 .get_device_type = pscsi_get_device_type,
Dtarget_core_device.c709 int device_type = dev->transport->get_device_type(dev); in scsi_dump_inquiry()
Dtarget_core_stat.c263 dev->transport->get_device_type(dev)); in target_stat_lu_dev_type_show()
Dtarget_core_user.c2862 .get_device_type = sbc_get_device_type,
/kernel/linux/linux-5.10/include/target/
Dtarget_core_backend.h45 u32 (*get_device_type)(struct se_device *); member
/kernel/linux/linux-5.10/drivers/target/sbp/
Dsbp_target.c1885 type = dev->transport->get_device_type(dev); in sbp_update_unit_directory()