Home
last modified time | relevance | path

Searched refs:phy_name (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/drivers/phy/
Dphy-uclass.c80 int generic_phy_get_by_name(struct udevice *dev, const char *phy_name, in generic_phy_get_by_name() argument
85 debug("%s(dev=%p, name=%s, phy=%p)\n", __func__, dev, phy_name, phy); in generic_phy_get_by_name()
87 index = dev_read_stringlist_search(dev, "phy-names", phy_name); in generic_phy_get_by_name()
/external/autotest/server/
Dsite_linux_system.py134 def _phy_by_name(self, phy_name): argument
137 if phy.name == phy_name:
230 def _phy_in_use(self, phy_name): argument
236 if net_dev.phy == phy_name:
389 for phy_name in self.phys_for_frequency[frequency]:
390 phy_obj = self._phy_by_name(phy_name)
397 'Allowing use of %s, which reports zero antennas', phy_name)
402 phy_name, num_antennas)
Dsite_linux_router.py288 phy_name = self.iw_runner.get_interface(interface).phy
306 interface, phy_name, configuration.channel)
331 threshold = self.iw_runner.get_fragmentation_threshold(phy_name)
/external/u-boot/include/
Dgeneric-phy.h220 int generic_phy_get_by_name(struct udevice *user, const char *phy_name,
256 static inline int generic_phy_get_by_name(struct udevice *user, const char *phy_name, in generic_phy_get_by_name() argument
/external/autotest/server/site_tests/network_WiFi_Reset/
Dnetwork_WiFi_Reset.py96 phy_name = self.context.client.wifi_phy_name
97 return self._ATH10K_RESET_PATH % phy_name
/external/u-boot/drivers/net/
Dmcfmii.c180 strcpy(info->phy_name, phyinfo[i].strid); in mii_discover_phy()
191 strcpy(info->phy_name, "unknown"); in mii_discover_phy()
Dfsl_mcdmafec.c552 fec_info[i].phy_name = (char *)memalign(CONFIG_SYS_CACHELINE_SIZE, 32); in mcdmafec_initialize()
Dmcffec.c591 fec_info[i].phy_name = (char *)memalign(CONFIG_SYS_CACHELINE_SIZE, 32); in mcffec_initialize()
/external/u-boot/arch/m68k/include/asm/
Dfsl_mcdmafec.h71 char *phy_name; member
Dfec.h94 char *phy_name; member
/external/wpa_supplicant_8/src/ap/
Dhostapd.c2725 const char *conf_file = NULL, *phy_name = NULL; in hostapd_add_iface() local
2729 phy_name = buf + 11; in hostapd_add_iface()
2730 pos = os_strchr(phy_name, ':'); in hostapd_add_iface()
2738 hapd_iface = hostapd_interface_init_bss(interfaces, phy_name, in hostapd_add_iface()