b53_switch_alloc
EXPORT_SYMBOL(b53_switch_alloc);
dev = b53_switch_alloc(&mdiodev->dev, &b53_mdio_ops, mdiodev->bus);
dev = b53_switch_alloc(&pdev->dev, &b53_mmap_ops, priv);
struct b53_device *b53_switch_alloc(struct device *base,
dev = b53_switch_alloc(&spi->dev, &b53_spi_ops, spi);
dev = b53_switch_alloc(&pdev->dev, &b53_srab_ops, priv);
dev = b53_switch_alloc(&pdev->dev, &bcm_sf2_io_ops, priv);