Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhid-sensor-hub.h261 int hid_sensor_read_raw_hyst_rel_value(struct hid_sensor_common *st,
/openbmc/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c259 int hid_sensor_read_raw_hyst_rel_value(struct hid_sensor_common *st, int *val1, in hid_sensor_read_raw_hyst_rel_value() function
279 EXPORT_SYMBOL_NS(hid_sensor_read_raw_hyst_rel_value, IIO_HID);
/openbmc/linux/drivers/iio/light/
H A Dhid-sensor-als.c142 ret_type = hid_sensor_read_raw_hyst_rel_value( in als_read_raw()