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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsonypi.c541 static int sonypi_ec_read(u8 addr, u8 *value) function
559 if (sonypi_ec_read(addr, &val_lb))
561 if (sonypi_ec_read(addr + 1, &val_hb))
952 if (sonypi_ec_read(SONYPI_LCD_LIGHT, &val8)) {
1000 if (sonypi_ec_read(SONYPI_BAT_FLAGS, &val8)) {
1022 if (sonypi_ec_read(SONYPI_FAN0_STATUS, &val8)) {
1039 if (sonypi_ec_read(SONYPI_TEMP_STATUS, &val8)) {

Completed in 46 milliseconds