/linux-6.12.1/drivers/target/ |
D | target_core_xcopy.c | 176 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 …]
|
D | target_core_xcopy.h | 25 struct se_device *src_dev; member
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-core.c | 79 coresight_find_out_connection(struct coresight_device *src_dev, in coresight_find_out_connection() argument 85 for (i = 0; i < src_dev->pdata->nr_outconns; i++) { in coresight_find_out_connection() 86 conn = src_dev->pdata->out_conns[i]; in coresight_find_out_connection() 91 dev_err(&src_dev->dev, in coresight_find_out_connection() 93 dev_name(&src_dev->dev), dev_name(&dest_dev->dev)); in coresight_find_out_connection() 220 conn.src_dev = csdev; in coresight_add_helper() 954 conn->src_dev = src_csdev; in coresight_orphan_match() 1013 conn->src_dev->orphan = true; in coresight_remove_conns() 1014 coresight_remove_links(conn->src_dev, conn); in coresight_remove_conns() 1303 coresight_compare_type(type, subtype, conn->src_dev->type, in coresight_find_input_type() [all …]
|
D | coresight-tpda.c | 104 in = csdev->pdata->in_conns[i]->src_dev; in tpda_get_element_size()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_sbq_cmd.h | 68 u8 src_dev; member 80 u8 src_dev; member
|
/linux-6.12.1/drivers/platform/chrome/ |
D | chromeos_laptop.c | 798 const struct acpi_peripheral *src_dev; in chromeos_laptop_prepare_acpi_peripherals() local 819 src_dev = &src->acpi_peripherals[i]; in chromeos_laptop_prepare_acpi_peripherals() 820 if (!acpi_dev_present(src_dev->hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals() 823 *acpi_dev = *src_dev; in chromeos_laptop_prepare_acpi_peripherals() 826 if (src_dev->swnode.properties) { in chromeos_laptop_prepare_acpi_peripherals() 828 property_entries_dup(src_dev->swnode.properties); in chromeos_laptop_prepare_acpi_peripherals()
|
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/ |
D | global2.c | 223 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()
|
D | global2.h | 341 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-6.12.1/fs/nfs/ |
D | nfs4trace.h | 2392 __field(dev_t, src_dev) 2415 __entry->src_dev = src_inode->i_sb->s_dev; 2462 MAJOR(__entry->src_dev), MINOR(__entry->src_dev), 2497 __field(dev_t, src_dev) 2513 __entry->src_dev = src_inode->i_sb->s_dev; 2540 MAJOR(__entry->src_dev), MINOR(__entry->src_dev),
|
/linux-6.12.1/fs/btrfs/ |
D | dev-replace.c | 453 struct btrfs_device *src_dev) in mark_block_group_to_copy() argument 509 key.objectid = src_dev->devid; in mark_block_group_to_copy() 516 if (found_key.objectid != src_dev->devid) in mark_block_group_to_copy()
|
/linux-6.12.1/drivers/scsi/libsas/ |
D | sas_expander.c | 1793 struct domain_device **src_dev) in sas_find_bcast_dev() argument 1811 *src_dev = dev; in sas_find_bcast_dev() 1822 res = sas_find_bcast_dev(ch, src_dev); in sas_find_bcast_dev() 1823 if (*src_dev) in sas_find_bcast_dev()
|
/linux-6.12.1/include/linux/ |
D | coresight.h | 202 struct coresight_device *src_dev; member
|
/linux-6.12.1/drivers/regulator/ |
D | core.c | 80 struct device *src_dev; member 1902 if (map->src_dev == dev && strcmp(map->src_supply, supply) == 0) in regulator_find_supply_alias() 2439 map->src_dev = dev; in regulator_register_supply_alias()
|