Lines Matching defs:enabled
123 * @enabled: MSC is enabled
124 * @wrap: wrapping is enabled
161 unsigned int enabled : 1,
452 * enabled, open() will fail; otherwise existing readers
456 if (msc->enabled) {
758 * into a given MSC. Then, enable tracing and set msc::enabled.
804 msc->enabled = 1;
816 * If @msc is enabled, disable tracing on the switch and then disable MSC
852 msc->enabled = 0;
895 if (msc->enabled) {
1231 * enabled to make sure hardware sees them coherently.
1761 return msc->enabled ? IRQ_HANDLED : IRQ_NONE;
1765 if (!msc->enabled)