Searched refs:vphy (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A 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/arch/arm64/boot/dts/mediatek/ |
| H A D | mt6380.dtsi | 59 mt6380_vphy_reg: ldo-vphy { 60 regulator-name = "vphy";
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_transport.c | 693 struct virtual_phy *vphy = NULL; in mpt3sas_transport_port_add() local 753 vphy = mpt3sas_get_vphy_by_phy(ioc, hba_port, i); in mpt3sas_transport_port_add() 754 if (!vphy) { in mpt3sas_transport_port_add() 810 if (!vphy) in mpt3sas_transport_port_add() 814 vphy->sas_address = in mpt3sas_transport_port_add() 898 struct virtual_phy *vphy, *vphy_next = NULL; in mpt3sas_transport_port_remove() local 929 list_for_each_entry_safe(vphy, vphy_next, in mpt3sas_transport_port_remove() 931 if (vphy->sas_address != sas_address) in mpt3sas_transport_port_remove() 935 vphy, port, port->port_id); in mpt3sas_transport_port_remove() 936 port->vphys_mask &= ~vphy->phy_mask; in mpt3sas_transport_port_remove() [all …]
|
| H A D | mpt3sas_scsih.c | 506 struct virtual_phy *vphy, *vphy_next; in mpt3sas_get_vphy_by_phy() local 511 list_for_each_entry_safe(vphy, vphy_next, &port->vphys_list, list) { in mpt3sas_get_vphy_by_phy() 512 if (vphy->phy_mask & (1 << phy)) in mpt3sas_get_vphy_by_phy() 513 return vphy; in mpt3sas_get_vphy_by_phy() 6273 struct virtual_phy *vphy, *vphy_next; in _scsih_update_vphys_after_reset() local 6283 list_for_each_entry_safe(vphy, vphy_next, in _scsih_update_vphys_after_reset() 6285 vphy->flags |= MPT_VPHY_FLAG_DIRTY_PHY; in _scsih_update_vphys_after_reset() 6359 list_for_each_entry_safe(vphy, vphy_next, in _scsih_update_vphys_after_reset() 6365 if (!(vphy->flags & MPT_VPHY_FLAG_DIRTY_PHY)) in _scsih_update_vphys_after_reset() 6373 if (vphy->sas_address != attached_sas_addr) in _scsih_update_vphys_after_reset() [all …]
|
| /linux/drivers/scsi/leapraid/ |
| H A D | leapraid_func.c | 1039 struct leapraid_vphy *vphy; in leapraid_get_vphy_by_phy() local 1044 list_for_each_entry(vphy, &port->vphys_list, list) { in leapraid_get_vphy_by_phy() 1045 if (vphy->phy_mask & BIT(phy_seq_num)) in leapraid_get_vphy_by_phy() 1046 return vphy; in leapraid_get_vphy_by_phy() 3468 struct leapraid_vphy *vphy; in leapraid_alloc_vphy() local 3474 vphy = leapraid_get_vphy_by_phy(port, phy_num); in leapraid_alloc_vphy() 3475 if (vphy) in leapraid_alloc_vphy() 3476 return vphy; in leapraid_alloc_vphy() 3477 vphy = kzalloc_obj(*vphy); in leapraid_alloc_vphy() 3478 if (!vphy) in leapraid_alloc_vphy() [all …]
|
| H A D | leapraid_os.c | 2121 struct leapraid_vphy *vphy, *vphy_next; in leapraid_cleanup_lists() local 2160 list_for_each_entry_safe(vphy, vphy_next, in leapraid_cleanup_lists() 2162 list_del(&vphy->list); in leapraid_cleanup_lists() 2163 kfree(vphy); in leapraid_cleanup_lists()
|
| H A D | leapraid_func.h | 805 u8 vphy; member
|