Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddevice.h57 void hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp);
Ddevice.c100 void hfi1_cdev_cleanup(struct cdev *cdev, struct device **devp) in hfi1_cdev_cleanup() function
Ddiag.c320 hfi1_cdev_cleanup(&dd->hfi1_snoop.cdev, &dd->hfi1_snoop.class_dev); in hfi1_snoop_remove()
329 hfi1_cdev_cleanup(&diagpkt_cdev, &diagpkt_device); in hfi1_diag_remove()
330 hfi1_cdev_cleanup(&dd->diag_cdev, &dd->diag_device); in hfi1_diag_remove()
600 hfi1_cdev_cleanup(&dd->hfi1_snoop.cdev, in hfi1_snoop_add()
Dfile_ops.c2088 hfi1_cdev_cleanup(&wildcard_cdev, &wildcard_device); in user_remove()
2090 hfi1_cdev_cleanup(&dd->user_cdev, &dd->user_device); in user_remove()
2091 hfi1_cdev_cleanup(&dd->ui_cdev, &dd->ui_device); in user_remove()