Lines Matching refs:cdevp
2437 struct cdev **cdevp, struct device **devp) in init_cdev() argument
2483 *cdevp = cdev; in init_cdev()
2486 *cdevp = NULL; in init_cdev()
2494 struct cdev **cdevp, struct device **devp) in ipath_cdev_init() argument
2496 return init_cdev(minor, name, fops, cdevp, devp); in ipath_cdev_init()
2499 static void cleanup_cdev(struct cdev **cdevp, in cleanup_cdev() argument
2509 if (*cdevp) { in cleanup_cdev()
2510 cdev_del(*cdevp); in cleanup_cdev()
2511 *cdevp = NULL; in cleanup_cdev()
2515 void ipath_cdev_cleanup(struct cdev **cdevp, in ipath_cdev_cleanup() argument
2518 cleanup_cdev(cdevp, devp); in ipath_cdev_cleanup()