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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c2429 struct cdev **cdevp, struct device **devp)
2475 *cdevp = cdev;
2478 *cdevp = NULL;
2486 struct cdev **cdevp, struct device **devp)
2488 return init_cdev(minor, name, fops, cdevp, devp);
2491 static void cleanup_cdev(struct cdev **cdevp, argument
2501 if (*cdevp) {
2502 cdev_del(*cdevp);
2503 *cdevp = NULL;
2507 void ipath_cdev_cleanup(struct cdev **cdevp, argument
2428 init_cdev(int minor, char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) argument
2485 ipath_cdev_init(int minor, char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) argument
[all...]
H A Dipath_kernel.h882 struct cdev **cdevp, struct device **devp);
883 void ipath_cdev_cleanup(struct cdev **cdevp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c2168 struct cdev **cdevp, struct device **devp)
2208 *cdevp = cdev;
2213 void qib_cdev_cleanup(struct cdev **cdevp, struct device **devp) argument
2222 if (*cdevp) {
2223 cdev_del(*cdevp);
2224 *cdevp = NULL;
2166 qib_cdev_init(int minor, const char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) argument
H A Dqib.h1061 struct cdev **cdevp, struct device **devp);
1062 void qib_cdev_cleanup(struct cdev **cdevp, struct device **devp);

Completed in 66 milliseconds