nphys              61 drivers/phy/marvell/phy-berlin-sata.c 	unsigned		nphys;
nphys             162 drivers/phy/marvell/phy-berlin-sata.c 	if (WARN_ON(args->args[0] >= priv->nphys))
nphys             165 drivers/phy/marvell/phy-berlin-sata.c 	for (i = 0; i < priv->nphys; i++) {
nphys             170 drivers/phy/marvell/phy-berlin-sata.c 	if (i == priv->nphys)
nphys             214 drivers/phy/marvell/phy-berlin-sata.c 	priv->nphys = of_get_child_count(dev->of_node);
nphys             215 drivers/phy/marvell/phy-berlin-sata.c 	if (priv->nphys == 0)
nphys             218 drivers/phy/marvell/phy-berlin-sata.c 	priv->phys = devm_kcalloc(dev, priv->nphys, sizeof(*priv->phys),
nphys             313 drivers/phy/mediatek/phy-mtk-tphy.c 	int nphys;
nphys             998 drivers/phy/mediatek/phy-mtk-tphy.c 	for (index = 0; index < tphy->nphys; index++)
nphys            1085 drivers/phy/mediatek/phy-mtk-tphy.c 	tphy->nphys = of_get_child_count(np);
nphys            1086 drivers/phy/mediatek/phy-mtk-tphy.c 	tphy->phys = devm_kcalloc(dev, tphy->nphys,
nphys             111 drivers/phy/mediatek/phy-mtk-xsphy.c 	int nphys;
nphys             453 drivers/phy/mediatek/phy-mtk-xsphy.c 	for (index = 0; index < xsphy->nphys; index++)
nphys             506 drivers/phy/mediatek/phy-mtk-xsphy.c 	xsphy->nphys = of_get_child_count(np);
nphys             507 drivers/phy/mediatek/phy-mtk-xsphy.c 	xsphy->phys = devm_kcalloc(dev, xsphy->nphys,
nphys             227 drivers/phy/st/phy-miphy28lp.c 	int nphys;
nphys            1111 drivers/phy/st/phy-miphy28lp.c 	for (index = 0; index < miphy_dev->nphys; index++)
nphys            1203 drivers/phy/st/phy-miphy28lp.c 	miphy_dev->nphys = of_get_child_count(np);
nphys            1204 drivers/phy/st/phy-miphy28lp.c 	miphy_dev->phys = devm_kcalloc(&pdev->dev, miphy_dev->nphys,
nphys              72 drivers/phy/st/phy-stm32-usbphyc.c 	int nphys;
nphys             149 drivers/phy/st/phy-stm32-usbphyc.c 	for (i = 0; i < usbphyc->nphys; i++)
nphys             276 drivers/phy/st/phy-stm32-usbphyc.c 	for (port = 0; port < usbphyc->nphys; port++) {
nphys             351 drivers/phy/st/phy-stm32-usbphyc.c 	usbphyc->nphys = of_get_child_count(np);
nphys             352 drivers/phy/st/phy-stm32-usbphyc.c 	usbphyc->phys = devm_kcalloc(dev, usbphyc->nphys,
nphys             394 drivers/phy/st/phy-stm32-usbphyc.c 		if (ret || index > usbphyc->nphys) {
nphys            3779 drivers/scsi/hpsa.c 		u32 nphys;
nphys            3783 drivers/scsi/hpsa.c 		nphys = be32_to_cpu(*((__be32 *)lbuf->LUNListLength)) / 8;
nphys            3784 drivers/scsi/hpsa.c 		for (i = 0; i < nphys; i++)
nphys             105 drivers/staging/mt7621-pci-phy/pci-mt7621-phy.c 	int nphys;
nphys             335 drivers/staging/mt7621-pci-phy/pci-mt7621-phy.c 	phy->nphys = MAX_PHYS;
nphys             336 drivers/staging/mt7621-pci-phy/pci-mt7621-phy.c 	phy->phys = devm_kcalloc(dev, phy->nphys,