Home
last modified time | relevance | path

Searched refs:usage_id (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
H A Dhid-sensor-hub.h16 * @usage_id: Parent usage id of a physical device.
27 u32 usage_id; member
42 * @usage_id: Usage id for physical device, E.g. Gyro usage id.
50 u32 usage_id; member
92 u32 usage_id, size_t raw_len, char *raw_data,
94 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id,
119 * @usage_id: Usage id of the client (E.g. 0x200076 for Gyro).
127 u32 usage_id,
133 * @usage_id: Usage id of the client (E.g. 0x200076 for Gyro).
139 u32 usage_id);
220 unsigned usage_id; global() member
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dhid-sensor-hub.h16 * @usage_id: Parent usage id of a physical device.
27 u32 usage_id; member
42 * @usage_id: Usage id for physical device, E.g. Gyro usage id.
50 u32 usage_id; member
92 u32 usage_id, size_t raw_len, char *raw_data,
94 int (*send_event)(struct hid_sensor_hub_device *hsdev, u32 usage_id,
119 * @usage_id: Usage id of the client (E.g. 0x200076 for Gyro).
127 u32 usage_id,
133 * @usage_id: Usage id of the client (E.g. 0x200076 for Gyro).
139 u32 usage_id);
221 unsigned usage_id; global() member
[all...]
/kernel/linux/linux-6.6/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c15 u32 usage_id; member
402 int hid_sensor_format_scale(u32 usage_id, in hid_sensor_format_scale() argument
413 if (unit_conversion[i].usage_id == usage_id && in hid_sensor_format_scale()
437 u32 usage_id, in hid_sensor_get_reporting_interval()
441 HID_FEATURE_REPORT, usage_id, in hid_sensor_get_reporting_interval()
455 u32 usage_id, in hid_sensor_get_report_latency_info()
459 usage_id, in hid_sensor_get_report_latency_info()
497 u32 usage_id, in hid_sensor_parse_common_attributes()
508 hid_sensor_get_reporting_interval(hsdev, usage_id, s in hid_sensor_parse_common_attributes()
436 hid_sensor_get_reporting_interval(struct hid_sensor_hub_device *hsdev, u32 usage_id, struct hid_sensor_common *st) hid_sensor_get_reporting_interval() argument
454 hid_sensor_get_report_latency_info(struct hid_sensor_hub_device *hsdev, u32 usage_id, struct hid_sensor_common *st) hid_sensor_get_report_latency_info() argument
496 hid_sensor_parse_common_attributes(struct hid_sensor_hub_device *hsdev, u32 usage_id, struct hid_sensor_common *st, const u32 *sensitivity_addresses, u32 sensitivity_addresses_len) hid_sensor_parse_common_attributes() argument
[all...]
/kernel/linux/linux-5.10/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c22 u32 usage_id; member
353 int hid_sensor_format_scale(u32 usage_id, in hid_sensor_format_scale() argument
364 if (unit_conversion[i].usage_id == usage_id && in hid_sensor_format_scale()
388 u32 usage_id, in hid_sensor_get_reporting_interval()
392 HID_FEATURE_REPORT, usage_id, in hid_sensor_get_reporting_interval()
406 u32 usage_id, in hid_sensor_get_report_latency_info()
410 usage_id, in hid_sensor_get_report_latency_info()
448 u32 usage_id, in hid_sensor_parse_common_attributes()
456 hid_sensor_get_reporting_interval(hsdev, usage_id, s in hid_sensor_parse_common_attributes()
387 hid_sensor_get_reporting_interval(struct hid_sensor_hub_device *hsdev, u32 usage_id, struct hid_sensor_common *st) hid_sensor_get_reporting_interval() argument
405 hid_sensor_get_report_latency_info(struct hid_sensor_hub_device *hsdev, u32 usage_id, struct hid_sensor_common *st) hid_sensor_get_report_latency_info() argument
447 hid_sensor_parse_common_attributes(struct hid_sensor_hub_device *hsdev, u32 usage_id, struct hid_sensor_common *st) hid_sensor_parse_common_attributes() argument
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-sensor-hub.c42 * @usage_id: usage id for a physical device.
49 u32 usage_id; member
99 u32 usage_id, in sensor_hub_get_callback()
110 if ((callback->usage_id == usage_id || in sensor_hub_get_callback()
111 callback->usage_id == HID_USAGE_SENSOR_COLLECTION) && in sensor_hub_get_callback()
128 u32 usage_id, in sensor_hub_register_callback()
137 if (callback->usage_id == usage_id && in sensor_hub_register_callback()
149 callback->usage_id in sensor_hub_register_callback()
97 sensor_hub_get_callback( struct hid_device *hdev, u32 usage_id, int collection_index, struct hid_sensor_hub_device **hsdev, void **priv) sensor_hub_get_callback() argument
127 sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev, u32 usage_id, struct hid_sensor_hub_callbacks *usage_callback) sensor_hub_register_callback() argument
169 sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev, u32 usage_id) sensor_hub_remove_callback() argument
290 sensor_hub_input_attr_get_raw_value(struct hid_sensor_hub_device *hsdev, u32 usage_id, u32 attr_usage_id, u32 report_id, enum sensor_hub_read_flags flag, bool is_signed) sensor_hub_input_attr_get_raw_value() argument
352 hid_sensor_get_usage_index(struct hid_sensor_hub_device *hsdev, u32 report_id, int field_index, u32 usage_id) hid_sensor_get_usage_index() argument
374 sensor_hub_input_get_attribute_info(struct hid_sensor_hub_device *hsdev, u8 type, u32 usage_id, u32 attr_usage_id, struct hid_sensor_hub_attribute_info *info) sensor_hub_input_get_attribute_info() argument
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-sensor-hub.c44 * @usage_id: usage id for a physical device.
50 u32 usage_id; member
100 u32 usage_id, in sensor_hub_get_callback()
111 if ((callback->usage_id == usage_id || in sensor_hub_get_callback()
112 callback->usage_id == HID_USAGE_SENSOR_COLLECTION) && in sensor_hub_get_callback()
129 u32 usage_id, in sensor_hub_register_callback()
138 if (callback->usage_id == usage_id && in sensor_hub_register_callback()
150 callback->usage_id in sensor_hub_register_callback()
98 sensor_hub_get_callback( struct hid_device *hdev, u32 usage_id, int collection_index, struct hid_sensor_hub_device **hsdev, void **priv) sensor_hub_get_callback() argument
128 sensor_hub_register_callback(struct hid_sensor_hub_device *hsdev, u32 usage_id, struct hid_sensor_hub_callbacks *usage_callback) sensor_hub_register_callback() argument
170 sensor_hub_remove_callback(struct hid_sensor_hub_device *hsdev, u32 usage_id) sensor_hub_remove_callback() argument
291 sensor_hub_input_attr_get_raw_value(struct hid_sensor_hub_device *hsdev, u32 usage_id, u32 attr_usage_id, u32 report_id, enum sensor_hub_read_flags flag, bool is_signed) sensor_hub_input_attr_get_raw_value() argument
353 hid_sensor_get_usage_index(struct hid_sensor_hub_device *hsdev, u32 report_id, int field_index, u32 usage_id) hid_sensor_get_usage_index() argument
375 sensor_hub_input_get_attribute_info(struct hid_sensor_hub_device *hsdev, u8 type, u32 usage_id, u32 attr_usage_id, struct hid_sensor_hub_attribute_info *info) sensor_hub_input_get_attribute_info() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py542 def usage_id(page_name, usage_name): function
547 usage_id("Generic Desktop", "X"): PhysRange(
550 usage_id("Generic Desktop", "Y"): PhysRange(
553 usage_id("Digitizers", "Width"): PhysRange(
556 usage_id("Digitizers", "Height"): PhysRange(
559 usage_id("Digitizers", "X Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
560 usage_id("Digitizers", "Y Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
561 usage_id("Digitizers", "Twist"): PhysRange(PhysRange.DEGREE, 358, 360),
562 usage_id("Wacom", "X Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
563 usage_id("Waco
[all...]
/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dhid-sensor-temperature.c123 unsigned int usage_id, void *pdev) in temperature_proc_event()
137 unsigned int usage_id, size_t raw_len, in temperature_capture_sample()
143 switch (usage_id) { in temperature_capture_sample()
156 unsigned int usage_id, in temperature_parse_report()
162 usage_id, in temperature_parse_report()
179 HID_FEATURE_REPORT, usage_id, in temperature_parse_report()
122 temperature_proc_event(struct hid_sensor_hub_device *hsdev, unsigned int usage_id, void *pdev) temperature_proc_event() argument
136 temperature_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned int usage_id, size_t raw_len, char *raw_data, void *pdev) temperature_capture_sample() argument
153 temperature_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned int usage_id, struct temperature_state *st) temperature_parse_report() argument
/kernel/linux/linux-5.10/drivers/iio/humidity/
H A Dhid-sensor-humidity.c125 unsigned int usage_id, void *pdev) in humidity_proc_event()
139 unsigned int usage_id, size_t raw_len, in humidity_capture_sample()
145 switch (usage_id) { in humidity_capture_sample()
159 unsigned int usage_id, in humidity_parse_report()
165 usage_id, in humidity_parse_report()
182 HID_FEATURE_REPORT, usage_id, in humidity_parse_report()
124 humidity_proc_event(struct hid_sensor_hub_device *hsdev, unsigned int usage_id, void *pdev) humidity_proc_event() argument
138 humidity_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned int usage_id, size_t raw_len, char *raw_data, void *pdev) humidity_capture_sample() argument
156 humidity_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned int usage_id, struct hid_humidity_state *st) humidity_parse_report() argument
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c285 unsigned usage_id, in magn_3d_proc_event()
300 unsigned usage_id, in magn_3d_capture_sample()
310 switch (usage_id) { in magn_3d_capture_sample()
314 offset = (usage_id - HID_USAGE_SENSOR_ORIENT_MAGN_FLUX_X_AXIS) in magn_3d_capture_sample()
321 offset = (usage_id - HID_USAGE_SENSOR_ORIENT_COMP_MAGN_NORTH) in magn_3d_capture_sample()
343 unsigned usage_id, in magn_3d_parse_report()
358 usage_id, in magn_3d_parse_report()
442 HID_FEATURE_REPORT, usage_id, in magn_3d_parse_report()
452 HID_FEATURE_REPORT, usage_id, in magn_3d_parse_report()
462 HID_FEATURE_REPORT, usage_id, in magn_3d_parse_report()
284 magn_3d_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) magn_3d_proc_event() argument
299 magn_3d_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) magn_3d_capture_sample() argument
339 magn_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec **channels, int *chan_count, unsigned usage_id, struct magn_3d_state *st) magn_3d_parse_report() argument
[all...]
/kernel/linux/linux-5.10/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c191 unsigned usage_id, in gyro_3d_proc_event()
208 unsigned usage_id, in gyro_3d_capture_sample()
217 switch (usage_id) { in gyro_3d_capture_sample()
221 offset = usage_id - HID_USAGE_SENSOR_ANGL_VELOCITY_X_AXIS; in gyro_3d_capture_sample()
237 unsigned usage_id, in gyro_3d_parse_report()
246 usage_id, in gyro_3d_parse_report()
269 HID_FEATURE_REPORT, usage_id, in gyro_3d_parse_report()
190 gyro_3d_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) gyro_3d_proc_event() argument
207 gyro_3d_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) gyro_3d_capture_sample() argument
234 gyro_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct gyro_3d_state *st) gyro_3d_parse_report() argument
/kernel/linux/linux-5.10/drivers/iio/light/
H A Dhid-sensor-prox.c165 unsigned usage_id, in prox_proc_event()
182 unsigned usage_id, in prox_capture_sample()
190 switch (usage_id) { in prox_capture_sample()
206 unsigned usage_id, in prox_parse_report()
212 usage_id, in prox_parse_report()
226 HID_FEATURE_REPORT, usage_id, in prox_parse_report()
236 HID_FEATURE_REPORT, usage_id, in prox_parse_report()
164 prox_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) prox_proc_event() argument
181 prox_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) prox_capture_sample() argument
203 prox_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct prox_state *st) prox_parse_report() argument
H A Dhid-sensor-als.c181 unsigned usage_id, in als_proc_event()
198 unsigned usage_id, in als_capture_sample()
207 switch (usage_id) { in als_capture_sample()
224 unsigned usage_id, in als_parse_report()
230 usage_id, in als_parse_report()
251 HID_FEATURE_REPORT, usage_id, in als_parse_report()
180 als_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) als_proc_event() argument
197 als_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) als_capture_sample() argument
221 als_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct als_state *st) als_parse_report() argument
/kernel/linux/linux-6.6/drivers/iio/orientation/
H A Dhid-sensor-incl-3d.c192 unsigned usage_id, in incl_3d_proc_event()
215 unsigned usage_id, in incl_3d_capture_sample()
223 switch (usage_id) { in incl_3d_capture_sample()
250 unsigned usage_id, in incl_3d_parse_report()
257 usage_id, in incl_3d_parse_report()
267 usage_id, in incl_3d_parse_report()
277 usage_id, in incl_3d_parse_report()
191 incl_3d_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) incl_3d_proc_event() argument
214 incl_3d_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) incl_3d_capture_sample() argument
247 incl_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct incl_3d_state *st) incl_3d_parse_report() argument
H A Dhid-sensor-rotation.c146 unsigned usage_id, in dev_rot_proc_event()
168 unsigned usage_id, in dev_rot_capture_sample()
175 if (usage_id == HID_USAGE_SENSOR_ORIENT_QUATERNION) { in dev_rot_capture_sample()
188 } else if (usage_id == HID_USAGE_SENSOR_TIME_TIMESTAMP) { in dev_rot_capture_sample()
200 unsigned usage_id, in dev_rot_parse_report()
207 usage_id, in dev_rot_parse_report()
145 dev_rot_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) dev_rot_proc_event() argument
167 dev_rot_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) dev_rot_capture_sample() argument
197 dev_rot_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct dev_rot_state *st) dev_rot_parse_report() argument
/kernel/linux/linux-6.6/drivers/iio/temperature/
H A Dhid-sensor-temperature.c128 unsigned int usage_id, void *pdev) in temperature_proc_event()
142 unsigned int usage_id, size_t raw_len, in temperature_capture_sample()
148 switch (usage_id) { in temperature_capture_sample()
161 unsigned int usage_id, in temperature_parse_report()
167 usage_id, in temperature_parse_report()
127 temperature_proc_event(struct hid_sensor_hub_device *hsdev, unsigned int usage_id, void *pdev) temperature_proc_event() argument
141 temperature_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned int usage_id, size_t raw_len, char *raw_data, void *pdev) temperature_capture_sample() argument
158 temperature_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned int usage_id, struct temperature_state *st) temperature_parse_report() argument
/kernel/linux/linux-6.6/drivers/iio/humidity/
H A Dhid-sensor-humidity.c130 unsigned int usage_id, void *pdev) in humidity_proc_event()
144 unsigned int usage_id, size_t raw_len, in humidity_capture_sample()
150 switch (usage_id) { in humidity_capture_sample()
164 unsigned int usage_id, in humidity_parse_report()
170 usage_id, in humidity_parse_report()
129 humidity_proc_event(struct hid_sensor_hub_device *hsdev, unsigned int usage_id, void *pdev) humidity_proc_event() argument
143 humidity_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned int usage_id, size_t raw_len, char *raw_data, void *pdev) humidity_capture_sample() argument
161 humidity_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned int usage_id, struct hid_humidity_state *st) humidity_parse_report() argument
/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dhid-sensor-press.c165 unsigned usage_id, in press_proc_event()
182 unsigned usage_id, in press_capture_sample()
190 switch (usage_id) { in press_capture_sample()
206 unsigned usage_id, in press_parse_report()
212 usage_id, in press_parse_report()
231 HID_FEATURE_REPORT, usage_id, in press_parse_report()
164 press_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) press_proc_event() argument
181 press_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) press_capture_sample() argument
203 press_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct press_state *st) press_parse_report() argument
/kernel/linux/linux-5.10/drivers/iio/orientation/
H A Dhid-sensor-rotation.c146 unsigned usage_id, in dev_rot_proc_event()
163 unsigned usage_id, in dev_rot_capture_sample()
170 if (usage_id == HID_USAGE_SENSOR_ORIENT_QUATERNION) { in dev_rot_capture_sample()
184 unsigned usage_id, in dev_rot_parse_report()
191 usage_id, in dev_rot_parse_report()
214 HID_FEATURE_REPORT, usage_id, in dev_rot_parse_report()
145 dev_rot_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) dev_rot_proc_event() argument
162 dev_rot_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) dev_rot_capture_sample() argument
181 dev_rot_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct dev_rot_state *st) dev_rot_parse_report() argument
H A Dhid-sensor-incl-3d.c190 unsigned usage_id, in incl_3d_proc_event()
207 unsigned usage_id, in incl_3d_capture_sample()
215 switch (usage_id) { in incl_3d_capture_sample()
237 unsigned usage_id, in incl_3d_parse_report()
244 usage_id, in incl_3d_parse_report()
254 usage_id, in incl_3d_parse_report()
264 usage_id, in incl_3d_parse_report()
286 HID_FEATURE_REPORT, usage_id, in incl_3d_parse_report()
189 incl_3d_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) incl_3d_proc_event() argument
206 incl_3d_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) incl_3d_capture_sample() argument
234 incl_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct incl_3d_state *st) incl_3d_parse_report() argument
/kernel/linux/linux-6.6/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c190 unsigned usage_id, in gyro_3d_proc_event()
212 unsigned usage_id, in gyro_3d_capture_sample()
221 switch (usage_id) { in gyro_3d_capture_sample()
225 offset = usage_id - HID_USAGE_SENSOR_ANGL_VELOCITY_X_AXIS; in gyro_3d_capture_sample()
247 unsigned usage_id, in gyro_3d_parse_report()
256 usage_id, in gyro_3d_parse_report()
189 gyro_3d_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) gyro_3d_proc_event() argument
211 gyro_3d_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) gyro_3d_capture_sample() argument
244 gyro_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct gyro_3d_state *st) gyro_3d_parse_report() argument
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dhid-sensor-als.c190 unsigned usage_id, in als_proc_event()
211 unsigned usage_id, in als_capture_sample()
220 switch (usage_id) { in als_capture_sample()
242 unsigned usage_id, in als_parse_report()
248 usage_id, in als_parse_report()
261 st->scale_precision = hid_sensor_format_scale(usage_id, &st->als_illum, in als_parse_report()
189 als_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) als_proc_event() argument
210 als_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) als_capture_sample() argument
239 als_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct als_state *st) als_parse_report() argument
/kernel/linux/linux-6.6/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c193 unsigned int usage_id, void *priv) in hinge_proc_event()
212 unsigned int usage_id, size_t raw_len, in hinge_capture_sample()
219 switch (usage_id) { in hinge_capture_sample()
223 offset = usage_id - HID_USAGE_SENSOR_DATA_FIELD_CUSTOM_VALUE(1); in hinge_capture_sample()
239 unsigned int usage_id, struct hinge_state *st) in hinge_parse_report()
247 usage_id, in hinge_parse_report()
192 hinge_proc_event(struct hid_sensor_hub_device *hsdev, unsigned int usage_id, void *priv) hinge_proc_event() argument
211 hinge_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned int usage_id, size_t raw_len, char *raw_data, void *priv) hinge_capture_sample() argument
236 hinge_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned int usage_id, struct hinge_state *st) hinge_parse_report() argument
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c283 unsigned usage_id, in magn_3d_proc_event()
305 unsigned usage_id, in magn_3d_capture_sample()
315 switch (usage_id) { in magn_3d_capture_sample()
319 offset = (usage_id - HID_USAGE_SENSOR_ORIENT_MAGN_FLUX_X_AXIS) in magn_3d_capture_sample()
326 offset = (usage_id - HID_USAGE_SENSOR_ORIENT_COMP_MAGN_NORTH) in magn_3d_capture_sample()
353 unsigned usage_id, in magn_3d_parse_report()
368 usage_id, in magn_3d_parse_report()
454 HID_FEATURE_REPORT, usage_id, in magn_3d_parse_report()
282 magn_3d_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) magn_3d_proc_event() argument
304 magn_3d_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) magn_3d_capture_sample() argument
349 magn_3d_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec **channels, int *chan_count, unsigned usage_id, struct magn_3d_state *st) magn_3d_parse_report() argument
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-hid-sensor-time.c50 unsigned usage_id, void *priv) in hid_time_proc_event()
77 unsigned usage_id, size_t raw_len, in hid_time_capture_sample()
83 switch (usage_id) { in hid_time_capture_sample()
136 unsigned usage_id, in hid_time_parse_report()
143 HID_INPUT_REPORT, usage_id, in hid_time_parse_report()
49 hid_time_proc_event(struct hid_sensor_hub_device *hsdev, unsigned usage_id, void *priv) hid_time_proc_event() argument
76 hid_time_capture_sample(struct hid_sensor_hub_device *hsdev, unsigned usage_id, size_t raw_len, char *raw_data, void *priv) hid_time_capture_sample() argument
134 hid_time_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, unsigned usage_id, struct hid_time_state *time_state) hid_time_parse_report() argument

Completed in 15 milliseconds

12