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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/lemote-2f/
H A Dec_kb3310b.c37 void ec_write(unsigned short addr, unsigned char val) function
51 EXPORT_SYMBOL_GPL(ec_write); variable
H A Dreset.c84 ec_write(REG_RESET, BIT_RESET_ON);
H A Dec_kb3310b.h17 extern void ec_write(unsigned short addr, unsigned char val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dec_sys.c89 err = ec_write(*off, byte_write);
H A Dsbshc.c97 return ec_write(hc->offset + address, data);
H A Dec.c415 int ec_write(u8 addr, u8 val) function
427 EXPORT_SYMBOL(ec_write); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dmsi-laptop.c192 result = ec_write(MSI_STANDARD_EC_COMMAND_ADDRESS, wdata);
726 result = ec_write(MSI_STANDARD_EC_SCM_LOAD_ADDRESS,
752 result = ec_write(MSI_STANDARD_EC_SCM_LOAD_ADDRESS,
H A Dcompal-laptop.c276 ec_write(BACKLIGHT_LEVEL_ADDR, level);
360 ec_write(WIRELESS_ADDR, value);
392 ec_write(ADDR, state ? (old_val | MASK) : (old_val & ~MASK)); \
H A Dacerhdf.c261 ec_write(bios_cfg->fanreg, cmd);
H A Deeepc-laptop.c967 ec_write(EEEPC_EC_FAN_PWM, value);
1000 ec_write(EEEPC_EC_FAN_CTRL, value);
H A Dthinkpad_acpi.c652 if (ec_write(i, v) < 0)
5128 rc = ec_write(TPACPI_LED_EC_HLMS, (1 << led));
5130 rc = ec_write(TPACPI_LED_EC_HLBL,
5133 rc = ec_write(TPACPI_LED_EC_HLCL,
7371 if (ec_write(fan_select_offset, val) < 0)
7388 if (ec_write(fan_select_offset, val) < 0)
H A Dwmi.c900 result = ec_write(address, temp);
H A Dacer-wmi.c516 return ec_write(0x83, value);
H A Dsony-laptop.c2069 return ec_write(SONY_PIC_FAN0_STATUS, value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dacpi.h150 extern int ec_write(u8 addr, u8 val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsonypi.c529 return ec_write(addr, value);
594 printk(KERN_WARNING "ec_write failed\n");
596 printk(KERN_WARNING "ec_write failed\n");
598 printk(KERN_WARNING "ec_write failed\n");
636 printk(KERN_WARNING "ec_write failed\n");
638 printk(KERN_WARNING "ec_write failed\n");
640 printk(KERN_WARNING "ec_write failed\n");

Completed in 139 milliseconds