Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cdx/
H A Dcdx.c119 static int cdx_unregister_device(struct device *dev, in cdx_unregister_device() function
139 bus_for_each_dev(bus, NULL, NULL, cdx_unregister_device); in cdx_unregister_devices()
318 ret = cdx_unregister_device(dev, NULL); in remove_store()
544 device_for_each_child(cdx->dev, NULL, cdx_unregister_device); in cdx_unregister_controller()