/kernel/linux/linux-5.10/drivers/pci/controller/cadence/ |
H A D | pcie-cadence.c | 151 int i = pcie->phy_count; in cdns_pcie_disable_phy() 164 for (i = 0; i < pcie->phy_count; i++) { in cdns_pcie_enable_phy() 190 int phy_count; in cdns_pcie_init_phy() local 197 phy_count = of_property_count_strings(np, "phy-names"); in cdns_pcie_init_phy() 198 if (phy_count < 1) { in cdns_pcie_init_phy() 200 pcie->phy_count = 0; in cdns_pcie_init_phy() 204 phy = devm_kcalloc(dev, phy_count, sizeof(*phy), GFP_KERNEL); in cdns_pcie_init_phy() 208 link = devm_kcalloc(dev, phy_count, sizeof(*link), GFP_KERNEL); in cdns_pcie_init_phy() 212 for (i = 0; i < phy_count; i++) { in cdns_pcie_init_phy() 227 pcie->phy_count in cdns_pcie_init_phy() [all...] |
H A D | pcie-cadence-plat.c | 53 int phy_count; in cdns_plat_pcie_probe() local 137 phy_count = cdns_plat_pcie->pcie->phy_count; in cdns_plat_pcie_probe() 138 while (phy_count--) in cdns_plat_pcie_probe() 139 device_link_del(cdns_plat_pcie->pcie->link[phy_count]); in cdns_plat_pcie_probe()
|
H A D | pcie-cadence.h | 283 int phy_count; member
|
/kernel/linux/linux-6.6/drivers/pci/controller/cadence/ |
H A D | pcie-cadence.c | 152 int i = pcie->phy_count; in cdns_pcie_disable_phy() 165 for (i = 0; i < pcie->phy_count; i++) { in cdns_pcie_enable_phy() 191 int phy_count; in cdns_pcie_init_phy() local 198 phy_count = of_property_count_strings(np, "phy-names"); in cdns_pcie_init_phy() 199 if (phy_count < 1) { in cdns_pcie_init_phy() 201 pcie->phy_count = 0; in cdns_pcie_init_phy() 205 phy = devm_kcalloc(dev, phy_count, sizeof(*phy), GFP_KERNEL); in cdns_pcie_init_phy() 209 link = devm_kcalloc(dev, phy_count, sizeof(*link), GFP_KERNEL); in cdns_pcie_init_phy() 213 for (i = 0; i < phy_count; i++) { in cdns_pcie_init_phy() 228 pcie->phy_count in cdns_pcie_init_phy() [all...] |
H A D | pcie-cadence-plat.c | 51 int phy_count; in cdns_plat_pcie_probe() local 134 phy_count = cdns_plat_pcie->pcie->phy_count; in cdns_plat_pcie_probe() 135 while (phy_count--) in cdns_plat_pcie_probe() 136 device_link_del(cdns_plat_pcie->pcie->link[phy_count]); in cdns_plat_pcie_probe()
|
H A D | pcie-cadence.h | 291 * @phy_count: number of supported PHY devices 302 int phy_count; member
|
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pci-dra7xx.c | 90 int phy_count; /* DT phy-names count */ member 653 int phy_count = dra7xx->phy_count; in dra7xx_pcie_disable_phy() local 655 while (phy_count--) { in dra7xx_pcie_disable_phy() 656 phy_power_off(dra7xx->phy[phy_count]); in dra7xx_pcie_disable_phy() 657 phy_exit(dra7xx->phy[phy_count]); in dra7xx_pcie_disable_phy() 663 int phy_count = dra7xx->phy_count; in dra7xx_pcie_enable_phy() local 667 for (i = 0; i < phy_count; i++) { in dra7xx_pcie_enable_phy() 826 int phy_count; in dra7xx_pcie_probe() local [all...] |
H A D | pcie-armada8k.c | 35 unsigned int phy_count; member 95 pcie->phy_count); in armada8k_pcie_enable_phys() 129 pcie->phy_count++; in armada8k_pcie_setup_phys() 133 if (!pcie->phy_count) in armada8k_pcie_setup_phys()
|
H A D | pcie-tegra194.c | 300 unsigned int phy_count; member 1033 unsigned int phy_count = pcie->phy_count; in tegra_pcie_disable_phy() local 1035 while (phy_count--) { in tegra_pcie_disable_phy() 1036 phy_power_off(pcie->phys[phy_count]); in tegra_pcie_disable_phy() 1037 phy_exit(pcie->phys[phy_count]); in tegra_pcie_disable_phy() 1046 for (i = 0; i < pcie->phy_count; i++) { in tegra_pcie_enable_phy() 1109 pcie->phy_count = ret; in tegra_pcie_dw_parse_dt() 2079 phys = devm_kcalloc(dev, pcie->phy_count, sizeof(*phys), GFP_KERNEL); in tegra_pcie_dw_probe() 2083 for (i = 0; i < pcie->phy_count; in tegra_pcie_dw_probe() [all...] |
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/ |
H A D | pci-dra7xx.c | 91 int phy_count; /* DT phy-names count */ member 516 int phy_count = dra7xx->phy_count; in dra7xx_pcie_disable_phy() local 518 while (phy_count--) { in dra7xx_pcie_disable_phy() 519 phy_power_off(dra7xx->phy[phy_count]); in dra7xx_pcie_disable_phy() 520 phy_exit(dra7xx->phy[phy_count]); in dra7xx_pcie_disable_phy() 526 int phy_count = dra7xx->phy_count; in dra7xx_pcie_enable_phy() local 530 for (i = 0; i < phy_count; i++) { in dra7xx_pcie_enable_phy() 690 int phy_count; in dra7xx_pcie_probe() local [all...] |
H A D | pcie-armada8k.c | 34 unsigned int phy_count; member 94 pcie->phy_count); in armada8k_pcie_enable_phys() 128 pcie->phy_count++; in armada8k_pcie_setup_phys() 132 if (!pcie->phy_count) in armada8k_pcie_setup_phys()
|
H A D | pcie-tegra194.c | 281 unsigned int phy_count; member 1070 unsigned int phy_count = pcie->phy_count; in tegra_pcie_disable_phy() local 1072 while (phy_count--) { in tegra_pcie_disable_phy() 1073 phy_power_off(pcie->phys[phy_count]); in tegra_pcie_disable_phy() 1074 phy_exit(pcie->phys[phy_count]); in tegra_pcie_disable_phy() 1083 for (i = 0; i < pcie->phy_count; i++) { in tegra_pcie_enable_phy() 1153 pcie->phy_count = ret; in tegra_pcie_dw_parse_dt() 2183 phys = devm_kcalloc(dev, pcie->phy_count, sizeof(*phys), GFP_KERNEL); in tegra_pcie_dw_probe() 2187 for (i = 0; i < pcie->phy_count; in tegra_pcie_dw_probe() [all...] |
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_highbank.c | 329 int phy_count = 0, phy, port = 0, i; in highbank_initialize_phys() local 343 for (phy = 0; phy < phy_count; phy++) { in highbank_initialize_phys() 353 phy_count += 1; in highbank_initialize_phys()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_highbank.c | 329 int phy_count = 0, phy, port = 0, i; in highbank_initialize_phys() local 343 for (phy = 0; phy < phy_count; phy++) { in highbank_initialize_phys() 353 phy_count += 1; in highbank_initialize_phys()
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | port.c | 730 u32 phy_count = 0; in sci_port_is_wide() local 734 phy_count++; in sci_port_is_wide() 738 return phy_count != 1; in sci_port_is_wide()
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | port.c | 732 u32 phy_count = 0; in sci_port_is_wide() local 736 phy_count++; in sci_port_is_wide() 740 return phy_count != 1; in sci_port_is_wide()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.h | 161 x->u.rx_frame.stats.phy_count))
|
H A D | 3945.c | 560 if ((unlikely(rx_stats->phy_count > 20))) { in il3945_hdl_rx() 562 rx_stats->phy_count); in il3945_hdl_rx()
|
H A D | commands.h | 1163 u8 phy_count; member 1193 * stats.phy_count
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.h | 161 x->u.rx_frame.stats.phy_count))
|
H A D | 3945.c | 560 if ((unlikely(rx_stats->phy_count > 20))) { in il3945_hdl_rx() 562 rx_stats->phy_count); in il3945_hdl_rx()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-tegra.c | 1143 unsigned int i, phy_count = 0; in tegra_xusb_get_phy() local 1148 return tegra->phys[phy_count+port]; in tegra_xusb_get_phy() 1150 phy_count += tegra->soc->phy_types[i].num; in tegra_xusb_get_phy()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa_cmd.h | 793 __le16 phy_count; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa_cmd.h | 806 __le16 phy_count; member
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-tegra.c | 1328 unsigned int i, phy_count = 0; in tegra_xusb_get_phy() local 1333 return tegra->phys[phy_count+port]; in tegra_xusb_get_phy() 1335 phy_count += tegra->soc->phy_types[i].num; in tegra_xusb_get_phy()
|