1CCWGROUP_CREATE_DEV(9) The ccwgroup bus CCWGROUP_CREATE_DEV(9)
2
3
4
6 ccwgroup_create_dev - create and register a ccw group device
7
9 int ccwgroup_create_dev(struct device * parent,
10 struct ccwgroup_driver * gdrv, int num_devices,
11 const char * buf);
12
14 parent
15 parent device for the new device
16
17 gdrv
18 driver for the new group device
19
20 num_devices
21 number of slave devices
22
23 buf
24 buffer containing comma separated bus ids of slave devices
25
27 Create and register a new ccw group device as a child of parent. Slave
28 devices are obtained from the list of bus ids given in buf.
29
31 0 on success and an error code on failure.
32
34 non-atomic
35
37 Cornelia Huck <cornelia.huck@de.ibm.com>
38 Author.
39
41Kernel Hackers Manual 3.10 June 2019 CCWGROUP_CREATE_DEV(9)