Searched refs:cdevp (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_file_ops.c | 2436 struct cdev **cdevp, struct device **devp) in init_cdev() argument 2482 *cdevp = cdev; in init_cdev() 2485 *cdevp = NULL; in init_cdev() 2493 struct cdev **cdevp, struct device **devp) in ipath_cdev_init() argument 2495 return init_cdev(minor, name, fops, cdevp, devp); in ipath_cdev_init() 2498 static void cleanup_cdev(struct cdev **cdevp, in cleanup_cdev() argument 2508 if (*cdevp) { in cleanup_cdev() 2509 cdev_del(*cdevp); in cleanup_cdev() 2510 *cdevp = NULL; in cleanup_cdev() 2514 void ipath_cdev_cleanup(struct cdev **cdevp, in ipath_cdev_cleanup() argument [all …]
|
D | ipath_kernel.h | 882 struct cdev **cdevp, struct device **devp); 883 void ipath_cdev_cleanup(struct cdev **cdevp,
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_file_ops.c | 2279 struct cdev **cdevp, struct device **devp) in qib_cdev_init() argument 2316 *cdevp = cdev; in qib_cdev_init() 2321 void qib_cdev_cleanup(struct cdev **cdevp, struct device **devp) in qib_cdev_cleanup() argument 2330 if (*cdevp) { in qib_cdev_cleanup() 2331 cdev_del(*cdevp); in qib_cdev_cleanup() 2332 *cdevp = NULL; in qib_cdev_cleanup()
|
D | qib.h | 1149 struct cdev **cdevp, struct device **devp); 1150 void qib_cdev_cleanup(struct cdev **cdevp, struct device **devp);
|