Home
last modified time | relevance | path

Searched refs:timestamp_us (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.h68 void venus_helper_get_ts_metadata(struct venus_inst *inst, u64 timestamp_us,
H A Dvdec.c1414 u32 hfi_flags, u64 timestamp_us) in vdec_buf_done() argument
1441 vb->timestamp = timestamp_us * NSEC_PER_USEC; in vdec_buf_done()
1461 venus_helper_get_ts_metadata(inst, timestamp_us, vbuf); in vdec_buf_done()
H A Dvenc.c1352 u32 hfi_flags, u64 timestamp_us) in venc_buf_done() argument
1375 vb->timestamp = timestamp_us * NSEC_PER_USEC; in venc_buf_done()
H A Dhelpers.c476 void venus_helper_get_ts_metadata(struct venus_inst *inst, u64 timestamp_us, in venus_helper_get_ts_metadata() argument
486 if (inst->tss[i].ts_us != timestamp_us) in venus_helper_get_ts_metadata()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h98 uint64_t timestamp_us; member
/linux/drivers/net/can/usb/
H A Dgs_usb.c242 __le32 timestamp_us; member
256 __le32 timestamp_us; member
529 timestamp = le32_to_cpu(hf->canfd_ts->timestamp_us); in gs_usb_set_timestamp()
531 timestamp = le32_to_cpu(hf->classic_can_ts->timestamp_us); in gs_usb_set_timestamp()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcfr.c290 header->meta_data.timestamp = params->timestamp_us; in ath11k_cfr_fill_hdr_info()
H A Dwmi.c8824 tx_params->timestamp_us = params->timestamp_us; in ath11k_wmi_tlv_cfr_capture_event_fixed_param()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c131 current_snapshot->timestamp_us = dm_get_timestamp(dc->ctx); in start_new_topology_snapshot()