Home
last modified time | relevance | path

Searched refs:vphy (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmt6380-regulator.txt13 ldo-vm ,ldo-va , ldo-vphy, ldo-vddr, ldo-vt
63 mt6380_vphy_reg: ldo-vphy {
64 regulator-name = "vphy";
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6380.dtsi59 mt6380_vphy_reg: ldo-vphy {
60 regulator-name = "vphy";
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c694 struct virtual_phy *vphy = NULL; in mpt3sas_transport_port_add() local
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()
900 struct virtual_phy *vphy, *vphy_next = NULL; in mpt3sas_transport_port_remove() local
931 list_for_each_entry_safe(vphy, vphy_next, in mpt3sas_transport_port_remove()
933 if (vphy->sas_address != sas_address) in mpt3sas_transport_port_remove()
937 vphy, port, port->port_id); in mpt3sas_transport_port_remove()
938 port->vphys_mask &= ~vphy->phy_mask; in mpt3sas_transport_port_remove()
939 list_del(&vphy->list); in mpt3sas_transport_port_remove()
[all …]
H A Dmpt3sas_scsih.c449 if (vphy->phy_mask & (1 << phy)) in mpt3sas_get_vphy_by_phy()
450 return vphy; in mpt3sas_get_vphy_by_phy()
6093 list_move(&vphy->list, in _scsih_update_vphys_after_reset()
6370 vphy, port->port_id, in _scsih_del_dirty_vphy()
6371 vphy->phy_mask)); in _scsih_del_dirty_vphy()
6373 list_del(&vphy->list); in _scsih_del_dirty_vphy()
6374 kfree(vphy); in _scsih_del_dirty_vphy()
6524 struct virtual_phy *vphy; in _scsih_alloc_vphy() local
6532 if (!vphy) { in _scsih_alloc_vphy()
6534 if (!vphy) in _scsih_alloc_vphy()
[all …]