Searched refs:num_altmodes (Results 1 – 1 of 1) sorted by relevance
23 int num_altmodes; member42 int num_altmodes; member680 int num_altmodes; in number_of_alternate_modes_show() local684 num_altmodes = partner->num_altmodes; in number_of_alternate_modes_show()687 num_altmodes = plug->num_altmodes; in number_of_alternate_modes_show()692 return sysfs_emit(buf, "%d\n", num_altmodes); in number_of_alternate_modes_show()710 if (partner->num_altmodes < 0) in typec_partner_attr_is_visible()799 int typec_partner_set_num_altmodes(struct typec_partner *partner, int num_altmodes) in typec_partner_set_num_altmodes() argument803 if (num_altmodes < 0) in typec_partner_set_num_altmodes()806 partner->num_altmodes = num_altmodes; in typec_partner_set_num_altmodes()[all …]