Searched refs:init_cdev (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_file_ops.c | 2436 static int init_cdev(int minor, char *name, const struct file_operations *fops, in init_cdev() function 2496 return init_cdev(minor, name, fops, cdevp, devp); in ipath_cdev_init() 2578 ret = init_cdev(0, "ipath", &ipath_file_ops, &wildcard_cdev, in ipath_user_add() 2591 ret = init_cdev(dd->ipath_unit + 1, name, &ipath_file_ops, in ipath_user_add()
|