Searched refs:init_cdev (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_file_ops.c | 2435 static int init_cdev(int minor, char *name, const struct file_operations *fops, in init_cdev() function 2495 return init_cdev(minor, name, fops, cdevp, devp); in ipath_cdev_init() 2577 ret = init_cdev(0, "ipath", &ipath_file_ops, &wildcard_cdev, in ipath_user_add() 2590 ret = init_cdev(dd->ipath_unit + 1, name, &ipath_file_ops, in ipath_user_add()
|