Searched refs:b53_switch_alloc (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/dsa/b53/ |
H A D | b53_spi.c | 301 dev = b53_switch_alloc(&spi->dev, &b53_spi_ops, spi); in b53_spi_probe()
|
H A D | b53_mdio.c | 335 dev = b53_switch_alloc(&mdiodev->dev, &b53_mdio_ops, mdiodev->bus); in b53_mdio_probe()
|
H A D | b53_mmap.c | 415 dev = b53_switch_alloc(&pdev->dev, &b53_mmap_ops, priv); in b53_mmap_probe()
|
H A D | b53_priv.h | 267 struct b53_device *b53_switch_alloc(struct device *base,
|
H A D | b53_common.c | 3027 struct b53_device *b53_switch_alloc(struct device *base, in b53_switch_alloc() function 3067 EXPORT_SYMBOL(b53_switch_alloc);
|
/linux/drivers/net/dsa/ |
H A D | bcm_sf2.c | 1386 dev = b53_switch_alloc(&pdev->dev, &bcm_sf2_io_ops, priv); in bcm_sf2_sw_probe()
|