Lines Matching defs:enabled

137 	TP_ACPI_WGSV_STATE_WWANPWR	= 0x0002, /* WWAN radio enabled */
141 TP_ACPI_WGSV_STATE_BLTHPWR = 0x0002, /* BLTH radio enabled */
145 TP_ACPI_WGSV_STATE_UWBPWR = 0x0020, /* UWB radio enabled */
251 #define enabled(status, bit) ((status) & (1 << (bit)) ? "enabled" : "disabled")
1383 "enabled" : "disabled");
2018 static u32 hotkey_orig_mask; /* events the BIOS had enabled */
2024 static u32 hotkey_acpi_mask; /* events enabled in firmware */
2220 pr_notice("required events 0x%08x not enabled!\n", wantedmask);
2733 "Hotkey reporting is always enabled");
3342 /* These should be enabled --only-- when ACPI video
3609 pr_info("radio switch emulation enabled\n");
3617 enabled(status, 0));
4266 seq_printf(m, "status:\t\t%s\n", enabled(status, 0));
4282 pr_fmt("hotkey enable/disable functionality has been removed from the driver. Hotkeys are always enabled.\n")))
4283 pr_err("Please remove the hotkey=enable module parameter, it is deprecated. Hotkeys are always enabled.\n");
4362 TP_ACPI_BLUETOOTH_RADIOSSW = 0x02, /* Bluetooth radio enabled */
4569 pr_info("bluetooth switch emulation enabled\n");
4627 TP_ACPI_WANCARD_RADIOSSW = 0x02, /* Wan radio enabled */
4756 pr_info("wwan switch emulation enabled\n");
4815 TP_ACPI_UWB_RADIOSSW = 0x02, /* UWB radio enabled */
4896 pr_info("uwb switch emulation enabled\n");
4938 TP_ACPI_VIDEO_S_LCD = 0x01, /* LCD output enabled */
4939 TP_ACPI_VIDEO_S_CRT = 0x02, /* CRT output enabled */
4940 TP_ACPI_VIDEO_S_DVI = 0x08, /* DVI output enabled */
5081 pr_err("video auto-switch left enabled due to error\n");
5150 pr_err("video auto-switch left enabled due to error\n");
5197 seq_printf(m, "lcd:\t\t%s\n", enabled(status, 0));
5198 seq_printf(m, "crt:\t\t%s\n", enabled(status, 1));
5200 seq_printf(m, "dvi:\t\t%s\n", enabled(status, 3));
5201 seq_printf(m, "auto:\t\t%s\n", enabled(autosw, 0));
5986 /* (1) - may have excess leds enabled on MSB */
6078 pr_notice("warning: userspace override of important firmware LEDs is enabled\n");
6996 pr_notice("ACPI native brightness control enabled\n");
7793 pr_info("Console audio control enabled, mode: %s\n",
8841 pr_info("secondary fan support enabled\n");
8846 pr_info("secondary fan control enabled\n");
9027 (status != 0) ? "enabled" : "disabled", status);
9037 (status != 0) ? "enabled" : "disabled");