phy_table 1431 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c dpm_table = &(data->dpm_table.phy_table); phy_table 156 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h struct vega10_single_dpm_table phy_table; phy_table 675 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c dpm_table = &(data->dpm_table.phy_table); phy_table 135 drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.h struct vega12_single_dpm_table phy_table; phy_table 745 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c dpm_table = &(data->dpm_table.phy_table); phy_table 187 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.h struct vega20_single_dpm_table phy_table; phy_table 101 drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h struct smu_11_0_dpm_table phy_table; phy_table 618 drivers/gpu/drm/amd/powerplay/navi10_ppt.c dpm_context->dpm_tables.phy_table.min = driver_ppt->FreqTablePhyclk[0]; phy_table 619 drivers/gpu/drm/amd/powerplay/navi10_ppt.c dpm_context->dpm_tables.phy_table.max = driver_ppt->FreqTablePhyclk[NUM_PHYCLK_DPM_LEVELS - 1]; phy_table 861 drivers/gpu/drm/amd/powerplay/vega20_ppt.c single_dpm_table = &(dpm_table->phy_table); phy_table 119 drivers/gpu/drm/amd/powerplay/vega20_ppt.h struct vega20_single_dpm_table phy_table; phy_table 536 drivers/net/ethernet/dec/tulip/de4x5.c static struct phy_table phy_info[] = { phy_table 4991 drivers/net/ethernet/dec/tulip/de4x5.c (char *)&phy_info[j], sizeof(struct phy_table)); phy_table 94 drivers/scsi/isci/port.c struct isci_phy *iphy = iport->phy_table[index]; phy_table 109 drivers/scsi/isci/port.c if (iport->phy_table[index]) phy_table 149 drivers/scsi/isci/port.c for (i = 0; i < ARRAY_SIZE(iport->phy_table); i++) { phy_table 150 drivers/scsi/isci/port.c iphy = iport->phy_table[i]; phy_table 382 drivers/scsi/isci/port.c if (iport->phy_table[index] && index != phy_index) phy_table 453 drivers/scsi/isci/port.c iphy = iport->phy_table[index]; phy_table 467 drivers/scsi/isci/port.c if (!iport->phy_table[iphy->phy_index] && phy_table 474 drivers/scsi/isci/port.c iport->phy_table[iphy->phy_index] = iphy; phy_table 486 drivers/scsi/isci/port.c if (iport->phy_table[iphy->phy_index] == iphy && phy_table 492 drivers/scsi/isci/port.c iport->phy_table[iphy->phy_index] = NULL; phy_table 506 drivers/scsi/isci/port.c if (iport->phy_table[index]) phy_table 507 drivers/scsi/isci/port.c sci_phy_get_sas_address(iport->phy_table[index], sas); phy_table 611 drivers/scsi/isci/port.c sci_phy_setup_transport(iport->phy_table[index], device_id); phy_table 732 drivers/scsi/isci/port.c if (iport->phy_table[index] != NULL) { phy_table 856 drivers/scsi/isci/port.c iphy = iport->phy_table[index]; phy_table 972 drivers/scsi/isci/port.c if (iport->phy_table[index]) { phy_table 975 drivers/scsi/isci/port.c iport->phy_table[index]->phy_index]); phy_table 977 drivers/scsi/isci/port.c sci_port_resume_phy(iport, iport->phy_table[index]); phy_table 1162 drivers/scsi/isci/port.c iphy = iport->phy_table[phy_index]; phy_table 1567 drivers/scsi/isci/port.c &iport->phy_table[phy_index] phy_table 1632 drivers/scsi/isci/port.c iport->phy_table[index] = NULL; phy_table 116 drivers/scsi/isci/port.h struct isci_phy *phy_table[SCI_MAX_PHYS];