Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Ddevice.h55 void hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp);
Ddevice.c99 void hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp) in hfi1_cdev_cleanup() function
Dfile_ops.c1674 hfi1_cdev_cleanup(&dd->user_cdev, &dd->user_device); in user_remove()