Searched refs:skedb (Results 1 – 1 of 1) sorted by relevance
1473 struct sink_caps_ext_msg skedb = {0}; in tcpm_pd_send_sink_cap_ext() local1498 skedb.vid = cpu_to_le16(pd_ident->vid); in tcpm_pd_send_sink_cap_ext()1499 skedb.pid = cpu_to_le16(pd_ident->pid); in tcpm_pd_send_sink_cap_ext()1500 skedb.xid = cpu_to_le32(pd_ident->xid); in tcpm_pd_send_sink_cap_ext()1501 skedb.skedb_ver = SKEDB_VER_1_0; in tcpm_pd_send_sink_cap_ext()1502 skedb.load_step = data->load_step; in tcpm_pd_send_sink_cap_ext()1503 skedb.load_char = cpu_to_le16(data->load_char); in tcpm_pd_send_sink_cap_ext()1504 skedb.compliance = data->compliance; in tcpm_pd_send_sink_cap_ext()1505 skedb.modes = data->modes; in tcpm_pd_send_sink_cap_ext()1506 skedb.spr_min_pdp = data->spr_min_pdp; in tcpm_pd_send_sink_cap_ext()[all …]