Searched refs:xrs700x (Results 1 – 5 of 5) sorted by relevance
27 struct xrs700x { struct40 struct xrs700x *xrs700x_switch_alloc(struct device *base, void *devpriv); argument41 int xrs700x_switch_register(struct xrs700x *priv);42 void xrs700x_switch_remove(struct xrs700x *priv);43 void xrs700x_switch_shutdown(struct xrs700x *priv);
81 struct xrs700x *priv; in xrs700x_i2c_probe()109 struct xrs700x *priv = i2c_get_clientdata(i2c); in xrs700x_i2c_remove()119 struct xrs700x *priv = i2c_get_clientdata(i2c); in xrs700x_i2c_shutdown()
109 struct xrs700x *priv; in xrs700x_mdio_probe()137 struct xrs700x *priv = dev_get_drvdata(&mdiodev->dev); in xrs700x_mdio_remove()147 struct xrs700x *priv = dev_get_drvdata(&mdiodev->dev); in xrs700x_mdio_shutdown()
2 obj-$(CONFIG_NET_DSA_XRS700X) += xrs700x.o
3783 F: Documentation/devicetree/bindings/net/dsa/arrow,xrs700x.yaml3784 F: drivers/net/dsa/xrs700x/*