Lines Matching defs:light
313 u32 light:1;
3375 * automatically mute the mic or change the mute light.
5537 if (tp_features.light) {
5577 vdbg_printk(TPACPI_DBG_INIT, "initializing light subdriver\n");
5585 /* light not supported on 570, 600e/x, 770e, 770x, G4x, R30, R31 */
5586 tp_features.light = (cmos_handle || lght_handle) && !ledb_handle;
5588 if (tp_features.light)
5589 /* light status not supported on
5594 vdbg_printk(TPACPI_DBG_INIT, "light is %s, light status is %s\n",
5595 str_supported(tp_features.light),
5598 if (!tp_features.light)
5605 tp_features.light = 0;
5623 if (!tp_features.light) {
5644 if (!tp_features.light)
5660 .name = "light",
10529 TPACPI_PARAM(light);