Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dtape.h152 void (*cleanup_device)(struct tape_device *); member
H A Dtape_core.c413 device->discipline->cleanup_device(device); in tape_generic_online()
424 device->discipline->cleanup_device(device); in tape_cleanup_device()
H A Dtape_34xx.c1160 .cleanup_device = tape_34xx_cleanup_device,
H A Dtape_3590.c1622 .cleanup_device = tape_3590_cleanup_device,
/openbmc/linux/drivers/sh/maple/
H A Dmaple.c800 goto cleanup_device; in maple_bus_init()
880 cleanup_device: in maple_bus_init()
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dusage.rst637 static void cleanup_device(void *ctx)
650 kunit_add_action(test, &cleanup_device, &dev);