/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 175 xop->src_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4() 176 pr_debug("XCOPY 0xe4: Set xop->src_dev %p from source" in target_xcopy_parse_tiddesc_e4() 177 " received xop\n", xop->src_dev); in target_xcopy_parse_tiddesc_e4() 267 &xop->src_dev, in target_xcopy_parse_target_descriptors() 288 xop->src_dev, &xop->src_tid_wwn[0]); in target_xcopy_parse_target_descriptors() 410 pr_debug("putting src lun_ref for %p\n", xop->src_dev); in xcopy_pt_undepend_remotedev() 572 struct se_device *src_dev, in target_xcopy_read_source() 578 u32 transfer_length_block = src_bytes / src_dev->dev_attrib.block_size; in target_xcopy_read_source() 596 rc = target_xcopy_setup_pt_cmd(&xpt_cmd, xop, src_dev, &cdb[0], in target_xcopy_read_source() 660 struct se_device *src_dev, *dst_de in target_xcopy_do_work() local 569 target_xcopy_read_source( struct se_cmd *ec_cmd, struct xcopy_op *xop, struct se_device *src_dev, sector_t src_lba, u32 src_bytes) target_xcopy_read_source() argument [all...] |
H A D | target_core_xcopy.h | 25 struct se_device *src_dev; member
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 188 xop->src_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4() 189 pr_debug("XCOPY 0xe4: Set xop->src_dev %p from source" in target_xcopy_parse_tiddesc_e4() 190 " received xop\n", xop->src_dev); in target_xcopy_parse_tiddesc_e4() 280 &xop->src_dev, in target_xcopy_parse_target_descriptors() 301 xop->src_dev, &xop->src_tid_wwn[0]); in target_xcopy_parse_target_descriptors() 424 pr_debug("putting src lun_ref for %p\n", xop->src_dev); in xcopy_pt_undepend_remotedev() 597 struct se_device *src_dev, in target_xcopy_read_source() 603 u32 length = (src_sectors * src_dev->dev_attrib.block_size); in target_xcopy_read_source() 621 rc = target_xcopy_setup_pt_cmd(&xpt_cmd, xop, src_dev, &cdb[0], in target_xcopy_read_source() 685 struct se_device *src_dev, *dst_de in target_xcopy_do_work() local 594 target_xcopy_read_source( struct se_cmd *ec_cmd, struct xcopy_op *xop, struct se_device *src_dev, sector_t src_lba, u32 src_sectors) target_xcopy_read_source() argument [all...] |
H A D | target_core_xcopy.h | 25 struct se_device *src_dev; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_sbq_cmd.h | 66 u8 src_dev; member 78 u8 src_dev; member
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-core.c | 117 coresight_find_out_connection(struct coresight_device *src_dev, in coresight_find_out_connection() argument 123 for (i = 0; i < src_dev->pdata->nr_outconns; i++) { in coresight_find_out_connection() 124 conn = src_dev->pdata->out_conns[i]; in coresight_find_out_connection() 129 dev_err(&src_dev->dev, in coresight_find_out_connection() 130 "couldn't find output connection, src_dev: %s, dest_dev: %s\n", in coresight_find_out_connection() 131 dev_name(&src_dev->dev), dev_name(&dest_dev->dev)); in coresight_find_out_connection() 258 conn.src_dev = csdev; in coresight_add_helper() 1402 conn->src_dev = src_csdev; in coresight_orphan_match() 1461 conn->src_dev->orphan = true; in coresight_remove_conns() 1462 coresight_remove_links(conn->src_dev, con in coresight_remove_conns() [all...] |
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 778 const struct acpi_peripheral *src_dev; in chromeos_laptop_prepare_acpi_peripherals() local 799 src_dev = &src->acpi_peripherals[i]; in chromeos_laptop_prepare_acpi_peripherals() 800 if (!acpi_dev_present(src_dev->hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals() 803 *acpi_dev = *src_dev; in chromeos_laptop_prepare_acpi_peripherals() 806 if (src_dev->properties) { in chromeos_laptop_prepare_acpi_peripherals() 808 property_entries_dup(src_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 799 const struct acpi_peripheral *src_dev; in chromeos_laptop_prepare_acpi_peripherals() local 820 src_dev = &src->acpi_peripherals[i]; in chromeos_laptop_prepare_acpi_peripherals() 821 if (!acpi_dev_present(src_dev->hid, NULL, -1)) in chromeos_laptop_prepare_acpi_peripherals() 824 *acpi_dev = *src_dev; in chromeos_laptop_prepare_acpi_peripherals() 827 if (src_dev->swnode.properties) { in chromeos_laptop_prepare_acpi_peripherals() 829 property_entries_dup(src_dev->swnode.properties); in chromeos_laptop_prepare_acpi_peripherals()
|
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A 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()
|
H A 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,
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A 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_write(struct mv88e6xxx_chip *chip, int src_dev, in mv88e6xxx_g2_pvt_write() argument 255 return mv88e6xxx_g2_pvt_op(chip, src_dev, src_port, in mv88e6xxx_g2_pvt_write()
|
H A D | global2.h | 331 int mv88e6xxx_g2_pvt_write(struct mv88e6xxx_chip *chip, int src_dev, 458 int src_dev, int src_port, u16 data) in mv88e6xxx_g2_pvt_write() 457 mv88e6xxx_g2_pvt_write(struct mv88e6xxx_chip *chip, int src_dev, int src_port, u16 data) mv88e6xxx_g2_pvt_write() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4trace.h | 2250 __field(dev_t, src_dev) 2273 __entry->src_dev = src_inode->i_sb->s_dev; 2320 MAJOR(__entry->src_dev), MINOR(__entry->src_dev), 2355 __field(dev_t, src_dev) 2371 __entry->src_dev = src_inode->i_sb->s_dev; 2398 MAJOR(__entry->src_dev), MINOR(__entry->src_dev),
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | dev-replace.c | 454 struct btrfs_device *src_dev) in mark_block_group_to_copy() 510 key.objectid = src_dev->devid; in mark_block_group_to_copy() 517 if (found_key.objectid != src_dev->devid) in mark_block_group_to_copy() 453 mark_block_group_to_copy(struct btrfs_fs_info *fs_info, struct btrfs_device *src_dev) mark_block_group_to_copy() argument
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_expander.c | 1811 * @src_dev: the device which originated BROADCAST(CHANGE). 1824 struct domain_device **src_dev) in sas_find_bcast_dev() 1842 *src_dev = dev; in sas_find_bcast_dev() 1853 res = sas_find_bcast_dev(ch, src_dev); in sas_find_bcast_dev() 1854 if (*src_dev) in sas_find_bcast_dev() 1823 sas_find_bcast_dev(struct domain_device *dev, struct domain_device **src_dev) sas_find_bcast_dev() argument
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_expander.c | 1756 * @src_dev: the device which originated BROADCAST(CHANGE). 1769 struct domain_device **src_dev) in sas_find_bcast_dev() 1787 *src_dev = dev; in sas_find_bcast_dev() 1798 res = sas_find_bcast_dev(ch, src_dev); in sas_find_bcast_dev() 1799 if (*src_dev) in sas_find_bcast_dev() 1768 sas_find_bcast_dev(struct domain_device *dev, struct domain_device **src_dev) sas_find_bcast_dev() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | coresight.h | 182 * |pdata->out_conns[nr_outconns]|<->|src_dev* | | 200 struct coresight_device *src_dev; member
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | core.c | 89 struct device *src_dev; member 1795 if (map->src_dev == dev && strcmp(map->src_supply, supply) == 0) in regulator_find_supply_alias() 2290 map->src_dev = dev; in regulator_register_supply_alias()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | core.c | 78 struct device *src_dev; member 1953 if (map->src_dev == dev && strcmp(map->src_supply, supply) == 0) in regulator_find_supply_alias() 2448 map->src_dev = dev; in regulator_register_supply_alias()
|