Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dtape.h152 void (*cleanup_device)(struct tape_device *); member
H A Dtape_core.c414 device->discipline->cleanup_device(device); in tape_generic_online()
425 device->discipline->cleanup_device(device); in tape_cleanup_device()
H A Dtape_34xx.c1161 .cleanup_device = tape_34xx_cleanup_device,
H A Dtape_3590.c1623 .cleanup_device = tape_3590_cleanup_device,
/linux/drivers/sh/maple/
H A Dmaple.c800 goto cleanup_device; in maple_bus_init()
880 cleanup_device: in maple_bus_init()
/linux/Documentation/dev-tools/kunit/
H A Dusage.rst633 static void cleanup_device(void *ctx)
646 kunit_add_action(test, &cleanup_device, &dev);