Searched refs:vphy (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | mt6380-regulator.txt | 13 ldo-vm ,ldo-va , ldo-vphy, ldo-vddr, ldo-vt 63 mt6380_vphy_reg: ldo-vphy { 64 regulator-name = "vphy";
|
/Linux-v6.1/arch/arm64/boot/dts/mediatek/ |
D | mt6380.dtsi | 59 mt6380_vphy_reg: ldo-vphy { 60 regulator-name = "vphy";
|
/Linux-v6.1/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 694 struct virtual_phy *vphy = NULL; in mpt3sas_transport_port_add() local 755 vphy = mpt3sas_get_vphy_by_phy(ioc, hba_port, i); in mpt3sas_transport_port_add() 756 if (!vphy) { in mpt3sas_transport_port_add() 812 if (!vphy) in mpt3sas_transport_port_add() 816 vphy->sas_address = in mpt3sas_transport_port_add() 888 struct virtual_phy *vphy, *vphy_next = NULL; in mpt3sas_transport_port_remove() local 919 list_for_each_entry_safe(vphy, vphy_next, in mpt3sas_transport_port_remove() 921 if (vphy->sas_address != sas_address) in mpt3sas_transport_port_remove() 925 vphy, port, port->port_id); in mpt3sas_transport_port_remove() 926 port->vphys_mask &= ~vphy->phy_mask; in mpt3sas_transport_port_remove() [all …]
|
D | mpt3sas_scsih.c | 444 struct virtual_phy *vphy, *vphy_next; in mpt3sas_get_vphy_by_phy() local 449 list_for_each_entry_safe(vphy, vphy_next, &port->vphys_list, list) { in mpt3sas_get_vphy_by_phy() 450 if (vphy->phy_mask & (1 << phy)) in mpt3sas_get_vphy_by_phy() 451 return vphy; in mpt3sas_get_vphy_by_phy() 5951 struct virtual_phy *vphy, *vphy_next; in _scsih_update_vphys_after_reset() local 5961 list_for_each_entry_safe(vphy, vphy_next, in _scsih_update_vphys_after_reset() 5963 vphy->flags |= MPT_VPHY_FLAG_DIRTY_PHY; in _scsih_update_vphys_after_reset() 6038 list_for_each_entry_safe(vphy, vphy_next, in _scsih_update_vphys_after_reset() 6044 if (!(vphy->flags & MPT_VPHY_FLAG_DIRTY_PHY)) in _scsih_update_vphys_after_reset() 6052 if (vphy->sas_address != attached_sas_addr) in _scsih_update_vphys_after_reset() [all …]
|