other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CCWGROUP_CREATE_DEV(9) | The ccwgroup bus | CCWGROUP_CREATE_DEV(9) |
NAME¶
ccwgroup_create_dev - create and register a ccw group deviceSYNOPSIS¶
int
ccwgroup_create_dev(struct device * parent,
struct ccwgroup_driver * gdrv,
int num_devices,
const char * buf);
ARGUMENTS¶
parentparent 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
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.RETURNS¶
CONTEXT¶
non-atomicAUTHOR¶
Cornelia Huck <cornelia.huck@de.ibm.com>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |