Searched refs:urdev (Results 1 – 2 of 2) sorted by relevance
104 static struct urdev *urdev_alloc(struct ccw_device *cdev) in urdev_alloc()106 struct urdev *urd; in urdev_alloc()108 urd = kzalloc(sizeof(struct urdev), GFP_KERNEL); in urdev_alloc()123 static void urdev_free(struct urdev *urd) in urdev_free()131 static void urdev_get(struct urdev *urd) in urdev_get()136 static struct urdev *urdev_get_from_cdev(struct ccw_device *cdev) in urdev_get_from_cdev()138 struct urdev *urd; in urdev_get_from_cdev()149 static struct urdev *urdev_get_from_devno(u16 devno) in urdev_get_from_devno()153 struct urdev *urd; in urdev_get_from_devno()164 static void urdev_put(struct urdev *urd) in urdev_put()[all …]
66 struct urdev { struct88 struct urdev *urd; argument