Home
last modified time | relevance | path

Searched refs:sensor_timestamp_us (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/hid/
Dhid-playstation.c167 uint32_t sensor_timestamp_us; member
384 uint32_t sensor_timestamp_us; member
1419 ds->sensor_timestamp_us = DIV_ROUND_CLOSEST(sensor_timestamp, 3); in dualsense_parse_report()
1428 ds->sensor_timestamp_us += DIV_ROUND_CLOSEST(delta, 3); in dualsense_parse_report()
1431 input_event(ds->sensors, EV_MSC, MSC_TIMESTAMP, ds->sensor_timestamp_us); in dualsense_parse_report()
2328 ds4->sensor_timestamp_us = DIV_ROUND_CLOSEST(sensor_timestamp*16, 3); in dualshock4_parse_report()
2337 ds4->sensor_timestamp_us += DIV_ROUND_CLOSEST(delta*16, 3); in dualshock4_parse_report()
2340 input_event(ds4->sensors, EV_MSC, MSC_TIMESTAMP, ds4->sensor_timestamp_us); in dualshock4_parse_report()
Dhid-steam.c315 unsigned int sensor_timestamp_us; member
1233 steam->sensor_timestamp_us = 0; in steam_probe()
1669 steam->sensor_timestamp_us += 4000; in steam_do_deck_sensors_event()
1674 input_event(sensors, EV_MSC, MSC_TIMESTAMP, steam->sensor_timestamp_us); in steam_do_deck_sensors_event()