Home
last modified time | relevance | path

Searched refs:uinput_ff_erase (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Duinput.h56 struct uinput_ff_erase { struct
151 #define UI_BEGIN_FF_ERASE _IOWR(UINPUT_IOCTL_BASE, 202, struct uinput_ff_erase)
152 #define UI_END_FF_ERASE _IOW(UINPUT_IOCTL_BASE, 203, struct uinput_ff_erase)
200 * 2. Allocate a uinput_ff_erase struct, fill in request_id with
203 * uinput_ff_erase struct. It will be filled in with the
206 * into the uinput_ff_erase struct.
57 request_iduinput_ff_erase global() argument
58 retvaluinput_ff_erase global() argument
59 effect_iduinput_ff_erase global() argument
/linux/drivers/input/misc/
H A Duinput.c893 struct uinput_ff_erase ff_erase; in uinput_ioctl_handler()