1. NAME▲

get_ccwdev_by_busid - obtain device from a bus id

2. SYNOPSIS ▲

struct ccw_device * get_ccwdev_by_busid(struct ccw_driver *  cdrv , const char *  bus_id );

3. ARGUMENTS ▲

cdrv
    driver the device is owned by

bus_id
    bus id of the device to be searched

4. DESCRIPTION ▲

This function searches all devices owned by cdrv for a device with a bus id matching bus_id.

5. RETURNS ▲

If a match is found, its reference count of the found device is increased and it is returned; else NULL is returned.

6. AUTHOR ▲

Cornelia Huck <>
    Author.

7. COPYRIGHT ▲