Lines Matching defs:disabled
48 bool disabled;
66 * disabled
68 * disabled
69 * disabled_keys [rw] - bitmap of keys currently disabled
70 * disabled_switches [rw] - bitmap of switches currently disabled
74 * is disabled.
85 * to file disabled_switches. Now proximity and dock IRQs are disabled.
127 * @bdata: button data for button to be disabled
140 if (!bdata->disabled) {
151 bdata->disabled = true;
157 * @bdata: button data for button to be disabled
167 if (bdata->disabled) {
169 bdata->disabled = false;
179 * currently disabled or all buttons that can be
180 * disabled
182 * This function writes buttons that can be disabled to @buf. If
184 * that are currently disabled. Returns 0 on success or negative
206 if (only_disabled && !bdata->disabled)
625 * If platform has specified that the button can be disabled,