Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_file_ops.c2436 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 …]
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/
Dqib_file_ops.c2279 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()
Dqib.h1149 struct cdev **cdevp, struct device **devp);
1150 void qib_cdev_cleanup(struct cdev **cdevp, struct device **devp);