Searched defs:cdevp (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c2433 struct cdev **cdevp, struct device **devp)
2479 *cdevp = cdev;
2482 *cdevp = NULL;
2490 struct cdev **cdevp, struct device **devp)
2492 return init_cdev(minor, name, fops, cdevp, devp);
2495 static void cleanup_cdev(struct cdev **cdevp, argument
2505 if (*cdevp) {
2506 cdev_del(*cdevp);
2507 *cdevp = NULL;
2511 void ipath_cdev_cleanup(struct cdev **cdevp, argument
2432 init_cdev(int minor, char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) argument
2489 ipath_cdev_init(int minor, char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) argument
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c2179 struct cdev **cdevp, struct device **devp)
2219 *cdevp = cdev;
2224 void qib_cdev_cleanup(struct cdev **cdevp, struct device **devp) argument
2233 if (*cdevp) {
2234 cdev_del(*cdevp);
2235 *cdevp = NULL;
2177 qib_cdev_init(int minor, const char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) argument

Completed in 48 milliseconds