Obtain device from a ccw device id
struct ccw_device * get_ccwdev_by_dev_id(struct ccw_dev_id * dev_id);
dev_id
id of the device to be searched
This function searches all devices attached to the ccw bus for a device matching dev_id.
If a device is found its reference count is increased and returned; else NULL is returned.
Cornelia Huck <[email protected]>
Author.