Lines Matching refs:muxes
2 I2C muxes and complex topologies
37 There are two variants of locking available to I2C muxes, they can be
38 mux-locked or parent-locked muxes. As is evident from below, it can be
42 In drivers/i2c/muxes/:
80 Mux-locked muxes
83 Mux-locked muxes does not lock the entire parent adapter during the
84 full select-transfer-deselect transaction, only the muxes on the parent
85 adapter are locked. Mux-locked muxes are mostly interesting if the
99 mux-locked muxes that are not siblings, when there are address
101 non-sibling muxes.
108 but mux-locked muxes do not guarantee that in all topologies.
111 gates/muxes, i.e. something that closes automatically after a given
141 2. M1 locks muxes on its parent (the root adapter in this case).
150 8. M1 unlocks muxes on its parent.
157 Parent-locked muxes
160 Parent-locked muxes lock the parent adapter during the full select-
201 2. M1 locks muxes on its parent (the root adapter in this case).
213 10. M1 unlocks muxes on its parent.
238 the full duration of the operation (both muxes lock their parent,
262 full duration of the operation (muxes on the top child adapter of M1
283 for the full duration of the operation (M1 locks child muxes on the
317 duration of the operation (muxes on the top child adapter of M1
319 any point, just as is expected for mux-locked muxes.
326 Two mux-locked sibling muxes
350 Two parent-locked sibling muxes
374 Mux-locked and parent-locked sibling muxes