timestamp_us      575 drivers/hid/hid-sony.c 	unsigned int timestamp_us;
timestamp_us     1012 drivers/hid/hid-sony.c 		sc->timestamp_us = ((unsigned int)timestamp * 16) / 3;
timestamp_us     1021 drivers/hid/hid-sony.c 		sc->timestamp_us += (delta * 16) / 3;
timestamp_us     1024 drivers/hid/hid-sony.c 	input_event(sc->sensor_dev, EV_MSC, MSC_TIMESTAMP, sc->timestamp_us);
timestamp_us      495 drivers/media/platform/qcom/venus/helpers.c void venus_helper_get_ts_metadata(struct venus_inst *inst, u64 timestamp_us,
timestamp_us      505 drivers/media/platform/qcom/venus/helpers.c 		if (inst->tss[i].ts_us != timestamp_us)
timestamp_us       65 drivers/media/platform/qcom/venus/helpers.h void venus_helper_get_ts_metadata(struct venus_inst *inst, u64 timestamp_us,
timestamp_us      102 drivers/media/platform/qcom/venus/hfi.h 			 u32 hfi_flags, u64 timestamp_us);
timestamp_us      458 drivers/media/platform/qcom/venus/hfi_msgs.c 	u64 timestamp_us = 0;
timestamp_us      525 drivers/media/platform/qcom/venus/hfi_msgs.c 		timestamp_us = timestamp_hi;
timestamp_us      526 drivers/media/platform/qcom/venus/hfi_msgs.c 		timestamp_us = (timestamp_us << 32) | timestamp_lo;
timestamp_us      532 drivers/media/platform/qcom/venus/hfi_msgs.c 			    offset, flags, hfi_flags, timestamp_us);
timestamp_us     1111 drivers/media/platform/qcom/venus/vdec.c 			  u32 hfi_flags, u64 timestamp_us)
timestamp_us     1134 drivers/media/platform/qcom/venus/vdec.c 		vb->timestamp = timestamp_us * NSEC_PER_USEC;
timestamp_us     1149 drivers/media/platform/qcom/venus/vdec.c 	venus_helper_get_ts_metadata(inst, timestamp_us, vbuf);
timestamp_us     1034 drivers/media/platform/qcom/venus/venc.c 			  u32 hfi_flags, u64 timestamp_us)
timestamp_us     1055 drivers/media/platform/qcom/venus/venc.c 		vb->timestamp = timestamp_us * NSEC_PER_USEC;