Home
last modified time | relevance | path

Searched refs:mdio_device_put (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/pcs/
H A Dpcs-lynx.c380 * anymore, and putting it here will allow mdio_device_put() in in lynx_pcs_create_mdiodev()
383 mdio_device_put(mdio); in lynx_pcs_create_mdiodev()
416 * anymore, and putting it here will allow mdio_device_put() in in lynx_pcs_create_fwnode()
419 mdio_device_put(mdio); in lynx_pcs_create_fwnode()
429 mdio_device_put(lynx->mdio); in lynx_pcs_destroy()
H A Dpcs-xpcs.c1430 mdio_device_put(xpcs->mdiodev); in xpcs_free_data()
1537 * anymore, and putting it here will allow mdio_device_put() in in xpcs_create_mdiodev()
1540 mdio_device_put(mdiodev); in xpcs_create_mdiodev()
1585 * anymore, and putting it here will allow mdio_device_put() in in xpcs_create_fwnode()
1588 mdio_device_put(mdiodev); in xpcs_create_fwnode()
/linux/include/linux/
H A Dmdio.h104 static inline void mdio_device_put(struct mdio_device *mdiodev) in mdio_device_put() function