Home
last modified time | relevance | path

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

/Linux-v6.1/samples/uhid/
Duhid-example.c278 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/
Dimx-media-fim.c148 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/
Dlocking.rst29 send_event()
51 Note that send_event() and `struct pcmcia_callback *callback` must not be
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-ctrls-priv.h62 void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes);
Dv4l2-ctrls-core.c53 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()
Dv4l2-ctrls-api.c977 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/
Dhid-sensor-hub.h94 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id, member
/Linux-v6.1/drivers/iio/temperature/
Dhid-sensor-temperature.c185 .send_event = &temperature_proc_event,
/Linux-v6.1/drivers/iio/humidity/
Dhid-sensor-humidity.c188 .send_event = &humidity_proc_event,
/Linux-v6.1/drivers/rtc/
Drtc-hid-sensor-time.c256 time_state->callbacks.send_event = hid_time_proc_event; in hid_time_probe()
/Linux-v6.1/drivers/iio/pressure/
Dhid-sensor-press.c306 press_state->callbacks.send_event = press_proc_event; in hid_press_probe()
/Linux-v6.1/drivers/iio/light/
Dhid-sensor-prox.c291 prox_state->callbacks.send_event = prox_proc_event; in hid_prox_probe()
Dhid-sensor-als.c333 als_state->callbacks.send_event = als_proc_event; in hid_als_probe()
/Linux-v6.1/drivers/iio/orientation/
Dhid-sensor-rotation.c310 rot_state->callbacks.send_event = dev_rot_proc_event; in hid_dev_rot_probe()
Dhid-sensor-incl-3d.c365 incl_state->callbacks.send_event = incl_3d_proc_event; in hid_incl_3d_probe()
/Linux-v6.1/drivers/iio/position/
Dhid-sensor-custom-intel-hinge.c320 st->callbacks.send_event = hinge_proc_event; in hid_hinge_probe()
/Linux-v6.1/drivers/iio/gyro/
Dhid-sensor-gyro-3d.c341 gyro_state->callbacks.send_event = gyro_3d_proc_event; in hid_gyro_3d_probe()
/Linux-v6.1/drivers/hid/
Dhid-sensor-hub.c540 if (callback && collection && callback->send_event) in sensor_hub_raw_event()
541 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event()
Dhid-sensor-custom.c884 sensor_inst->callbacks.send_event = hid_sensor_send_event; in hid_sensor_custom_probe()
/Linux-v6.1/drivers/iio/accel/
Dhid-sensor-accel-3d.c404 accel_state->callbacks.send_event = accel_3d_proc_event; in hid_accel_3d_probe()
/Linux-v6.1/drivers/iio/magnetometer/
Dhid-sensor-magn-3d.c530 magn_state->callbacks.send_event = magn_3d_proc_event; in hid_magn_3d_probe()
/Linux-v6.1/Documentation/hid/
Dhid-sensor.rst89 int (*send_event)(..): One complete event is received which can have
/Linux-v6.1/drivers/net/team/
Dteam.c2928 goto send_event; in __team_port_change_send()
2934 send_event: in __team_port_change_send()