Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_file_ops.c2437 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
[all …]
Dipath_kernel.h883 struct cdev **cdevp, struct device **devp);
884 void ipath_cdev_cleanup(struct cdev **cdevp,
/linux-4.1.27/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);