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

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c2432 static int init_cdev(int minor, char *name, const struct file_operations *fops, function
2492 return init_cdev(minor, name, fops, cdevp, devp);
2574 ret = init_cdev(0, "ipath", &ipath_file_ops, &wildcard_cdev,
2587 ret = init_cdev(dd->ipath_unit + 1, name, &ipath_file_ops,

Completed in 34 milliseconds