Home
last modified time | relevance | path

Searched refs:send_event (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/samples/uhid/
Duhid-example.c277 static int send_event(int fd) in send_event() function
318 ret = send_event(fd); in keyboard()
324 ret = send_event(fd); in keyboard()
330 ret = send_event(fd); in keyboard()
336 ret = send_event(fd); in keyboard()
343 ret = send_event(fd); in keyboard()
350 ret = send_event(fd); in keyboard()
357 ret = send_event(fd); in keyboard()
364 ret = send_event(fd); in keyboard()
371 ret = send_event(fd); in keyboard()
/linux-4.4.14/Documentation/pcmcia/
Dlocking.txt20 send_event()
42 Note that send_event() and struct pcmcia_callback *callback must not be
/linux-4.4.14/include/linux/
Dhid-sensor-hub.h107 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id, member
/linux-4.4.14/drivers/rtc/
Drtc-hid-sensor-time.c268 time_state->callbacks.send_event = hid_time_proc_event; in hid_time_probe()
/linux-4.4.14/drivers/iio/orientation/
Dhid-sensor-rotation.c288 rot_state->callbacks.send_event = dev_rot_proc_event; in hid_dev_rot_probe()
Dhid-sensor-incl-3d.c380 incl_state->callbacks.send_event = incl_3d_proc_event; in hid_incl_3d_probe()
/linux-4.4.14/drivers/iio/light/
Dhid-sensor-prox.c313 prox_state->callbacks.send_event = prox_proc_event; in hid_prox_probe()
Dhid-sensor-als.c325 als_state->callbacks.send_event = als_proc_event; in hid_als_probe()
/linux-4.4.14/drivers/iio/pressure/
Dhid-sensor-press.c324 press_state->callbacks.send_event = press_proc_event; in hid_press_probe()
/linux-4.4.14/drivers/iio/accel/
Dhid-sensor-accel-3d.c363 accel_state->callbacks.send_event = accel_3d_proc_event; in hid_accel_3d_probe()
/linux-4.4.14/drivers/iio/gyro/
Dhid-sensor-gyro-3d.c360 gyro_state->callbacks.send_event = gyro_3d_proc_event; in hid_gyro_3d_probe()
/linux-4.4.14/drivers/hid/
Dhid-sensor-hub.c524 if (callback && collection && callback->send_event) in sensor_hub_raw_event()
525 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event()
Dhid-sensor-custom.c773 sensor_inst->callbacks.send_event = hid_sensor_send_event; in hid_sensor_custom_probe()
/linux-4.4.14/drivers/iio/magnetometer/
Dhid-sensor-magn-3d.c477 magn_state->callbacks.send_event = magn_3d_proc_event; in hid_magn_3d_probe()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c1225 static void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event() function
1587 send_event(fh, ctrl, in new_to_cur()
2340 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_activate()
2365 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_grab()
3346 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_RANGE); in __v4l2_ctrl_modify_range()
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt83 int (*send_event)(..): One complete event is received which can have
/linux-4.4.14/drivers/net/team/
Dteam.c2790 goto send_event; in __team_port_change_send()
2796 send_event: in __team_port_change_send()