Home
last modified time | relevance | path

Searched refs:src_dev (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/target/
H A Dtarget_core_xcopy.c176 xop->src_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4()
178 " received xop\n", xop->src_dev); in target_xcopy_parse_tiddesc_e4()
268 &xop->src_dev, in target_xcopy_parse_target_descriptors()
289 xop->src_dev, &xop->src_tid_wwn[0]); in target_xcopy_parse_target_descriptors()
411 pr_debug("putting src lun_ref for %p\n", xop->src_dev); in xcopy_pt_undepend_remotedev()
573 struct se_device *src_dev, in target_xcopy_read_source() argument
579 u32 transfer_length_block = src_bytes / src_dev->dev_attrib.block_size; in target_xcopy_read_source()
597 rc = target_xcopy_setup_pt_cmd(&xpt_cmd, xop, src_dev, &cdb[0], in target_xcopy_read_source()
661 struct se_device *src_dev, *dst_dev; in target_xcopy_do_work() local
673 if (WARN_ON_ONCE(!xop->src_dev) || WARN_ON_ONCE(!xop->dst_dev)) { in target_xcopy_do_work()
[all …]
H A Dtarget_core_xcopy.h25 struct se_device *src_dev; member
/linux/drivers/hwtracing/coresight/
H A Dcoresight-kunit-tests.c46 conn.src_dev = src; in test_default_sink()
50 conn.src_dev = etf; in test_default_sink()
54 conn.src_dev = etr; in test_default_sink()
H A Dcoresight-core.c281 conn.src_dev = csdev; in coresight_add_helper()
1113 conn->src_dev = src_csdev; in coresight_orphan_match()
1194 conn->src_dev->orphan = true; in coresight_remove_conns()
1195 coresight_remove_links(conn->src_dev, conn); in coresight_remove_conns()
1495 coresight_compare_type(type, subtype, conn->src_dev->type, in coresight_find_input_type()
1496 conn->src_dev->subtype)) in coresight_find_input_type()
1497 return conn->src_dev; in coresight_find_input_type()
H A Dcoresight-ctcu-core.c131 if (pdata->in_conns[i]->src_dev == sink) in ctcu_get_active_port()
H A Dcoresight-tpda.c101 in = csdev->pdata->in_conns[i]->src_dev; in tpda_get_element_size()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_sbq_cmd.h66 u8 src_dev; member
78 u8 src_dev; member
/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c797 const struct acpi_peripheral *src_dev; in chromeos_laptop_prepare_acpi_peripherals() local
818 src_dev = &src->acpi_peripherals[i]; in chromeos_laptop_prepare_acpi_peripherals()
819 if (!acpi_dev_present(src_dev->hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals()
822 *acpi_dev = *src_dev; in chromeos_laptop_prepare_acpi_peripherals()
825 if (src_dev->swnode.properties) { in chromeos_laptop_prepare_acpi_peripherals()
827 property_entries_dup(src_dev->swnode.properties); in chromeos_laptop_prepare_acpi_peripherals()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal2.c223 static int mv88e6xxx_g2_pvt_op(struct mv88e6xxx_chip *chip, int src_dev, in mv88e6xxx_g2_pvt_op() argument
232 op |= (src_dev & 0x1f) << 4; in mv88e6xxx_g2_pvt_op()
242 int mv88e6xxx_g2_pvt_read(struct mv88e6xxx_chip *chip, int src_dev, in mv88e6xxx_g2_pvt_read() argument
251 err = mv88e6xxx_g2_pvt_op(chip, src_dev, src_port, in mv88e6xxx_g2_pvt_read()
259 int mv88e6xxx_g2_pvt_write(struct mv88e6xxx_chip *chip, int src_dev, in mv88e6xxx_g2_pvt_write() argument
272 return mv88e6xxx_g2_pvt_op(chip, src_dev, src_port, in mv88e6xxx_g2_pvt_write()
H A Dglobal2.h341 int mv88e6xxx_g2_pvt_read(struct mv88e6xxx_chip *chip, int src_dev,
343 int mv88e6xxx_g2_pvt_write(struct mv88e6xxx_chip *chip, int src_dev,
/linux/fs/nfs/
H A Dnfs4trace.h2569 __field(dev_t, src_dev)
2592 __entry->src_dev = src_inode->i_sb->s_dev;
2639 MAJOR(__entry->src_dev), MINOR(__entry->src_dev),
2674 __field(dev_t, src_dev)
2690 __entry->src_dev = src_inode->i_sb->s_dev;
2717 MAJOR(__entry->src_dev), MINOR(__entry->src_dev),
/linux/include/linux/
H A Dcoresight.h206 struct coresight_device *src_dev; member
/linux/drivers/regulator/
H A Dcore.c80 struct device *src_dev; member
2051 if (map->src_dev == dev && strcmp(map->src_supply, supply) == 0) in regulator_find_supply_alias()
2637 new_map->src_dev = dev; in regulator_register_supply_alias()