/linux-6.6.21/drivers/phy/rockchip/ |
D | phy-rockchip-inno-usb2.c | 176 int (*phy_tuning)(struct rockchip_usb2phy *rphy); 258 static inline struct regmap *get_reg_base(struct rockchip_usb2phy *rphy) in get_reg_base() argument 260 return rphy->usbgrf == NULL ? rphy->grf : rphy->usbgrf; in get_reg_base() 290 static int rockchip_usb2phy_reset(struct rockchip_usb2phy *rphy) in rockchip_usb2phy_reset() argument 294 ret = reset_control_assert(rphy->phy_reset); in rockchip_usb2phy_reset() 300 ret = reset_control_deassert(rphy->phy_reset); in rockchip_usb2phy_reset() 311 struct rockchip_usb2phy *rphy = in rockchip_usb2phy_clk480m_prepare() local 313 struct regmap *base = get_reg_base(rphy); in rockchip_usb2phy_clk480m_prepare() 317 if (!property_enabled(base, &rphy->phy_cfg->clkout_ctl)) { in rockchip_usb2phy_clk480m_prepare() 318 ret = property_enable(base, &rphy->phy_cfg->clkout_ctl, true); in rockchip_usb2phy_clk480m_prepare() [all …]
|
/linux-6.6.21/drivers/scsi/ |
D | scsi_transport_sas.c | 163 struct sas_rphy *rphy = target_to_rphy(sdev->sdev_target); in sas_bitfield_name_search() local 166 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_bitfield_name_search() 168 rdev = rphy_to_end_device(rphy); in sas_bitfield_name_search() 175 struct sas_rphy *rphy = NULL; in sas_smp_dispatch() local 178 rphy = dev_to_rphy(job->dev); in sas_smp_dispatch() 186 to_sas_internal(shost->transportt)->f->smp_handler(job, shost, rphy); in sas_smp_dispatch() 190 static int sas_bsg_initialize(struct Scsi_Host *shost, struct sas_rphy *rphy) in sas_bsg_initialize() argument 199 if (rphy) { in sas_bsg_initialize() 200 q = bsg_setup_queue(&rphy->dev, dev_name(&rphy->dev), in sas_bsg_initialize() 204 rphy->q = q; in sas_bsg_initialize() [all …]
|
D | hpsa.c | 245 struct sas_rphy *rphy); 2120 struct sas_rphy *rphy; in hpsa_slave_alloc() local 2123 rphy = target_to_rphy(starget); in hpsa_slave_alloc() 2124 sd = hpsa_find_device_by_sas_rphy(h, rphy); in hpsa_slave_alloc() 9637 struct sas_rphy *rphy) in hpsa_sas_port_add_rphy() argument 9641 identify = &rphy->identify; in hpsa_sas_port_add_rphy() 9646 return sas_rphy_add(rphy); in hpsa_sas_port_add_rphy() 9731 struct sas_rphy *rphy) in hpsa_find_device_by_sas_rphy() argument 9740 if (device->sas_port->rphy == rphy) in hpsa_find_device_by_sas_rphy() 9802 struct sas_rphy *rphy; in hpsa_add_sas_device() local [all …]
|
D | hpsa.h | 51 struct sas_rphy *rphy; member
|
/linux-6.6.21/drivers/scsi/smartpqi/ |
D | smartpqi_sas_transport.c | 89 struct sas_rphy *rphy) in pqi_sas_port_add_rphy() argument 93 identify = &rphy->identify; in pqi_sas_port_add_rphy() 114 return sas_rphy_add(rphy); in pqi_sas_port_add_rphy() 208 struct pqi_ctrl_info *ctrl_info, struct sas_rphy *rphy) in pqi_find_device_by_sas_rphy() argument 216 if (device->sas_port->rphy == rphy) in pqi_find_device_by_sas_rphy() 278 struct sas_rphy *rphy; in pqi_add_sas_device() local 285 rphy = pqi_sas_rphy_alloc(pqi_sas_port); in pqi_add_sas_device() 286 if (!rphy) { in pqi_add_sas_device() 291 pqi_sas_port->rphy = rphy; in pqi_add_sas_device() 294 rc = pqi_sas_port_add_rphy(pqi_sas_port, rphy); in pqi_add_sas_device() [all …]
|
D | smartpqi.h | 1237 struct sas_rphy *rphy; member 1687 struct sas_rphy *rphy); 1695 struct pqi_ctrl_info *ctrl_info, struct sas_rphy *rphy);
|
/linux-6.6.21/include/scsi/ |
D | scsi_transport_sas.h | 108 #define rphy_to_shost(rphy) \ argument 109 dev_to_shost((rphy)->dev.parent) 114 struct sas_rphy rphy; member 124 container_of((r), struct sas_end_device, rphy) 141 struct sas_rphy rphy; member 145 container_of((r), struct sas_expander_device, rphy) 156 struct sas_rphy *rphy; member 235 struct sas_rphy *rphy; in scsi_is_sas_expander_device() local 238 rphy = dev_to_rphy(dev); in scsi_is_sas_expander_device() 239 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE || in scsi_is_sas_expander_device() [all …]
|
D | libsas.h | 177 struct sas_rphy *rphy; member
|
/linux-6.6.21/drivers/scsi/libsas/ |
D | sas_internal.h | 74 struct sas_rphy *rphy); 80 struct domain_device *sas_find_dev_by_rphy(struct sas_rphy *rphy); 140 struct sas_rphy *rphy) in sas_fill_in_rphy() argument 142 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy() 143 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy() 144 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy() 150 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy() 153 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy() 156 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy() 159 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy() [all …]
|
D | sas_discover.c | 52 struct sas_rphy *rphy; in sas_get_port_device() local 107 rphy = NULL; in sas_get_port_device() 112 rphy = sas_end_device_alloc(port->port); in sas_get_port_device() 115 rphy = sas_expander_alloc(port->port, in sas_get_port_device() 119 rphy = sas_expander_alloc(port->port, in sas_get_port_device() 124 rphy = NULL; in sas_get_port_device() 128 if (!rphy) { in sas_get_port_device() 133 rphy->identify.phy_identifier = phy->phy->identify.phy_identifier; in sas_get_port_device() 135 sas_fill_in_rphy(dev, rphy); in sas_get_port_device() 148 dev->rphy = rphy; in sas_get_port_device() [all …]
|
D | sas_host_smp.c | 23 struct sas_rphy *rphy; in sas_host_smp_discover() local 46 rphy = sas_ha->sas_phy[phy_id]->port->port_dev->rphy; in sas_host_smp_discover() 47 resp_data[12] = rphy->identify.device_type << 4; in sas_host_smp_discover() 48 resp_data[14] = rphy->identify.initiator_port_protocols; in sas_host_smp_discover() 49 resp_data[15] = rphy->identify.target_port_protocols; in sas_host_smp_discover() 140 struct sas_rphy *rphy; in sas_report_phy_sata() local 154 rphy = sas_ha->sas_phy[phy_id]->port->port_dev->rphy; in sas_report_phy_sata() 157 if (rphy->identify.target_port_protocols != SAS_PROTOCOL_SATA) in sas_report_phy_sata()
|
D | sas_expander.c | 188 struct sas_rphy *rphy = dev->rphy; in sas_set_ex_phy() local 195 phy->phy = sas_phy_alloc(&rphy->dev, phy_id); in sas_set_ex_phy() 332 struct sas_rphy *rphy; in sas_ex_to_ata() local 337 rphy = ex_phy->port->rphy; in sas_ex_to_ata() 338 if (!rphy) in sas_ex_to_ata() 341 dev = sas_find_dev_by_rphy(rphy); in sas_ex_to_ata() 497 struct sas_rphy *rphy = dev->rphy; in ex_assign_manuf_info() local 498 struct sas_expander_device *edev = rphy_to_expander_device(rphy); in ex_assign_manuf_info() 642 struct sas_rphy *rphy = dev_to_rphy(phy->dev.parent); in sas_smp_get_phy_events() local 643 struct domain_device *dev = sas_find_dev_by_rphy(rphy); in sas_smp_get_phy_events() [all …]
|
D | sas_init.c | 204 dev = sas_find_dev_by_rphy(dev->rphy); in sas_try_ata_reset() 241 struct sas_rphy *rphy = dev_to_rphy(phy->dev.parent); in transport_sas_phy_reset() local 242 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in transport_sas_phy_reset() 276 struct sas_rphy *rphy = dev_to_rphy(phy->dev.parent); in sas_phy_enable() local 277 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_phy_enable() 310 struct sas_rphy *rphy = dev_to_rphy(phy->dev.parent); in sas_phy_reset() local 311 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_phy_reset() 347 struct sas_rphy *rphy = dev_to_rphy(phy->dev.parent); in sas_set_phy_speed() local 348 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_set_phy_speed()
|
D | sas_ata.c | 379 struct device *dev = &ddev->rphy->dev; in sas_ata_printk() 677 struct sas_rphy *rphy; in sas_ata_add_dev() local 713 rphy = sas_end_device_alloc(phy->port); in sas_ata_add_dev() 714 if (!rphy) in sas_ata_add_dev() 717 rphy->identify.phy_identifier = phy_id; in sas_ata_add_dev() 718 child->rphy = rphy; in sas_ata_add_dev() 719 get_device(&rphy->dev); in sas_ata_add_dev() 728 sas_rphy_free(child->rphy); in sas_ata_add_dev() 810 sas_fill_in_rphy(dev, dev->rphy); in sas_discover_sata()
|
D | sas_scsi_host.c | 420 dev_name(&dev->rphy->dev)); in sas_queue_reset() 762 struct domain_device *sas_find_dev_by_rphy(struct sas_rphy *rphy) in sas_find_dev_by_rphy() argument 764 struct Scsi_Host *shost = dev_to_shost(rphy->dev.parent); in sas_find_dev_by_rphy() 777 if (rphy == dev->rphy) { in sas_find_dev_by_rphy() 793 struct sas_rphy *rphy = dev_to_rphy(starget->dev.parent); in sas_target_alloc() local 794 struct domain_device *found_dev = sas_find_dev_by_rphy(rphy); in sas_target_alloc() 811 BUG_ON(dev->rphy->identify.device_type != SAS_END_DEVICE); in sas_slave_configure()
|
/linux-6.6.21/drivers/phy/renesas/ |
D | phy-rcar-gen3-usb2.c | 434 struct rcar_gen3_phy *rphy = phy_get_drvdata(p); in rcar_gen3_phy_usb2_init() local 435 struct rcar_gen3_chan *channel = rphy->ch; in rcar_gen3_phy_usb2_init() 452 val |= USB2_INT_ENABLE_UCOM_INTEN | rphy->int_enable_bits; in rcar_gen3_phy_usb2_init() 461 rphy->otg_initialized = true; in rcar_gen3_phy_usb2_init() 464 rphy->initialized = true; in rcar_gen3_phy_usb2_init() 471 struct rcar_gen3_phy *rphy = phy_get_drvdata(p); in rcar_gen3_phy_usb2_exit() local 472 struct rcar_gen3_chan *channel = rphy->ch; in rcar_gen3_phy_usb2_exit() 476 rphy->initialized = false; in rcar_gen3_phy_usb2_exit() 479 rphy->otg_initialized = false; in rcar_gen3_phy_usb2_exit() 482 val &= ~rphy->int_enable_bits; in rcar_gen3_phy_usb2_exit() [all …]
|
/linux-6.6.21/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 111 struct sas_rphy *rphy) in _transport_get_port_id_by_rphy() argument 118 if (!rphy) in _transport_get_port_id_by_rphy() 121 if (rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE || in _transport_get_port_id_by_rphy() 122 rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE) { in _transport_get_port_id_by_rphy() 126 if (sas_expander->rphy == rphy) { in _transport_get_port_id_by_rphy() 132 } else if (rphy->identify.device_type == SAS_END_DEVICE) { in _transport_get_port_id_by_rphy() 134 sas_device = __mpt3sas_get_sdev_by_rphy(ioc, rphy); in _transport_get_port_id_by_rphy() 690 struct sas_rphy *rphy; in mpt3sas_transport_port_add() local 809 rphy = sas_end_device_alloc(port); in mpt3sas_transport_port_add() 810 sas_device->rphy = rphy; in mpt3sas_transport_port_add() [all …]
|
D | mpt3sas_base.h | 583 struct sas_rphy *rphy; member 761 struct sas_rphy *rphy; member 823 struct sas_rphy *rphy; member 1846 __mpt3sas_get_sdev_by_rphy(struct MPT3SAS_ADAPTER *ioc, struct sas_rphy *rphy);
|
D | mpt3sas_scsih.c | 727 struct sas_rphy *rphy) in __mpt3sas_get_sdev_by_rphy() argument 734 if (sas_device->rphy != rphy) in __mpt3sas_get_sdev_by_rphy() 742 if (sas_device->rphy != rphy) in __mpt3sas_get_sdev_by_rphy() 1877 struct sas_rphy *rphy; in scsih_target_alloc() local 1930 rphy = dev_to_rphy(starget->dev.parent); in scsih_target_alloc() 1931 sas_device = __mpt3sas_get_sdev_by_rphy(ioc, rphy); in scsih_target_alloc() 6999 sas_expander->parent_dev = &mpt3sas_port->rphy->dev; in _scsih_expander_add() 7000 sas_expander->rphy = mpt3sas_port->rphy; in _scsih_expander_add()
|
/linux-6.6.21/drivers/scsi/mpi3mr/ |
D | mpi3mr_transport.c | 438 struct mpi3mr_ioc *mrioc, u64 sas_address, struct sas_rphy *rphy) in __mpi3mr_get_tgtdev_by_addr_and_rphy() argument 447 && (tgtdev->dev_spec.sas_sata_inf.rphy == rphy)) in __mpi3mr_get_tgtdev_by_addr_and_rphy() 1313 struct sas_rphy *rphy; in mpi3mr_sas_port_add() local 1418 rphy = sas_end_device_alloc(port); in mpi3mr_sas_port_add() 1419 tgtdev->dev_spec.sas_sata_inf.rphy = rphy; in mpi3mr_sas_port_add() 1421 rphy = sas_expander_alloc(port, in mpi3mr_sas_port_add() 1424 rphy->identify = mr_sas_port->remote_identify; in mpi3mr_sas_port_add() 1429 if ((sas_rphy_add(rphy))) { in mpi3mr_sas_port_add() 1439 dev_info(&rphy->dev, in mpi3mr_sas_port_add() 1444 mr_sas_port->rphy = rphy; in mpi3mr_sas_port_add() [all …]
|
D | mpi3mr.h | 512 struct sas_rphy *rphy; member 572 struct sas_rphy *rphy; member 608 struct sas_rphy *rphy; member 1408 struct mpi3mr_ioc *mrioc, u64 sas_address, struct sas_rphy *rphy);
|
D | mpi3mr_os.c | 4306 struct sas_rphy *rphy = NULL; in mpi3mr_slave_destroy() local 4322 rphy = dev_to_rphy(starget->dev.parent); in mpi3mr_slave_destroy() 4324 rphy->identify.sas_address, rphy); in mpi3mr_slave_destroy() 4394 struct sas_rphy *rphy = NULL; in mpi3mr_slave_configure() local 4404 rphy = dev_to_rphy(starget->dev.parent); in mpi3mr_slave_configure() 4406 rphy->identify.sas_address, rphy); in mpi3mr_slave_configure() 4460 struct sas_rphy *rphy = NULL; in mpi3mr_slave_alloc() local 4472 rphy = dev_to_rphy(starget->dev.parent); in mpi3mr_slave_alloc() 4474 rphy->identify.sas_address, rphy); in mpi3mr_slave_alloc() 4518 struct sas_rphy *rphy = NULL; in mpi3mr_target_alloc() local [all …]
|
/linux-6.6.21/drivers/message/fusion/ |
D | mptsas.c | 113 struct mptsas_phyinfo *phy_info, struct sas_rphy *rphy); 395 static inline MPT_ADAPTER *rphy_to_ioc(struct sas_rphy *rphy) in rphy_to_ioc() argument 397 struct Scsi_Host *shost = dev_to_shost(rphy->dev.parent->parent); in rphy_to_ioc() 509 return phy_info->port_details->rphy; in mptsas_get_rphy() 515 mptsas_set_rphy(MPT_ADAPTER *ioc, struct mptsas_phyinfo *phy_info, struct sas_rphy *rphy) in mptsas_set_rphy() argument 518 phy_info->port_details->rphy = rphy; in mptsas_set_rphy() 520 ioc->name, rphy)); in mptsas_set_rphy() 523 if (rphy) { in mptsas_set_rphy() 525 &rphy->dev, MYIOC_s_FMT "add:", ioc->name)); in mptsas_set_rphy() 527 ioc->name, rphy, rphy->dev.release)); in mptsas_set_rphy() [all …]
|
D | mptsas.h | 153 struct sas_rphy *rphy; /* transport layer rphy object */ member
|
/linux-6.6.21/drivers/scsi/aic94xx/ |
D | aic94xx_dev.c | 204 struct sas_end_device *rdev = rphy_to_end_device(dev->rphy); in asd_init_target_ddb()
|