1CLASS_COMPAT_CREATE_(9) Device drivers infrastructure CLASS_COMPAT_CREATE_(9)
2
3
4
6 class_compat_create_link - create a compatibility class device link to
7 a bus device
8
10 int class_compat_create_link(struct class_compat * cls,
11 struct device * dev,
12 struct device * device_link);
13
15 cls
16 the compatibility class
17
18 dev
19 the target bus device
20
21 device_link
22 an optional device to which a “device” link should be created
23
25Kernel Hackers Manual 2.6. June 2019 CLASS_COMPAT_CREATE_(9)