Searched refs:send_event (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/samples/uhid/ |
D | uhid-example.c | 277 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/ |
D | locking.txt | 20 send_event() 42 Note that send_event() and struct pcmcia_callback *callback must not be
|
/linux-4.4.14/include/linux/ |
D | hid-sensor-hub.h | 107 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id, member
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-hid-sensor-time.c | 268 time_state->callbacks.send_event = hid_time_proc_event; in hid_time_probe()
|
/linux-4.4.14/drivers/iio/orientation/ |
D | hid-sensor-rotation.c | 288 rot_state->callbacks.send_event = dev_rot_proc_event; in hid_dev_rot_probe()
|
D | hid-sensor-incl-3d.c | 380 incl_state->callbacks.send_event = incl_3d_proc_event; in hid_incl_3d_probe()
|
/linux-4.4.14/drivers/iio/light/ |
D | hid-sensor-prox.c | 313 prox_state->callbacks.send_event = prox_proc_event; in hid_prox_probe()
|
D | hid-sensor-als.c | 325 als_state->callbacks.send_event = als_proc_event; in hid_als_probe()
|
/linux-4.4.14/drivers/iio/pressure/ |
D | hid-sensor-press.c | 324 press_state->callbacks.send_event = press_proc_event; in hid_press_probe()
|
/linux-4.4.14/drivers/iio/accel/ |
D | hid-sensor-accel-3d.c | 363 accel_state->callbacks.send_event = accel_3d_proc_event; in hid_accel_3d_probe()
|
/linux-4.4.14/drivers/iio/gyro/ |
D | hid-sensor-gyro-3d.c | 360 gyro_state->callbacks.send_event = gyro_3d_proc_event; in hid_gyro_3d_probe()
|
/linux-4.4.14/drivers/hid/ |
D | hid-sensor-hub.c | 524 if (callback && collection && callback->send_event) in sensor_hub_raw_event() 525 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event()
|
D | hid-sensor-custom.c | 773 sensor_inst->callbacks.send_event = hid_sensor_send_event; in hid_sensor_custom_probe()
|
/linux-4.4.14/drivers/iio/magnetometer/ |
D | hid-sensor-magn-3d.c | 477 magn_state->callbacks.send_event = magn_3d_proc_event; in hid_magn_3d_probe()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1225 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/ |
D | hid-sensor.txt | 83 int (*send_event)(..): One complete event is received which can have
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 2790 goto send_event; in __team_port_change_send() 2796 send_event: in __team_port_change_send()
|