Home
last modified time | relevance | path

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

/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-trigger.c192 if (attrb->raw_hystersis >= 0) in hid_sensor_set_power_work()
196 sizeof(attrb->raw_hystersis), in hid_sensor_set_power_work()
197 &attrb->raw_hystersis); in hid_sensor_set_power_work()
H A Dhid-sensor-attributes.c307 st->raw_hystersis = value; in hid_sensor_write_raw_hyst_value()
338 st->raw_hystersis = value; in hid_sensor_write_raw_hyst_rel_value()
552 st->raw_hystersis = -1; in hid_sensor_parse_common_attributes()
/linux/include/linux/
H A Dhid-sensor-hub.h226 int raw_hystersis; member