Searched refs:input_inject_event (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dkeyboard.c209 input_inject_event(handle, EV_SND, SND_TONE, 0);
211 input_inject_event(handle, EV_SND, SND_BELL, 0);
229 input_inject_event(handle, EV_SND, SND_TONE, hz);
233 input_inject_event(handle, EV_SND, SND_BELL, 1);
260 input_inject_event(handle, EV_REP, REP_DELAY, rep->delay);
262 input_inject_event(handle, EV_REP, REP_PERIOD, rep->period);
968 * for kbd_start => input_inject_event(dev, EV_LED, ...) => ...
979 input_inject_event(handle, EV_LED, LED_SCROLLL, !!(leds & 0x01));
980 input_inject_event(handle, EV_LED, LED_NUML, !!(leds & 0x02));
981 input_inject_event(handl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Devdev.c274 input_inject_event(&evdev->handle, event.type, event.code, event.value);
445 input_inject_event(&evdev->handle, EV_REP, REP_DELAY, u);
446 input_inject_event(&evdev->handle, EV_REP, REP_PERIOD, v);
H A Dinput.c44 * See also input_inject_event()
199 * input_inject_event() - send input event from input handler
208 void input_inject_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) function
213 EXPORT_SYMBOL(input_inject_event); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h1145 void input_inject_event(struct input_handle *handle, unsigned int type, unsigned int code, int value);

Completed in 60 milliseconds