/linux/samples/uhid/ |
A D | uhid-example.c | 278 static int send_event(int fd) in send_event() function 319 ret = send_event(fd); in keyboard() 325 ret = send_event(fd); in keyboard() 331 ret = send_event(fd); in keyboard() 337 ret = send_event(fd); in keyboard() 344 ret = send_event(fd); in keyboard() 351 ret = send_event(fd); in keyboard() 358 ret = send_event(fd); in keyboard() 365 ret = send_event(fd); in keyboard() 372 ret = send_event(fd); in keyboard()
|
/linux/drivers/staging/media/imx/ |
A D | imx-media-fim.c | 148 bool send_event = false; in frame_interval_monitor() local 175 send_event = true; in frame_interval_monitor() 178 error_avg, send_event ? " (!!!)" : ""); in frame_interval_monitor() 186 if (send_event) in frame_interval_monitor()
|
/linux/Documentation/pcmcia/ |
A D | locking.rst | 29 send_event() 51 Note that send_event() and `struct pcmcia_callback *callback` must not be
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-ctrls-priv.h | 62 void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes);
|
A D | v4l2-ctrls-core.c | 53 void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event() function 838 send_event(fh, ctrl, in new_to_cur() 1787 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_activate() 1807 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in __v4l2_ctrl_grab()
|
A D | v4l2-ctrls-api.c | 934 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_RANGE); in __v4l2_ctrl_modify_range()
|
/linux/include/linux/ |
A D | hid-sensor-hub.h | 94 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id, member
|
/linux/drivers/iio/temperature/ |
A D | hid-sensor-temperature.c | 185 .send_event = &temperature_proc_event,
|
/linux/drivers/iio/humidity/ |
A D | hid-sensor-humidity.c | 188 .send_event = &humidity_proc_event,
|
/linux/drivers/rtc/ |
A D | rtc-hid-sensor-time.c | 256 time_state->callbacks.send_event = hid_time_proc_event; in hid_time_probe()
|
/linux/drivers/iio/pressure/ |
A D | hid-sensor-press.c | 306 press_state->callbacks.send_event = press_proc_event; in hid_press_probe()
|
/linux/drivers/iio/light/ |
A D | hid-sensor-prox.c | 291 prox_state->callbacks.send_event = prox_proc_event; in hid_prox_probe()
|
A D | hid-sensor-als.c | 333 als_state->callbacks.send_event = als_proc_event; in hid_als_probe()
|
/linux/drivers/iio/orientation/ |
A D | hid-sensor-rotation.c | 310 rot_state->callbacks.send_event = dev_rot_proc_event; in hid_dev_rot_probe()
|
A D | hid-sensor-incl-3d.c | 365 incl_state->callbacks.send_event = incl_3d_proc_event; in hid_incl_3d_probe()
|
/linux/drivers/hid/ |
A D | hid-sensor-hub.c | 540 if (callback && collection && callback->send_event) in sensor_hub_raw_event() 541 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event()
|
A D | hid-sensor-custom.c | 884 sensor_inst->callbacks.send_event = hid_sensor_send_event; in hid_sensor_custom_probe()
|
/linux/drivers/iio/gyro/ |
A D | hid-sensor-gyro-3d.c | 341 gyro_state->callbacks.send_event = gyro_3d_proc_event; in hid_gyro_3d_probe()
|
/linux/drivers/iio/position/ |
A D | hid-sensor-custom-intel-hinge.c | 320 st->callbacks.send_event = hinge_proc_event; in hid_hinge_probe()
|
/linux/drivers/iio/accel/ |
A D | hid-sensor-accel-3d.c | 404 accel_state->callbacks.send_event = accel_3d_proc_event; in hid_accel_3d_probe()
|
/linux/drivers/iio/magnetometer/ |
A D | hid-sensor-magn-3d.c | 530 magn_state->callbacks.send_event = magn_3d_proc_event; in hid_magn_3d_probe()
|
/linux/Documentation/hid/ |
A D | hid-sensor.rst | 89 int (*send_event)(..): One complete event is received which can have
|
/linux/drivers/net/team/ |
A D | team.c | 2910 goto send_event; in __team_port_change_send() 2916 send_event: in __team_port_change_send()
|