Lines Matching defs:enabled
446 * and all enabled links are locked.
477 /* Make sure all enabled links are locked (4ms max). */
490 dev_err(&priv->client->dev, "Not all enabled links locked\n");
707 * All enabled sources have probed and enabled their reverse control
1125 * Link ordering values for all enabled links combinations. Orders must
1126 * be assigned sequentially from 0 to the number of enabled links
1128 * enabled links first, and use the remaining order values for disabled
1295 unsigned int enabled = 0;
1312 enabled |= BIT(to_index(priv, source));
1319 if (enabled & BIT(to_index(priv, source)))
1437 /* Identify which i2c-mux channels are enabled */
1642 * The MAX9286 starts by default with all ports enabled, we disable all
1649 * The MAX9286 initialises with auto-acknowledge enabled by default.
1651 * disable it early. It will be enabled only as and when needed.