Searched refs:cdev_del (Results 1 – 3 of 3) sorted by relevance
326 cdev_del(&vol->cdev); in ubi_create_volume()391 cdev_del(&vol->cdev); in ubi_remove_volume()618 cdev_del(&vol->cdev); in ubi_add_volume()635 cdev_del(&vol->cdev); in ubi_free_volume()
566 cdev_del(&ubi->cdev); in uif_init()586 cdev_del(&ubi->cdev); in uif_close()
272 #define cdev_del(...) do { } while (0) macro