Searched refs:skedb (Results 1 – 1 of 1) sorted by relevance
1522 struct sink_caps_ext_msg skedb = {0}; in tcpm_pd_send_sink_cap_ext() local1549 skedb.vid = cpu_to_le16(pd_ident->vid); in tcpm_pd_send_sink_cap_ext()1550 skedb.pid = cpu_to_le16(pd_ident->pid); in tcpm_pd_send_sink_cap_ext()1551 skedb.xid = cpu_to_le32(pd_ident->xid); in tcpm_pd_send_sink_cap_ext()1552 skedb.skedb_ver = SKEDB_VER_1_0; in tcpm_pd_send_sink_cap_ext()1553 skedb.load_step = data->load_step; in tcpm_pd_send_sink_cap_ext()1554 skedb.load_char = cpu_to_le16(data->load_char); in tcpm_pd_send_sink_cap_ext()1555 skedb.compliance = data->compliance; in tcpm_pd_send_sink_cap_ext()1556 skedb.batt_info = min(port->fixed_batt_cnt, MAX_NUM_FIXED_BATT); in tcpm_pd_send_sink_cap_ext()1557 skedb.modes = data->modes; in tcpm_pd_send_sink_cap_ext()[all …]