Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/char/
Dvmur.c102 static struct urdev *urdev_alloc(struct ccw_device *cdev) in urdev_alloc()
104 struct urdev *urd; in urdev_alloc()
106 urd = kzalloc(sizeof(struct urdev), GFP_KERNEL); in urdev_alloc()
120 static void urdev_free(struct urdev *urd) in urdev_free()
128 static void urdev_get(struct urdev *urd) in urdev_get()
133 static struct urdev *urdev_get_from_cdev(struct ccw_device *cdev) in urdev_get_from_cdev()
135 struct urdev *urd; in urdev_get_from_cdev()
146 static struct urdev *urdev_get_from_devno(u16 devno) in urdev_get_from_devno()
150 struct urdev *urd; in urdev_get_from_devno()
161 static void urdev_put(struct urdev *urd) in urdev_put()
[all …]
Dvmur.h65 struct urdev { struct
86 struct urdev *urd; argument