Searched refs:cleanup_dev (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/crypto/ccp/ |
| H A D | sfs.c | 270 goto cleanup_dev; in sfs_dev_init() 306 cleanup_dev: in sfs_dev_init()
|
| /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()
|
| /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()
|