Lines Matching +full:in +full:- +full:between
6 ------------
15 Device connections are generic descriptions of any type of connection between
18 Device connections alone do not create a dependency between the two devices.
20 A dependency between the two devices exists only if one of the two endpoint
22 defined in firmware (not yet supported) or they can be built-in.
25 -----
27 Device connections should exist before device ``->probe`` callback is called for
28 either endpoint device in the description. If the connections are defined in
30 descriptions are "built-in", and need to be added separately.
34 is needed if there are multiple connections between the two devices.
36 After a description exists, the devices in it can request reference to the other
40 ---
42 .. kernel-doc:: drivers/base/devcon.c