Searched refs:cleanup_dev (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/crypto/ccp/ |
H A D | dbc.c | 211 goto cleanup_dev; in dbc_dev_init() 245 cleanup_dev: in dbc_dev_init()
|
/openbmc/linux/drivers/char/xillybus/ |
H A D | xillyusb.c | 547 static void cleanup_dev(struct kref *kref) in cleanup_dev() function 609 kref_put(&xdev->kref, cleanup_dev); in wakeup_all() 1421 kref_put(&xdev->kref, cleanup_dev); in xillyusb_open() 1426 kref_put(&xdev->kref, cleanup_dev); in xillyusb_open() 1772 kref_put(&xdev->kref, cleanup_dev); in xillyusb_release() 2194 kref_put(&xdev->kref, cleanup_dev); in xillyusb_probe() 2262 kref_put(&xdev->kref, cleanup_dev); in xillyusb_disconnect()
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_probe.c | 418 static int cleanup_dev(struct device *dev, void *data) in cleanup_dev() function 445 bus_for_each_dev(bus, NULL, &info, cleanup_dev); in xenbus_cleanup_devices()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 2415 goto cleanup_dev; in ip_vs_init() 2422 cleanup_dev: in ip_vs_init()
|