Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/hfi1/
Ddevice.h14 void hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp);
Ddevice.c77 void hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp) in hfi1_cdev_cleanup() function
Dfile_ops.c1681 hfi1_cdev_cleanup(&dd->user_cdev, &dd->user_device); in user_remove()