Searched refs:ttos (Results 1 – 2 of 2) sorted by relevance
637 return ttos; in get_toptype_ttos()647 if (ttos->subtypes[i].alias) in get_subtype_desc()666 if (ttos->modes[i].alias) in get_mode_desc()668 for (desc = ttos->modes[i].desc; in get_mode_desc()687 ttos = get_toptype_ttos(ifmw); in print_media_word()713 desc = get_mode_desc(ifmw, ttos); in print_media_word()720 if (ttos->options[i].alias) in print_media_word()722 for (desc = ttos->options[i].desc; in print_media_word()747 ttos = get_toptype_ttos(ifmw); in print_media_word_ifconfig()767 desc = get_mode_desc(ifmw, ttos); in print_media_word_ifconfig()[all …]
440 const struct ifmedia_type_to_subtype *ttos; in ifmedia_printword() local444 for (desc = ifm_type_descriptions, ttos = ifmedia_types_to_subtypes; in ifmedia_printword()445 desc->ifmt_string != NULL; desc++, ttos++) in ifmedia_printword()455 for (desc = ttos->modes; desc && desc->ifmt_string != NULL; desc++) in ifmedia_printword()471 for (desc = ttos->subtypes; desc->ifmt_string != NULL; desc++) in ifmedia_printword()498 for (desc = ttos->options; desc->ifmt_string != NULL; desc++) { in ifmedia_printword()