Query: get_ccwdev_by_dev_id
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GET_CCWDEV_BY_DEV_ID(9) The ccw bus GET_CCWDEV_BY_DEV_ID(9)NAMEget_ccwdev_by_dev_id - obtain device from a ccw device idSYNOPSISstruct ccw_device * get_ccwdev_by_dev_id(struct ccw_dev_id * dev_id);ARGUMENTSdev_id id of the device to be searchedDESCRIPTIONThis function searches all devices attached to the ccw bus for a device matching dev_id.RETURNSIf a device is found its reference count is increased and returned; else NULL is returned.AUTHORCornelia Huck <cornelia.huck@de.ibm.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 GET_CCWDEV_BY_DEV_ID(9)