get_ccwdev_by_busid(9) centos man page | unix.com

Man Page: get_ccwdev_by_busid

Operating Environment: centos

Section: 9

GET_CCWDEV_BY_BUSID(9)						    The ccw bus 					    GET_CCWDEV_BY_BUSID(9)

NAME
get_ccwdev_by_busid - obtain device from a bus id
SYNOPSIS
struct ccw_device * get_ccwdev_by_busid(struct ccw_driver * cdrv, const char * bus_id);
ARGUMENTS
cdrv driver the device is owned by bus_id bus id of the device to be searched
DESCRIPTION
This function searches all devices owned by cdrv for a device with a bus id matching bus_id.
RETURNS
If a match is found, its reference count of the found device is increased and it is returned; else NULL is returned.
AUTHOR
Cornelia Huck <cornelia.huck@de.ibm.com> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 GET_CCWDEV_BY_BUSID(9)
Related Man Pages
ccw_device_start(9) - centos
ccw_device_start_timeout_key(9) - centos
i2c_add_numbered_adapter(9) - centos
ccw_device_start_timeout(9) - suse
struct_ccw_driver(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Docker learning Phase-I