Searched refs:light (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A DMakefile31 obj-$(CONFIG_I2C_PARPORT_LIGHT) += i2c-parport-light.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dapplesmc.c114 /* Indicates whether this computer has light sensors and keyboard backlight. */
115 int light; member in struct:dmi_match_data
131 /* Indicates whether this computer has light sensors and keyboard backlight. */
937 static DEVICE_ATTR(light, 0444, applesmc_light_show, NULL);
1078 applesmc_light = dmi_data->light;
1079 printk(KERN_INFO "applesmc: - Model %s light sensors and backlight\n",
1152 { .accelerometer = 1, .light = 1, .temperature_set = 0 },
1154 { .accelerometer = 1, .light = 0, .temperature_set = 0 },
1156 { .accelerometer = 0, .light = 0, .temperature_set = 1 }
1268 /* Add light senso
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c1675 vdbg_printk(TPACPI_DBG_INIT, "initializing light subdriver\n");
1681 /* light not supported on 570, 600e/x, 770e, 770x, G4x, R30, R31 */
1682 tp_features.light = (cmos_handle || lght_handle) && !ledb_handle;
1684 if (tp_features.light)
1685 /* light status not supported on
1690 vdbg_printk(TPACPI_DBG_INIT, "light is %s\n",
1691 str_supported(tp_features.light));
1693 return (tp_features.light)? 0 : 1;
1701 if (!tp_features.light) {
1722 if (!tp_features.light)
4192 IBM_PARAM(light); variable
[all...]
H A Dthinkpad_acpi.h231 u16 light:1; member in struct:__anon5126

Completed in 98 milliseconds