HomeSort by relevance Sort by last modified time
    Searched defs:uinput_ff_erase (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
uinput.h 31 struct uinput_ff_erase { struct
63 #define UI_BEGIN_FF_ERASE _IOWR(UINPUT_IOCTL_BASE, 202, struct uinput_ff_erase)
64 #define UI_END_FF_ERASE _IOW(UINPUT_IOCTL_BASE, 203, struct uinput_ff_erase)
  /external/kernel-headers/original/uapi/linux/
uinput.h 56 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.

Completed in 71 milliseconds