Home
last modified time | relevance | path

Searched defs:phy (Results 1 – 22 of 22) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DHelpers.h49 inline VkResult enumerate(VkPhysicalDevice phy, const char *layer, std::vector<VkExtensionPropertie… in enumerate()
76 inline VkResult get(VkPhysicalDevice phy, std::vector<VkQueueFamilyProperties> &queues) in get()
87 inline VkResult get(VkPhysicalDevice phy, VkSurfaceKHR surface, std::vector<VkSurfaceFormatKHR> &fo… in get()
96 inline VkResult get(VkPhysicalDevice phy, VkSurfaceKHR surface, std::vector<VkPresentModeKHR> &mode… in get()
DShellAndroid.h35 bool can_present(VkPhysicalDevice phy, uint32_t queue_family) { return true; } in can_present()
DShellWin32.cpp135 bool ShellWin32::can_present(VkPhysicalDevice phy, uint32_t queue_family) in can_present()
DShellXcb.cpp185 bool ShellXcb::can_present(VkPhysicalDevice phy, uint32_t queue_family) in can_present()
DShellWayland.cpp214 bool ShellWayland::can_present(VkPhysicalDevice phy, uint32_t queue_family) { in can_present()
DShell.cpp204 for (auto phy : phys) { in init_physical_dev() local
/external/autotest/client/site_tests/network_WiFiCaps/
Dnetwork_WiFiCaps.py35 def __run_iwcap(self, phy, caps): argument
/external/syslinux/gpxe/src/drivers/net/
Dtlan.c214 u32 phy[2]; member
382 u32 phy; in TLan_FinishReset() local
1098 int TLan_MiiReadReg(struct nic *nic __unused, u16 phy, u16 reg, u16 * val) in TLan_MiiReadReg()
1252 void TLan_MiiWriteReg(struct nic *nic __unused, u16 phy, u16 reg, u16 val) in TLan_MiiWriteReg()
1343 u32 phy; in TLan_PhyDetect() local
1433 u16 phy; in TLan_PhyReset() local
1464 u16 phy; in TLan_PhyStartLink() local
1558 u16 phy; in TLan_PhyFinishAutoNeg() local
1659 u16 phy; in TLan_PhyMonitor() local
Dsis190.c698 struct sis190_phy *phy, *phy_home, *phy_default, *phy_lan; in sis190_default_phy() local
750 struct sis190_phy *phy, unsigned int phy_id, in sis190_init_phy()
823 struct sis190_phy *phy; in sis190_mii_probe() local
Depic100.c113 unsigned int phy, phy_idx; in epic100_probe() local
Dw89c840.c690 int phy, phy_idx = 0; in w89c840_probe() local
Dpcnet32.c911 int phy, phy_idx = 0; in pcnet32_probe() local
Dsundance.c612 int phy, phy_idx = 0; in sundance_probe() local
Dmtd80x.c644 int phy, phy_idx = 0; in mtd_probe() local
Dtulip.c1459 unsigned int phy, phy_idx; in start_link() local
Dvia-rhine.c517 unsigned long phy:1; member
/external/autotest/server/cros/network/
Dpacket_capturer.py84 def create_raw_monitor(self, phy, frequency, ht_type=None, argument
191 def create_raw_monitor(self, phy, frequency, ht_type=None, argument
/external/autotest/client/common_lib/cros/network/
Diw_runner.py180 def add_interface(self, phy, interface, interface_type): argument
748 def set_antenna_bitmap(self, phy, tx_bitmap, rx_bitmap): argument
/external/wpa_supplicant_8/src/drivers/
Drfkill.c108 char *phy = NULL, *rfk_phy; in rfkill_init() local
/external/vulkan-validation-layers/tests/
Dvktestbinding.h110 explicit PhysicalDevice(VkPhysicalDevice phy) : Handle(phy) { in PhysicalDevice()
141 explicit Device(VkPhysicalDevice phy) : phy_(phy) {} in Device()
153 const PhysicalDevice &phy() const { return phy_; } in phy() function
/external/wpa_supplicant_8/src/ap/
Dhostapd.c1317 const char *phy = hostapd_drv_get_radio_name(hapd); in setup_interface() local
2185 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss()
Dhostapd.h329 char phy[16]; /* Name of the PHY (radio) */ member