Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/intel-ish-hid/ipc/
Dipc.c285 struct time_sync_format ts_format; in write_ipc_from_queue() local
289 ts_format.ts1_source = HOST_SYSTEM_TIME_USEC; in write_ipc_from_queue()
290 ts_format.ts2_source = HOST_UTC_TIME_USEC; in write_ipc_from_queue()
291 ts_format.reserved = 0; in write_ipc_from_queue()
295 time_update.sync_info = ts_format; in write_ipc_from_queue()
/Linux-v5.4/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py115 def ts_format(self): member in EventHeaders
/Linux-v5.4/tools/perf/scripts/python/
Dsched-migration.py342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid)