Lines Matching refs:sysfs_emit
1039 return sysfs_emit(buf, "%dx%d\n", in show_tabletSize()
1067 return sysfs_emit(buf, "%s\n", map_val_to_str(pointer_mode_map, in show_tabletPointerMode()
1103 return sysfs_emit(buf, "%s\n", map_val_to_str(coordinate_mode_map, in show_tabletCoordinateMode()
1144 return sysfs_emit(buf, "%s\n", map_val_to_str(tool_mode_map, in show_tabletToolMode()
1174 return sysfs_emit(buf, "disable\n"); in show_tabletXtilt()
1176 return sysfs_emit(buf, "%d\n", aiptek->curSetting.xTilt); in show_tabletXtilt()
1215 return sysfs_emit(buf, "disable\n"); in show_tabletYtilt()
1217 return sysfs_emit(buf, "%d\n", aiptek->curSetting.yTilt); in show_tabletYtilt()
1255 return sysfs_emit(buf, "%d\n", aiptek->curSetting.jitterDelay); in show_tabletJitterDelay()
1284 return sysfs_emit(buf, "%d\n", aiptek->curSetting.programmableDelay); in show_tabletProgrammableDelay()
1313 return sysfs_emit(buf, "%ld\n", aiptek->eventCount); in show_tabletEventsReceived()
1352 return sysfs_emit(buf, retMsg); in show_tabletDiagnosticMessage()
1372 return sysfs_emit(buf, "%s\n", map_val_to_str(stylus_button_map, in show_tabletStylusUpper()
1402 return sysfs_emit(buf, "%s\n", map_val_to_str(stylus_button_map, in show_tabletStylusLower()
1439 return sysfs_emit(buf, "%s\n", map_val_to_str(mouse_button_map, in show_tabletMouseLeft()
1468 return sysfs_emit(buf, "%s\n", map_val_to_str(mouse_button_map, in show_tabletMouseMiddle()
1497 return sysfs_emit(buf, "%s\n", map_val_to_str(mouse_button_map, in show_tabletMouseRight()
1527 return sysfs_emit(buf, "disable\n"); in show_tabletWheel()
1529 return sysfs_emit(buf, "%d\n", aiptek->curSetting.wheel); in show_tabletWheel()
1559 return sysfs_emit(buf, "Write anything to this file to program your tablet.\n"); in show_tabletExecute()
1590 return sysfs_emit(buf, "0x%04x\n", aiptek->features.odmCode); in show_tabletODMCode()
1603 return sysfs_emit(buf, "0x%04x\n", aiptek->features.modelCode); in show_tabletModelCode()
1616 return sysfs_emit(buf, "%04x\n", aiptek->features.firmwareCode); in show_firmwareCode()