Searched refs:UI_FF_ERASE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Duinput.h198 * 1. Wait for an event with type == EV_UINPUT and code == UI_FF_ERASE.
214 * 'code' is UI_FF_UPLOAD or UI_FF_ERASE, and 'value'
221 #define UI_FF_ERASE 2 macro
/linux-master/drivers/input/misc/
H A Duinput.c42 unsigned int code; /* UI_FF_UPLOAD, UI_FF_ERASE */
268 request.code = UI_FF_ERASE;
1002 if (!req || req->code != UI_FF_ERASE) {
1039 if (!req || req->code != UI_FF_ERASE) {

Completed in 163 milliseconds