ds_type
if (hdcp_ctrl->ds_type == DS_RECEIVER)
u32 ds_type;
hdcp_ctrl->ds_type = (bcaps & BIT(6)) ? DS_REPEATER : DS_RECEIVER;
enum ds_type type;