Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dtinycap.c61 unsigned int capture_sample(FILE *file, unsigned int card, unsigned int device,
167 frames = capture_sample(file, card, device, header.num_channels, in tiny_cap()
183 unsigned int capture_sample(FILE *file, unsigned int card, unsigned int device, in capture_sample() function
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/
H A Dwidget.cpp70 unsigned int Widget::capture_sample() in capture_sample() function in Widget
166 int frames = capture_sample(); in on_startBtn_clicked()
H A Dwidget.h59 unsigned int capture_sample();
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid-sensor-hub.h91 int (*capture_sample)(struct hid_sensor_hub_device *hsdev, member
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-sensor-hub.c529 if (callback->capture_sample) { in sensor_hub_raw_event()
531 callback->capture_sample(hsdev, in sensor_hub_raw_event()
535 callback->capture_sample(hsdev, in sensor_hub_raw_event()
H A Dhid-sensor-custom.c760 sensor_inst->callbacks.capture_sample = hid_sensor_capture_sample; in hid_sensor_custom_probe()
/OK3568_Linux_fs/kernel/drivers/iio/temperature/
H A Dhid-sensor-temperature.c189 .capture_sample = &temperature_capture_sample,
/OK3568_Linux_fs/kernel/drivers/iio/humidity/
H A Dhid-sensor-humidity.c192 .capture_sample = &humidity_capture_sample,
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-hid-sensor-time.c255 time_state->callbacks.capture_sample = hid_time_capture_sample; in hid_time_probe()
/OK3568_Linux_fs/kernel/drivers/iio/orientation/
H A Dhid-sensor-rotation.c304 rot_state->callbacks.capture_sample = dev_rot_capture_sample; in hid_dev_rot_probe()
H A Dhid-sensor-incl-3d.c362 incl_state->callbacks.capture_sample = incl_3d_capture_sample; in hid_incl_3d_probe()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dhid-sensor-prox.c311 prox_state->callbacks.capture_sample = prox_capture_sample; in hid_prox_probe()
H A Dhid-sensor-als.c324 als_state->callbacks.capture_sample = als_capture_sample; in hid_als_probe()
/OK3568_Linux_fs/kernel/drivers/iio/pressure/
H A Dhid-sensor-press.c306 press_state->callbacks.capture_sample = press_capture_sample; in hid_press_probe()
/OK3568_Linux_fs/kernel/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c342 gyro_state->callbacks.capture_sample = gyro_3d_capture_sample; in hid_gyro_3d_probe()
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c410 accel_state->callbacks.capture_sample = accel_3d_capture_sample; in hid_accel_3d_probe()
/OK3568_Linux_fs/kernel/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c535 magn_state->callbacks.capture_sample = magn_3d_capture_sample; in hid_magn_3d_probe()
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dhid-sensor.rst88 int (*capture_sample)(..): Capture a sample for one of its data fields