Searched refs:sonypi_ec_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ |
H A D | sonypi.c | 510 static int sonypi_ec_write(u8 addr, u8 value) in sonypi_ec_write() function 578 if (sonypi_ec_write(SONYPI_SHIB, (sonypi_device.ioport1 & 0xFF00) >> 8)) in sonypi_type2_srs() 580 if (sonypi_ec_write(SONYPI_SLOB, sonypi_device.ioport1 & 0x00FF)) in sonypi_type2_srs() 582 if (sonypi_ec_write(SONYPI_SIRQ, sonypi_device.bits)) in sonypi_type2_srs() 620 if (sonypi_ec_write(SONYPI_SHIB, 0)) in sonypi_type2_dis() 622 if (sonypi_ec_write(SONYPI_SLOB, 0)) in sonypi_type2_dis() 624 if (sonypi_ec_write(SONYPI_SIRQ, 0)) in sonypi_type2_dis() 960 if (sonypi_ec_write(SONYPI_LCD_LIGHT, val8)) in sonypi_misc_ioctl() 1030 if (sonypi_ec_write(SONYPI_FAN0_STATUS, val8)) in sonypi_misc_ioctl()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | sonypi.c | 510 static int sonypi_ec_write(u8 addr, u8 value) in sonypi_ec_write() function 578 if (sonypi_ec_write(SONYPI_SHIB, (sonypi_device.ioport1 & 0xFF00) >> 8)) in sonypi_type2_srs() 580 if (sonypi_ec_write(SONYPI_SLOB, sonypi_device.ioport1 & 0x00FF)) in sonypi_type2_srs() 582 if (sonypi_ec_write(SONYPI_SIRQ, sonypi_device.bits)) in sonypi_type2_srs() 620 if (sonypi_ec_write(SONYPI_SHIB, 0)) in sonypi_type2_dis() 622 if (sonypi_ec_write(SONYPI_SLOB, 0)) in sonypi_type2_dis() 624 if (sonypi_ec_write(SONYPI_SIRQ, 0)) in sonypi_type2_dis() 960 if (sonypi_ec_write(SONYPI_LCD_LIGHT, val8)) in sonypi_misc_ioctl() 1030 if (sonypi_ec_write(SONYPI_FAN0_STATUS, val8)) in sonypi_misc_ioctl()
|
Completed in 6 milliseconds