Home | History | Annotate | Download | only in input

Lines Matching refs:IOW

91 EVIOCSREP               = IOW('E', 0x03, '2I')          # set repeat settings
95 EVIOCSKEYCODE = IOW('E', 0x04, '2I') # set keycode
96 EVIOCSKEYCODE_V2 = IOW('E', 0x04, input_keymap_entry_t)
132 return IOW('E', 0xc0 + axis, input_absinfo_t) # set abs value/limits
136 #EVIOCSFF = IOW('E', 0x80, ff_effect_t)
138 EVIOCRMFF = IOW('E', 0x81, 'i')
142 EVIOCGRAB = IOW('E', 0x90, 'i')