Home
last modified time | relevance | path

Searched refs:link_type (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/cros/chameleon/
Dchameleon_audio_helper.py152 link_type = self.LINK_TABLE.get((source.port_id, sink.port_id), None)
153 if not link_type:
159 if link_type == audio_widget_link.HDMIWidgetLink:
167 elif issubclass(link_type, audio_widget_link.AudioBusLink):
169 link = link_type(self._audio_board.get_audio_bus(bus_index))
171 elif issubclass(link_type, audio_widget_link.BluetoothWidgetLink):
182 link = link_type(
186 elif issubclass(link_type, audio_widget_link.USBWidgetLink):
194 link = link_type(self._usb_ctrl)
196 raise NotImplementedError('Link %s is not implemented' % link_type)
/external/u-boot/drivers/net/ti/
Dkeystone_net.c42 enum link_type { enum
98 enum link_type link_type; member
706 priv->link_type = fdtdec_get_int(fdt, slave, "link-interface", -1); in ks2_eth_parse_slave_interface()
722 if (priv->link_type == LINK_TYPE_SGMII_MAC_TO_PHY_MODE) { in ks2_eth_parse_slave_interface()
727 } else if (priv->link_type == LINK_TYPE_RGMII_LINK_MAC_PHY) { in ks2_eth_parse_slave_interface()
/external/tcpdump/
Dprint-lmp.c434 u_int link_type; in lmp_print() local
1025 link_type = EXTRACT_8BITS(obj_tptr); in lmp_print()
1029 "Unknown", link_type), in lmp_print()
1030 link_type)); in lmp_print()
1032 switch (link_type) { in lmp_print()
Dprint-olsr.c326 uint8_t link_type, neighbor_type; in olsr_print() local
449 link_type = OLSR_EXTRACT_LINK_TYPE(ptr.hello_link->link_code); in olsr_print()
457 tok2str(olsr_link_type_values, "Unknown", link_type), in olsr_print()
Dospf.h156 uint8_t link_type; member
Dprint-ospf6.c159 uint8_t link_type; member
508 switch (rlp->link_type) { in ospf6_print_lsa()
536 rlp->link_type)); in ospf6_print_lsa()
Dprint-ospf.c648 switch (rlp->un_tos.link.link_type) { in ospf_print_lsa()
676 rlp->un_tos.link.link_type)); in ospf_print_lsa()
/external/u-boot/include/fsl-mc/
Dfsl_dpmac.h46 MC_RSP_OP(cmd, 1, 32, 8, enum dpmac_link_type, attr->link_type);\
249 enum dpmac_link_type link_type; member
/external/libgav1/libgav1/cmake/
Dlibgav1_targets.cmake299 set(link_type PUBLIC) variable
301 set(link_type PRIVATE) variable
314 target_link_libraries(${lib_NAME} ${link_type} ${lib_LIB_DEPS})