Searched refs:cdevp (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_file_ops.c2436 struct cdev **cdevp, struct device **devp) init_cdev()
2482 *cdevp = cdev; init_cdev()
2485 *cdevp = NULL; init_cdev()
2493 struct cdev **cdevp, struct device **devp) ipath_cdev_init()
2495 return init_cdev(minor, name, fops, cdevp, devp); ipath_cdev_init()
2498 static void cleanup_cdev(struct cdev **cdevp, cleanup_cdev() argument
2508 if (*cdevp) { cleanup_cdev()
2509 cdev_del(*cdevp); cleanup_cdev()
2510 *cdevp = NULL; cleanup_cdev()
2514 void ipath_cdev_cleanup(struct cdev **cdevp, ipath_cdev_cleanup() argument
2517 cleanup_cdev(cdevp, devp); ipath_cdev_cleanup()
2435 init_cdev(int minor, char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) init_cdev() argument
2492 ipath_cdev_init(int minor, char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) ipath_cdev_init() argument
H A Dipath_kernel.h882 struct cdev **cdevp, struct device **devp);
883 void ipath_cdev_cleanup(struct cdev **cdevp,
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c2279 struct cdev **cdevp, struct device **devp) qib_cdev_init()
2316 *cdevp = cdev; qib_cdev_init()
2321 void qib_cdev_cleanup(struct cdev **cdevp, struct device **devp) qib_cdev_cleanup() argument
2330 if (*cdevp) { qib_cdev_cleanup()
2331 cdev_del(*cdevp); qib_cdev_cleanup()
2332 *cdevp = NULL; qib_cdev_cleanup()
2277 qib_cdev_init(int minor, const char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) qib_cdev_init() argument
H A Dqib.h1149 struct cdev **cdevp, struct device **devp);
1150 void qib_cdev_cleanup(struct cdev **cdevp, struct device **devp);

Completed in 152 milliseconds