Home
last modified time | relevance | path

Searched refs:kb_wake_angle (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_sysfs.c277 param->kb_wake_angle.data = EC_MOTION_SENSE_NO_VALUE; in kb_wake_angle_show()
286 ret = scnprintf(buf, PAGE_SIZE, "%d\n", resp->kb_wake_angle.ret); in kb_wake_angle_show()
314 param->kb_wake_angle.data = angle; in kb_wake_angle_store()
330 static DEVICE_ATTR_RW(kb_wake_angle);
/Linux-v4.19/include/linux/mfd/
Dcros_ec_commands.h1546 } ec_rate, kb_wake_angle; member
1641 } ec_rate, sensor_odr, sensor_range, kb_wake_angle; member