Lines Matching refs:muxes
35 There are two variants of locking available to i2c muxes, they can be
36 mux-locked or parent-locked muxes. As is evident from below, it can be
40 In drivers/i2c/muxes/
69 Mux-locked muxes
72 Mux-locked muxes does not lock the entire parent adapter during the
73 full select-transfer-deselect transaction, only the muxes on the parent
74 adapter are locked. Mux-locked muxes are mostly interesting if the
87 mux-locked muxes that are not siblings, when there are address
89 non-sibling muxes.
96 but mux-locked muxes do not guarantee that in all topologies.
99 gates/muxes, i.e. something that closes automatically after a given
125 2. M1 locks muxes on its parent (the root adapter in this case).
134 8. M1 unlocks muxes on its parent.
141 Parent-locked muxes
144 Parent-locked muxes lock the parent adapter during the full select-
181 2. M1 locks muxes on its parent (the root adapter in this case).
193 10. M1 unlocks muxes on its parent.
218 the full duration of the operation (both muxes lock their parent,
242 full duration of the operation (muxes on the top child adapter of M1
263 for the full duration of the operation (M1 locks child muxes on the
297 duration of the operation (muxes on the top child adapter of M1
299 any point, just as is expected for mux-locked muxes.
306 Two mux-locked sibling muxes
330 Two parent-locked sibling muxes
354 Mux-locked and parent-locked sibling muxes