/Linux-v6.1/samples/uhid/ |
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-v6.1/drivers/staging/media/imx/ |
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-v6.1/Documentation/pcmcia/ |
D | locking.rst | 29 send_event() 51 Note that send_event() and `struct pcmcia_callback *callback` must not be
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | v4l2-ctrls-priv.h | 62 void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes);
|
D | v4l2-ctrls-core.c | 53 void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event() function 1096 send_event(fh, ctrl, in new_to_cur() 2163 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_activate() 2183 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in __v4l2_ctrl_grab()
|
D | v4l2-ctrls-api.c | 977 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_RANGE); in __v4l2_ctrl_modify_range() 1012 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_VALUE | in __v4l2_ctrl_modify_dimensions()
|
/Linux-v6.1/include/linux/ |
D | hid-sensor-hub.h | 94 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id, member
|
/Linux-v6.1/drivers/iio/temperature/ |
D | hid-sensor-temperature.c | 185 .send_event = &temperature_proc_event,
|
/Linux-v6.1/drivers/iio/humidity/ |
D | hid-sensor-humidity.c | 188 .send_event = &humidity_proc_event,
|
/Linux-v6.1/drivers/rtc/ |
D | rtc-hid-sensor-time.c | 256 time_state->callbacks.send_event = hid_time_proc_event; in hid_time_probe()
|
/Linux-v6.1/drivers/iio/pressure/ |
D | hid-sensor-press.c | 306 press_state->callbacks.send_event = press_proc_event; in hid_press_probe()
|
/Linux-v6.1/drivers/iio/light/ |
D | hid-sensor-prox.c | 291 prox_state->callbacks.send_event = prox_proc_event; in hid_prox_probe()
|
D | hid-sensor-als.c | 333 als_state->callbacks.send_event = als_proc_event; in hid_als_probe()
|
/Linux-v6.1/drivers/iio/orientation/ |
D | hid-sensor-rotation.c | 310 rot_state->callbacks.send_event = dev_rot_proc_event; in hid_dev_rot_probe()
|
D | hid-sensor-incl-3d.c | 365 incl_state->callbacks.send_event = incl_3d_proc_event; in hid_incl_3d_probe()
|
/Linux-v6.1/drivers/iio/position/ |
D | hid-sensor-custom-intel-hinge.c | 320 st->callbacks.send_event = hinge_proc_event; in hid_hinge_probe()
|
/Linux-v6.1/drivers/iio/gyro/ |
D | hid-sensor-gyro-3d.c | 341 gyro_state->callbacks.send_event = gyro_3d_proc_event; in hid_gyro_3d_probe()
|
/Linux-v6.1/drivers/hid/ |
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()
|
D | hid-sensor-custom.c | 884 sensor_inst->callbacks.send_event = hid_sensor_send_event; in hid_sensor_custom_probe()
|
/Linux-v6.1/drivers/iio/accel/ |
D | hid-sensor-accel-3d.c | 404 accel_state->callbacks.send_event = accel_3d_proc_event; in hid_accel_3d_probe()
|
/Linux-v6.1/drivers/iio/magnetometer/ |
D | hid-sensor-magn-3d.c | 530 magn_state->callbacks.send_event = magn_3d_proc_event; in hid_magn_3d_probe()
|
/Linux-v6.1/Documentation/hid/ |
D | hid-sensor.rst | 89 int (*send_event)(..): One complete event is received which can have
|
/Linux-v6.1/drivers/net/team/ |
D | team.c | 2928 goto send_event; in __team_port_change_send() 2934 send_event: in __team_port_change_send()
|