Home
last modified time | relevance | path

Searched refs:hid_sensor_read_raw_hyst_rel_value (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dhid-sensor-hub.h262 int hid_sensor_read_raw_hyst_rel_value(struct hid_sensor_common *st,
/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c263 int hid_sensor_read_raw_hyst_rel_value(struct hid_sensor_common *st, int *val1, in hid_sensor_read_raw_hyst_rel_value() function
283 EXPORT_SYMBOL_NS(hid_sensor_read_raw_hyst_rel_value, "IIO_HID");
/linux/drivers/iio/light/
H A Dhid-sensor-als.c206 ret_type = hid_sensor_read_raw_hyst_rel_value( in als_read_raw()