Home
last modified time | relevance | path

Searched refs:rphy (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c260 return rphy->usbgrf == NULL ? rphy->grf : rphy->usbgrf; in get_reg_base()
385 if (rphy->clk) { in rockchip_usb2phy_clk480m_register()
397 rphy->clk480m = clk_register(rphy->dev, &rphy->clk480m_hw); in rockchip_usb2phy_clk480m_register()
1282 ret = devm_extcon_register_notifier(rphy->dev, rphy->edev, in rockchip_usb2phy_otg_port_init()
1311 rphy = devm_kzalloc(dev, sizeof(*rphy), GFP_KERNEL); in rockchip_usb2phy_probe()
1312 if (!rphy) in rockchip_usb2phy_probe()
1330 rphy->usbgrf = in rockchip_usb2phy_probe()
1354 rphy->dev = dev; in rockchip_usb2phy_probe()
1401 ret = rphy->phy_cfg->phy_tuning(rphy); in rockchip_usb2phy_probe()
1450 ret = devm_request_threaded_irq(rphy->dev, rphy->irq, NULL, in rockchip_usb2phy_probe()
[all …]
/openbmc/linux/drivers/scsi/
H A Dscsi_transport_sas.c199 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()
1021 if (port->rphy) { in sas_port_delete()
1023 port->rphy = NULL; in sas_port_delete()
1486 return &rdev->rphy; in sas_end_device_alloc()
1527 return &rdev->rphy; in sas_expander_alloc()
1545 if (parent->rphy) in sas_rphy_add()
1547 parent->rphy = rphy; in sas_rphy_add()
1577 scsi_scan_target(&rphy->dev, 0, rphy->scsi_target_id, lun, in sas_rphy_add()
[all …]
H A Dhpsa.c245 struct sas_rphy *rphy);
2120 struct sas_rphy *rphy; in hpsa_slave_alloc() local
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
9809 if (!rphy) { in hpsa_add_sas_device()
9814 hpsa_sas_port->rphy = rphy; in hpsa_add_sas_device()
[all …]
H A Dhpsa.h51 struct sas_rphy *rphy; member
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c89 struct sas_rphy *rphy) in pqi_sas_port_add_rphy() argument
114 return sas_rphy_add(rphy); in pqi_sas_port_add_rphy()
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
286 if (!rphy) { in pqi_add_sas_device()
291 pqi_sas_port->rphy = rphy; in pqi_add_sas_device()
301 sas_rphy_free(rphy); in pqi_add_sas_device()
332 if (!rphy) in pqi_sas_get_enclosure_identifier()
404 if (!rphy) in pqi_sas_get_bay_identifier()
518 struct sas_rphy *rphy) in pqi_sas_smp_handler() argument
[all …]
H A Dsmartpqi.h1237 struct sas_rphy *rphy; member
1687 struct sas_rphy *rphy);
1695 struct pqi_ctrl_info *ctrl_info, struct sas_rphy *rphy);
/openbmc/linux/include/scsi/
H A Dscsi_transport_sas.h108 #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
237 struct sas_rphy *rphy; in scsi_is_sas_expander_device() local
240 rphy = dev_to_rphy(dev); in scsi_is_sas_expander_device()
241 return rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE || in scsi_is_sas_expander_device()
[all …]
H A Dlibsas.h177 struct sas_rphy *rphy; member
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_internal.h74 struct sas_rphy *rphy);
80 struct domain_device *sas_find_dev_by_rphy(struct sas_rphy *rphy);
154 struct sas_rphy *rphy) in sas_fill_in_rphy() argument
156 rphy->identify.sas_address = SAS_ADDR(dev->sas_addr); in sas_fill_in_rphy()
157 rphy->identify.initiator_port_protocols = dev->iproto; in sas_fill_in_rphy()
158 rphy->identify.target_port_protocols = dev->tproto; in sas_fill_in_rphy()
164 rphy->identify.device_type = SAS_END_DEVICE; in sas_fill_in_rphy()
167 rphy->identify.device_type = SAS_EDGE_EXPANDER_DEVICE; in sas_fill_in_rphy()
170 rphy->identify.device_type = SAS_FANOUT_EXPANDER_DEVICE; in sas_fill_in_rphy()
173 rphy->identify.device_type = SAS_PHY_UNUSED; in sas_fill_in_rphy()
[all …]
H A Dsas_discover.c52 struct sas_rphy *rphy; in sas_get_port_device() local
107 rphy = NULL; in sas_get_port_device()
124 rphy = NULL; in sas_get_port_device()
128 if (!rphy) { 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()
149 get_device(&dev->rphy->dev); in sas_get_port_device()
290 dev->rphy = NULL; in sas_free_device()
396 sas_rphy_free(dev->rphy); in sas_unregister_dev()
422 port->port->rphy = NULL; in sas_unregister_domain_devices()
[all …]
H A Dsas_host_smp.c23 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()
H A Dsas_expander.c188 struct sas_rphy *rphy = dev->rphy; in sas_set_ex_phy() local
331 struct sas_rphy *rphy; in sas_ex_to_ata() local
336 rphy = ex_phy->port->rphy; in sas_ex_to_ata()
337 if (!rphy) in sas_ex_to_ata()
496 struct sas_rphy *rphy = dev->rphy; in ex_assign_manuf_info() local
756 struct sas_rphy *rphy; in sas_ex_add_dev() local
761 if (!rphy) in sas_ex_add_dev()
767 child->rphy = rphy; in sas_ex_add_dev()
910 child->rphy = rphy; in sas_ex_discover_expander()
927 sas_rphy_add(rphy); in sas_ex_discover_expander()
[all …]
H A Dsas_init.c204 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()
H A Dsas_ata.c379 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()
H A Dsas_scsi_host.c420 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()
/openbmc/linux/drivers/phy/renesas/
H A Dphy-rcar-gen3-usb2.c435 struct rcar_gen3_chan *channel = rphy->ch; 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()
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()
496 struct rcar_gen3_chan *channel = rphy->ch; in rcar_gen3_phy_usb2_power_on()
519 rphy->powered = true; in rcar_gen3_phy_usb2_power_on()
528 struct rcar_gen3_chan *channel = rphy->ch; in rcar_gen3_phy_usb2_power_off()
[all …]
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c111 struct sas_rphy *rphy) in _transport_get_port_id_by_rphy() argument
118 if (!rphy) in _transport_get_port_id_by_rphy()
126 if (sas_expander->rphy == rphy) { in _transport_get_port_id_by_rphy()
690 struct sas_rphy *rphy; in mpt3sas_transport_port_add() local
810 sas_device->rphy = rphy; in mpt3sas_transport_port_add()
827 if (!rphy) { in mpt3sas_transport_port_add()
838 sas_rphy_free(rphy); in mpt3sas_transport_port_add()
839 rphy = NULL; in mpt3sas_transport_port_add()
848 dev_info(&rphy->dev, in mpt3sas_transport_port_add()
852 mpt3sas_port->rphy = rphy; in mpt3sas_transport_port_add()
[all …]
H A Dmpt3sas_base.h583 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);
H A Dmpt3sas_scsih.c727 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()
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c447 && (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
1429 tgtdev->dev_spec.sas_sata_inf.rphy = rphy; in mpi3mr_sas_port_add()
1449 dev_info(&rphy->dev, in mpi3mr_sas_port_add()
1454 mr_sas_port->rphy = rphy; in mpi3mr_sas_port_add()
2105 sas_expander->rphy = mr_sas_port->rphy; in mpi3mr_expander_add()
2444 if (!rphy) in mpi3mr_get_port_id_by_rphy()
2452 if (sas_expander->rphy == rphy) { in mpi3mr_get_port_id_by_rphy()
2462 rphy->identify.sas_address, rphy); in mpi3mr_get_port_id_by_rphy()
2693 rphy->identify.sas_address, rphy); in mpi3mr_transport_get_enclosure_identifier()
[all …]
H A Dmpi3mr.h512 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);
H A Dmpi3mr_os.c4317 struct sas_rphy *rphy = NULL; in mpi3mr_slave_destroy() local
4333 rphy = dev_to_rphy(starget->dev.parent); in mpi3mr_slave_destroy()
4335 rphy->identify.sas_address, rphy); in mpi3mr_slave_destroy()
4405 struct sas_rphy *rphy = NULL; in mpi3mr_slave_configure() local
4415 rphy = dev_to_rphy(starget->dev.parent); in mpi3mr_slave_configure()
4417 rphy->identify.sas_address, rphy); in mpi3mr_slave_configure()
4471 struct sas_rphy *rphy = NULL; in mpi3mr_slave_alloc() local
4483 rphy = dev_to_rphy(starget->dev.parent); in mpi3mr_slave_alloc()
4485 rphy->identify.sas_address, rphy); in mpi3mr_slave_alloc()
4529 struct sas_rphy *rphy = NULL; in mpi3mr_target_alloc() local
[all …]
/openbmc/linux/drivers/message/fusion/
H A Dmptsas.c518 phy_info->port_details->rphy = rphy; in mptsas_set_rphy()
523 if (rphy) { in mptsas_set_rphy()
527 ioc->name, rphy, rphy->dev.release)); in mptsas_set_rphy()
589 struct sas_rphy *rphy; in mptsas_add_device_component() local
1494 if (!rphy) { in mptsas_add_end_device()
1544 if (!rphy) { in mptsas_del_end_device()
2279 if (rphy) in mptsas_smp_handler()
3268 rphy = NULL; in mptsas_probe_one_phy()
3271 if (!rphy) { in mptsas_probe_one_phy()
3497 if (!rphy) in mptsas_delete_expander_siblings()
[all …]
H A Dmptsas.h153 struct sas_rphy *rphy; /* transport layer rphy object */ member
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_dev.c204 struct sas_end_device *rdev = rphy_to_end_device(dev->rphy); in asd_init_target_ddb()

12