HomeSort by: relevance | last modified time | path
    Searched defs:seq_num_v (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c 1234 hdcp->seq_num_v = 0;
1422 u32 seq_num_v, device_cnt; local in function:hdcp2_authenticate_repeater_topology
1439 /* Converting and Storing the seq_num_v to local variable as DWORD */
1440 seq_num_v =
1441 drm_hdcp_be24_to_cpu((const u8 *)msgs.recvid_list.seq_num_v);
1443 if (seq_num_v < hdcp->seq_num_v) {
1444 /* Roll over of the seq_num_v from repeater. Reauthenticate. */
1445 DRM_DEBUG_KMS("Seq_num_v roll over.\n");
1463 hdcp->seq_num_v = seq_num_v
    [all...]
intel_display_types.h 376 u32 seq_num_v; member in struct:intel_hdcp
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_hdcp.h 202 u8 seq_num_v[HDCP_2_2_SEQ_NUM_LEN]; member in struct:hdcp2_rep_send_receiverid_list

Completed in 16 milliseconds