Home
last modified time | relevance | path

Searched refs:RC_VALID (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dwm9712.c308 return RC_VALID; in wm9712_poll_sample()
371 return RC_VALID; in wm9712_poll_coord()
385 if (rc != RC_VALID) in wm9712_poll_touch()
390 if (rc != RC_VALID) in wm9712_poll_touch()
395 if (rc != RC_VALID) in wm9712_poll_touch()
401 if (rc != RC_VALID) in wm9712_poll_touch()
406 return RC_VALID; in wm9712_poll_touch()
H A Dwm9713.c314 return RC_VALID; in wm9713_poll_sample()
382 return RC_VALID; in wm9713_poll_coord()
396 if (rc != RC_VALID) in wm9713_poll_touch()
400 if (rc != RC_VALID) in wm9713_poll_touch()
403 if (rc != RC_VALID) in wm9713_poll_touch()
408 if (rc != RC_VALID) in wm9713_poll_touch()
413 return RC_VALID; in wm9713_poll_touch()
H A Dwm9705.c264 return RC_VALID; in wm9705_poll_sample()
275 if (rc != RC_VALID) in wm9705_poll_touch()
278 if (rc != RC_VALID) in wm9705_poll_touch()
282 if (rc != RC_VALID) in wm9705_poll_touch()
287 return RC_VALID; in wm9705_poll_touch()
/linux/include/linux/
H A Dwm97xx.h151 #define RC_VALID 0x00000002 macro
152 /* The pen is up (the first RC_VALID without RC_PENUP means pen is down) */
154 /* The pen is down (RC_VALID implies RC_PENDOWN, but sometimes it is helpful