1. NAME▲
ccwgroup_create_dev - create and register a ccw group device
2. SYNOPSIS ▲
int ccwgroup_create_dev(struct device * parent , struct ccwgroup_driver * gdrv , int num_devices , const char * buf );
3. ARGUMENTS ▲
parent
parent device for the new device
gdrv
driver for the new group device
num_devices
number of slave devices
buf
buffer containing comma separated bus ids of slave devices
4. DESCRIPTION ▲
Create and register a new ccw group device as a child of parent. Slave devices are obtained from the list of bus ids given in buf.
5. RETURNS ▲
0 on success and an error code on failure.
6. CONTEXT ▲
non-atomic
7. AUTHOR ▲
Cornelia Huck <>
Author.
8. COPYRIGHT ▲