Home
last modified time | relevance | path

Searched refs:capture_sample (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/include/linux/
Dhid-sensor-hub.h91 int (*capture_sample)(struct hid_sensor_hub_device *hsdev, member
/Linux-v5.15/drivers/hid/
Dhid-sensor-hub.c528 if (callback->capture_sample) { in sensor_hub_raw_event()
530 callback->capture_sample(hsdev, in sensor_hub_raw_event()
534 callback->capture_sample(hsdev, in sensor_hub_raw_event()
Dhid-sensor-custom.c883 sensor_inst->callbacks.capture_sample = hid_sensor_capture_sample; in hid_sensor_custom_probe()
/Linux-v5.15/drivers/iio/humidity/
Dhid-sensor-humidity.c189 .capture_sample = &humidity_capture_sample,
/Linux-v5.15/drivers/iio/temperature/
Dhid-sensor-temperature.c186 .capture_sample = &temperature_capture_sample,
/Linux-v5.15/drivers/rtc/
Drtc-hid-sensor-time.c257 time_state->callbacks.capture_sample = hid_time_capture_sample; in hid_time_probe()
/Linux-v5.15/drivers/iio/light/
Dhid-sensor-prox.c292 prox_state->callbacks.capture_sample = prox_capture_sample; in hid_prox_probe()
Dhid-sensor-als.c334 als_state->callbacks.capture_sample = als_capture_sample; in hid_als_probe()
/Linux-v5.15/drivers/iio/pressure/
Dhid-sensor-press.c307 press_state->callbacks.capture_sample = press_capture_sample; in hid_press_probe()
/Linux-v5.15/drivers/iio/orientation/
Dhid-sensor-rotation.c311 rot_state->callbacks.capture_sample = dev_rot_capture_sample; in hid_dev_rot_probe()
Dhid-sensor-incl-3d.c366 incl_state->callbacks.capture_sample = incl_3d_capture_sample; in hid_incl_3d_probe()
/Linux-v5.15/drivers/iio/gyro/
Dhid-sensor-gyro-3d.c342 gyro_state->callbacks.capture_sample = gyro_3d_capture_sample; in hid_gyro_3d_probe()
/Linux-v5.15/drivers/iio/position/
Dhid-sensor-custom-intel-hinge.c321 st->callbacks.capture_sample = hinge_capture_sample; in hid_hinge_probe()
/Linux-v5.15/drivers/iio/accel/
Dhid-sensor-accel-3d.c405 accel_state->callbacks.capture_sample = accel_3d_capture_sample; in hid_accel_3d_probe()
/Linux-v5.15/drivers/iio/magnetometer/
Dhid-sensor-magn-3d.c531 magn_state->callbacks.capture_sample = magn_3d_capture_sample; in hid_magn_3d_probe()
/Linux-v5.15/Documentation/hid/
Dhid-sensor.rst88 int (*capture_sample)(..): Capture a sample for one of its data fields