/openbmc/linux/samples/uhid/ |
H 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()
|
/openbmc/qemu/hw/acpi/ |
H A D | acpi_interface.c | 10 if (adevc->send_event) { in acpi_send_event() 12 adevc->send_event(adev, event); in acpi_send_event()
|
H A D | generic_event_device.c | 489 adevc->send_event = acpi_ged_send_event; in acpi_ged_class_init()
|
/openbmc/linux/drivers/staging/media/imx/ |
H A D | imx-media-fim.c | 151 bool send_event = false; in frame_interval_monitor() local 178 send_event = true; in frame_interval_monitor() 181 error_avg, send_event ? " (!!!)" : ""); in frame_interval_monitor() 189 if (send_event) in frame_interval_monitor()
|
/openbmc/linux/Documentation/pcmcia/ |
H A D | locking.rst | 29 send_event() 51 Note that send_event() and `struct pcmcia_callback *callback` must not be
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | uievent.py | 35 server.register_function( self.send_event, "event.sendpickle" ) 90 def send_event(self, event): member in BBUIEventQueue
|
/openbmc/qemu/include/hw/acpi/ |
H A D | acpi_dev_interface.h | 53 void (*send_event)(AcpiDeviceIf *adev, AcpiEventStatusBits ev); member
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-priv.h | 62 void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes);
|
H A D | v4l2-ctrls-core.c | 53 void send_event(struct v4l2_fh *fh, struct v4l2_ctrl *ctrl, u32 changes) in send_event() function 1347 send_event(fh, ctrl, in new_to_cur() 2426 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in v4l2_ctrl_activate() 2446 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_FLAGS); in __v4l2_ctrl_grab()
|
H A D | v4l2-ctrls-api.c | 983 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_RANGE); in __v4l2_ctrl_modify_range() 1018 send_event(NULL, ctrl, V4L2_EVENT_CTRL_CH_VALUE | in __v4l2_ctrl_modify_dimensions()
|
/openbmc/linux/include/linux/ |
H A D | hid-sensor-hub.h | 94 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id, member
|
/openbmc/linux/drivers/iio/humidity/ |
H A D | hid-sensor-humidity.c | 188 .send_event = &humidity_proc_event,
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | hid-sensor-temperature.c | 185 .send_event = &temperature_proc_event,
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-hid-sensor-time.c | 256 time_state->callbacks.send_event = hid_time_proc_event; in hid_time_probe()
|
/openbmc/linux/drivers/iio/light/ |
H A D | hid-sensor-prox.c | 296 prox_state->callbacks.send_event = prox_proc_event; in hid_prox_probe()
|
H A D | hid-sensor-als.c | 332 als_state->callbacks.send_event = als_proc_event; in hid_als_probe()
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | hid-sensor-press.c | 306 press_state->callbacks.send_event = press_proc_event; in hid_press_probe()
|
/openbmc/linux/drivers/iio/orientation/ |
H A D | hid-sensor-rotation.c | 310 rot_state->callbacks.send_event = dev_rot_proc_event; in hid_dev_rot_probe()
|
H A D | hid-sensor-incl-3d.c | 365 incl_state->callbacks.send_event = incl_3d_proc_event; in hid_incl_3d_probe()
|
/openbmc/linux/drivers/iio/position/ |
H A D | hid-sensor-custom-intel-hinge.c | 320 st->callbacks.send_event = hinge_proc_event; in hid_hinge_probe()
|
/openbmc/linux/drivers/iio/gyro/ |
H A D | hid-sensor-gyro-3d.c | 342 gyro_state->callbacks.send_event = gyro_3d_proc_event; in hid_gyro_3d_probe()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-sensor-hub.c | 542 if (callback && collection && callback->send_event) in sensor_hub_raw_event() 543 callback->send_event(hsdev, collection->usage, in sensor_hub_raw_event()
|
/openbmc/linux/drivers/iio/accel/ |
H A D | hid-sensor-accel-3d.c | 405 accel_state->callbacks.send_event = accel_3d_proc_event; in hid_accel_3d_probe()
|
/openbmc/linux/drivers/iio/magnetometer/ |
H A D | hid-sensor-magn-3d.c | 530 magn_state->callbacks.send_event = magn_3d_proc_event; in hid_magn_3d_probe()
|
/openbmc/qemu/hw/i386/ |
H A D | microvm.c | 604 adevc->send_event(ACPI_DEVICE_IF(x86ms->acpi_dev), in microvm_powerdown_req()
|