Home
last modified time | relevance | path

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

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