Home | History | Annotate | Download | only in gesture_test

Lines Matching refs:write_sysfs_int

100 int write_sysfs_int(char *filename, int data)
208 if (write_sysfs_int(mpu.flick_int_on, en) < 0) {
219 if (write_sysfs_int(mpu.flick_upper, flickUpper) < 0) {
224 if (write_sysfs_int(mpu.flick_lower, flickLower) < 0) {
229 if (write_sysfs_int(mpu.flick_counter, flickCounter) < 0) {
234 if (write_sysfs_int(mpu.flick_message_on, 0) < 0) {
239 if (write_sysfs_int(mpu.flick_axis, 0) < 0) {
249 if (write_sysfs_int(mpu.tap_on, en) < 0) {
259 if (write_sysfs_int(mpu.display_orientation_on, en) < 0) {
269 if (write_sysfs_int(mpu.orientation_on, en) < 0) {