Home
last modified time | relevance | path

Searched refs:ur_probe (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dvmur.c61 static int ur_probe(struct ccw_device *cdev);
73 .probe = ur_probe,
91 * - ur_probe gets a urd reference, ur_remove drops the reference
805 * ur_probe creates the struct urdev (with refcount = 1), the device
811 * ur_probe, ur_remove, ur_set_online and ur_set_offline are serialized
817 static int ur_probe(struct ccw_device *cdev) in ur_probe() function
822 TRACE("ur_probe: cdev=%p\n", cdev); in ur_probe()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dvmur.c63 static int ur_probe(struct ccw_device *cdev);
74 .probe = ur_probe,
93 * - ur_probe gets a urd reference, ur_remove drops the reference
807 * ur_probe creates the struct urdev (with refcount = 1), the device
813 * ur_probe, ur_remove, ur_set_online and ur_set_offline are serialized
819 static int ur_probe(struct ccw_device *cdev) in ur_probe() function
824 TRACE("ur_probe: cdev=%p\n", cdev); in ur_probe()

Completed in 3 milliseconds