Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/sbus/char/
Doradax.c228 static struct cdev c_dev; variable
338 cdev_init(&c_dev, &dax_fops); in dax_attach()
339 if (cdev_add(&c_dev, first, 1) == -1) { in dax_attach()
363 cdev_del(&c_dev); in dax_detach()