Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c175 xop->src_dev = se_cmd->se_dev; 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()
572 struct se_device *src_dev, in target_xcopy_read_source() argument
660 struct se_device *src_dev, *dst_dev; in target_xcopy_do_work() local
677 src_dev = xop->src_dev; in target_xcopy_do_work()
688 src_dev->dev_attrib.hw_block_size; in target_xcopy_do_work()
749 nolb -= cur_bytes / src_dev->dev_attrib.block_size; in target_xcopy_do_work()
851 if (xop->src_dev->dev_attrib.block_size != in target_parse_xcopy_cmd()
[all …]
H A Dtarget_core_xcopy.h25 struct se_device *src_dev; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sbq_cmd.h66 u8 src_dev; member
78 u8 src_dev; member
/openbmc/u-boot/drivers/video/rockchip/
H A Drk3288_hdmi.c67 ret = clk_get_by_index(uc_plat->src_dev, 0, &clk); in rk3288_clk_config()
74 __func__, uc_plat->src_dev->name, ret); in rk3288_clk_config()
H A Drk_vop.c290 disp_uc_plat->src_dev = dev; in rk_display_init()
H A Drk_edp.c1046 ret = clk_get_by_index(uc_plat->src_dev, 0, &clk); in rk_edp_probe()
1053 __func__, uc_plat->src_dev->name, ret); in rk_edp_probe()
/openbmc/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c799 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()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c117 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()
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, conn); in coresight_remove_conns()
1742 conn->src_dev->subtype)) in coresight_find_input_type()
[all …]
/openbmc/u-boot/include/
H A Ddisplay.h22 struct udevice *src_dev; member
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
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,
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()
/openbmc/linux/fs/nfs/
H A Dnfs4trace.h2250 __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),
/openbmc/linux/fs/btrfs/
H A Ddev-replace.c454 struct btrfs_device *src_dev) in mark_block_group_to_copy() argument
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()
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_expander.c1773 struct domain_device **src_dev) in sas_find_bcast_dev() argument
1791 *src_dev = dev; in sas_find_bcast_dev()
1802 res = sas_find_bcast_dev(ch, src_dev); in sas_find_bcast_dev()
1803 if (*src_dev) in sas_find_bcast_dev()
/openbmc/linux/include/linux/
H A Dcoresight.h200 struct coresight_device *src_dev; member
/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c353 disp_uc_plat->src_dev = dev; in display_init()
H A Ddp.c1603 priv->dc_dev = disp_uc_plat->src_dev; in dp_tegra_probe()
/openbmc/linux/drivers/regulator/
H A Dcore.c78 struct device *src_dev; member
1958 if (map->src_dev == dev && strcmp(map->src_supply, supply) == 0) in regulator_find_supply_alias()
2453 map->src_dev = dev; in regulator_register_supply_alias()