Home
last modified time | relevance | path

Searched refs:urdev (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/s390/char/
Dvmur.c101 static struct urdev *urdev_alloc(struct ccw_device *cdev) in urdev_alloc()
103 struct urdev *urd; in urdev_alloc()
105 urd = kzalloc(sizeof(struct urdev), GFP_KERNEL); in urdev_alloc()
119 static void urdev_free(struct urdev *urd) in urdev_free()
127 static void urdev_get(struct urdev *urd) in urdev_get()
132 static struct urdev *urdev_get_from_cdev(struct ccw_device *cdev) in urdev_get_from_cdev()
134 struct urdev *urd; in urdev_get_from_cdev()
145 static struct urdev *urdev_get_from_devno(u16 devno) in urdev_get_from_devno()
149 struct urdev *urd; in urdev_get_from_devno()
160 static void urdev_put(struct urdev *urd) in urdev_put()
[all …]
Dvmur.h62 struct urdev { struct
83 struct urdev *urd; argument