Home
last modified time | relevance | path

Searched refs:dest_dev (Results 1 – 8 of 8) sorted by relevance

/drivers/hwtracing/coresight/
A Dcoresight-core.c121 if (conn->dest_dev == out_dev) in coresight_find_out_connection()
277 conn.dest_dev = helper; in coresight_add_helper()
1084 if (conn->dest_dev) in coresight_orphan_match()
1106 conn->dest_dev = dst_csdev; in coresight_orphan_match()
1167 if (!conn->dest_dev) in coresight_remove_conns()
1172 conn->dest_dev->pdata->in_conns[j] = NULL; in coresight_remove_conns()
1190 conn->dest_dev = NULL; in coresight_remove_conns()
1301 if (csdev && conns[i]->dest_dev) in coresight_release_platform_data()
1506 if (conn->dest_dev && in coresight_find_output_type()
1508 conn->dest_dev->subtype)) in coresight_find_output_type()
[all …]
A Dcoresight-kunit-tests.c47 conn.dest_dev = etf; in test_default_sink()
51 conn.dest_dev = etr; in test_default_sink()
55 conn.dest_dev = catu; in test_default_sink()
A Dcoresight-sysfs.c126 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_activated_sysfs_sink()
596 devm_kfree(&conn->dest_dev->dev, conn->link->target_name); in coresight_remove_links()
A Dcoresight-platform.c80 struct device *dev = out_conn->dest_dev->dev.parent; in coresight_add_in_conn()
81 struct coresight_platform_data *pdata = out_conn->dest_dev->pdata; in coresight_add_in_conn()
/drivers/net/ethernet/intel/ice/
A Dice_sbq_cmd.h64 u8 dest_dev; member
76 u8 dest_dev; member
85 u8 dest_dev; member
A Dice_ptp_hw.c419 .dest_dev = ice_ptp_get_dest_dev_e825(hw, port), in ice_write_phy_eth56g()
447 .dest_dev = ice_ptp_get_dest_dev_e825(hw, port), in ice_read_phy_eth56g()
2232 msg->dest_dev = ice_sbq_dev_phy_0; in ice_fill_phy_msg_e82x()
2555 msg->dest_dev = ice_sbq_dev_phy_0; in ice_fill_quad_msg_e82x()
4268 msg.dest_dev = ice_sbq_dev_phy_0; in ice_read_phy_reg_e810()
4298 msg.dest_dev = ice_sbq_dev_phy_0; in ice_write_phy_reg_e810()
A Dice_common.c1729 msg.dest_dev = in->dest_dev; in ice_sbq_rw_reg()
3680 msg.dest_dev = ice_sbq_dev_phy_0; in ice_aq_get_fec_stats()
6391 .dest_dev = ice_sbq_dev_cgu, in ice_read_cgu_reg()
6423 .dest_dev = ice_sbq_dev_cgu, in ice_write_cgu_reg()
/drivers/md/
A Ddm-clone-target.c73 struct dm_dev *dest_dev; member
266 bio_set_dev(bio, clone->dest_dev->bdev); in remap_to_dest()
827 to.bdev = clone->dest_dev->bdev; in hydration_copy()
1711 dm_put_device(clone->ti, clone->dest_dev); in parse_dest_dev()
1935 dm_put_device(ti, clone->dest_dev); in clone_ctr()
1962 dm_put_device(ti, clone->dest_dev); in clone_dtr()
2022 struct block_device *dest_dev = clone->dest_dev->bdev; in disable_passdown_if_not_supported() local
2029 if (!bdev_max_discard_sectors(dest_dev)) in disable_passdown_if_not_supported()
2036 dest_dev, reason); in disable_passdown_if_not_supported()
2089 struct dm_dev *dest_dev = clone->dest_dev; in clone_iterate_devices() local
[all …]

Completed in 239 milliseconds