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) {
756 * into a given MSC. Then, enable tracing and set msc::enabled.
802 msc->enabled = 1;
814 * If @msc is enabled, disable tracing on the switch and then disable MSC
850 msc->enabled = 0;
893 if (msc->enabled) {
1241 * enabled to make sure hardware sees them coherently.
1775 return msc->enabled ? IRQ_HANDLED : IRQ_NONE;
1779 if (!msc->enabled)