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

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c2434 struct cdev **cdevp, struct device **devp)
2480 *cdevp = cdev;
2483 *cdevp = NULL;
2491 struct cdev **cdevp, struct device **devp)
2493 return init_cdev(minor, name, fops, cdevp, devp);
2496 static void cleanup_cdev(struct cdev **cdevp, argument
2506 if (*cdevp) {
2507 cdev_del(*cdevp);
2508 *cdevp = NULL;
2512 void ipath_cdev_cleanup(struct cdev **cdevp, argument
2433 init_cdev(int minor, char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) argument
2490 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.c2266 struct cdev **cdevp, struct device **devp)
2303 *cdevp = cdev;
2308 void qib_cdev_cleanup(struct cdev **cdevp, struct device **devp) argument
2317 if (*cdevp) {
2318 cdev_del(*cdevp);
2319 *cdevp = NULL;
2264 qib_cdev_init(int minor, const char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) argument

Completed in 615 milliseconds