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

/linux-4.1.27/drivers/s390/char/
H A Dvmur.c60 static int ur_probe(struct ccw_device *cdev);
72 .probe = ur_probe,
90 * - ur_probe gets a urd reference, ur_remove drops the reference
816 * ur_probe creates the struct urdev (with refcount = 1), the device
822 * ur_probe, ur_remove, ur_set_online and ur_set_offline are serialized
828 static int ur_probe(struct ccw_device *cdev) ur_probe() function
833 TRACE("ur_probe: cdev=%p\n", cdev); ur_probe()

Completed in 52 milliseconds