Home
last modified time | relevance | path

Searched refs:UI_DEV_SETUP (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Duinput.h26 * - add UI_DEV_SETUP ioctl
74 * UI_DEV_SETUP - Set device parameters for setup
100 #define UI_DEV_SETUP _IOW(UINPUT_IOCTL_BASE, 3, struct uinput_setup) macro
113 * part of this data and the content of UI_DEV_SETUP via write().
/linux/Documentation/input/
H A Duinput.rst82 ioctl(fd, UI_DEV_SETUP, &usetup);
145 ioctl(fd, UI_DEV_SETUP, &usetup);
202 /* use UI_DEV_SETUP */
/linux/drivers/input/misc/
H A Duinput.c925 case UI_DEV_SETUP: in uinput_ioctl_handler()