Lines Matching defs:light
336 u32 light:1;
3272 * automatically mute the mic or change the mute light.
5420 if (tp_features.light) {
5461 vdbg_printk(TPACPI_DBG_INIT, "initializing light subdriver\n");
5469 /* light not supported on 570, 600e/x, 770e, 770x, G4x, R30, R31 */
5470 tp_features.light = (cmos_handle || lght_handle) && !ledb_handle;
5472 if (tp_features.light)
5473 /* light status not supported on
5478 vdbg_printk(TPACPI_DBG_INIT, "light is %s, light status is %s\n",
5479 str_supported(tp_features.light),
5482 if (!tp_features.light)
5489 tp_features.light = 0;
5507 if (!tp_features.light) {
5528 if (!tp_features.light)
5544 .name = "light",
11576 TPACPI_PARAM(light);