Searched refs:report_latency (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/iio/common/hid-sensors/ |
D | hid-sensor-attributes.c | 461 &st->report_latency); in hid_sensor_get_report_latency_info() 464 st->report_latency.index, st->report_latency.report_id); in hid_sensor_get_report_latency_info() 472 ret = sensor_hub_get_feature(st->hsdev, st->report_latency.report_id, in hid_sensor_get_report_latency() 473 st->report_latency.index, sizeof(value), in hid_sensor_get_report_latency() 484 return sensor_hub_set_feature(st->hsdev, st->report_latency.report_id, in hid_sensor_set_report_latency() 485 st->report_latency.index, in hid_sensor_set_report_latency() 492 return st->report_latency.index > 0 && st->report_latency.report_id > 0; in hid_sensor_batch_mode_supported()
|
/linux-5.19.10/kernel/trace/ |
D | trace_irqsoff.c | 308 static bool report_latency(struct trace_array *tr, u64 delta) in report_latency() function 336 if (!report_latency(tr, delta)) in check_critical_timing() 342 if (!report_latency(tr, delta)) in check_critical_timing()
|
D | trace_sched_wakeup.c | 350 static bool report_latency(struct trace_array *tr, u64 delta) in report_latency() function 482 if (!report_latency(wakeup_trace, delta)) in probe_wakeup_sched_switch()
|
/linux-5.19.10/include/linux/ |
D | hid-sensor-hub.h | 235 struct hid_sensor_hub_attribute_info report_latency; member
|