Lines Matching refs:poll
156 st->poll.report_id, in hid_sensor_read_poll_value()
157 st->poll.index, &value); in hid_sensor_read_poll_value()
162 if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_poll_value()
177 st->poll.report_id, in hid_sensor_read_samp_freq_value()
178 st->poll.index, &value); in hid_sensor_read_samp_freq_value()
183 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_read_samp_freq_value()
185 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_samp_freq_value()
208 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_write_samp_freq_value()
210 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_write_samp_freq_value()
216 st->poll.report_id, in hid_sensor_write_samp_freq_value()
217 st->poll.index, value); in hid_sensor_write_samp_freq_value()
354 &st->poll); in hid_sensor_get_reporting_interval()
356 if (st->poll.units == 0) in hid_sensor_get_reporting_interval()
357 st->poll.units = HID_USAGE_SENSOR_UNITS_MILLISECOND; in hid_sensor_get_reporting_interval()
386 st->poll.index, st->poll.report_id, in hid_sensor_parse_common_attributes()