代码搜索结果

找到约 823 项符合 Pressure 的代码

pthres.c

/* * tslib/plugins/pthres.c * * Copyright (C) 2003 Texas Instruments, Inc. * * Based on: * tslib/plugins/linear.c * Copyright (C) 2001 Russell King. * * This file is placed under the

gdkinputnone.h

/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or * modify it under the ter

midi.c

// Midi.c // // Midi output routines for the atmel atmega163 (and others) // // depends on avrlib for buffer // #include "uart.h" #include "midi.h" //#include "debug.h" void midi

pthres.c

/* * tslib/plugins/pthres.c * * Copyright (C) 2003 Texas Instruments, Inc. * * Based on: * tslib/plugins/linear.c * Copyright (C) 2001 Russell King. * * This file is placed under the

drivers_input_touchscreen_wm9712.c

/* * wm9712.c -- Codec driver for Wolfson WM9712 AC97 Codecs. * * Copyright 2003, 2004, 2005, 2006, 2007 Wolfson Microelectronics PLC. * Author: Liam Girdwood * Parts Copy

midi.c

// Midi.c // // Midi output routines for the atmel atmega163 (and others) // // depends on avrlib for buffer // #include "uart.h" #include "midi.h" //#include "debug.h" void midi

midi.c

// Midi.c // // Midi output routines for the atmel atmega163 (and others) // // depends on avrlib for buffer // #include "uart.h" #include "midi.h" //#include "debug.h" void midi

midi.c

// Midi.c // // Midi output routines for the atmel atmega163 (and others) // // depends on avrlib for buffer // #include "uart.h" #include "midi.h" //#include "debug.h" void midi

touchscreen_ucb1x00.h

#ifndef TS_DEVICE #define TS_DEVICE "UCB1X00" #define TS_DEVICE_FILE "/dev/ucb1x00-ts" #include struct ts_event { unsigned short pressure; unsigned short x; unsigned short y; unsig

touchscreen_ipaq.h

#ifndef TS_DEVICE #define TS_DEVICE "Ipaq" #define TS_DEVICE_FILE "/dev/h3600_tsraw" struct ts_event { short pressure; short x; short y; short pad; }; #endif