HomeSort by relevance Sort by last modified time
    Searched refs:phy (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/autotest/server/
site_linux_system.py 21 ['inherited', 'phy', 'if_name', 'if_type'])
104 phy=interface.phy))
124 """@return iterable object of PHY descriptions for this system."""
131 """@return IwPhy for PHY with name |phy_name|, or None."""
132 for phy in self._phy_list:
133 if phy.name == phy_name:
134 return phy
147 A dict |phy_bus_type| which maps from each phy to the bus type for
148 each phy
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Helpers.h 49 inline VkResult enumerate(VkPhysicalDevice phy, const char *layer, std::vector<VkExtensionProperties> &exts)
52 vk::EnumerateDeviceExtensionProperties(phy, layer, &count, nullptr);
55 return vk::EnumerateDeviceExtensionProperties(phy, layer, &count, exts.data());
76 inline VkResult get(VkPhysicalDevice phy, std::vector<VkQueueFamilyProperties> &queues)
79 vk::GetPhysicalDeviceQueueFamilyProperties(phy, &count, nullptr);
82 vk::GetPhysicalDeviceQueueFamilyProperties(phy, &count, queues.data());
87 inline VkResult get(VkPhysicalDevice phy, VkSurfaceKHR surface, std::vector<VkSurfaceFormatKHR> &formats)
90 vk::GetPhysicalDeviceSurfaceFormatsKHR(phy, surface, &count, nullptr);
93 return vk::GetPhysicalDeviceSurfaceFormatsKHR(phy, surface, &count, formats.data());
96 inline VkResult get(VkPhysicalDevice phy, VkSurfaceKHR surface, std::vector<VkPresentModeKHR> &modes
    [all...]
ShellXcb.h 35 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
Shell.h 129 bool has_all_device_layers(VkPhysicalDevice phy) const;
130 bool has_all_device_extensions(VkPhysicalDevice phy) const;
134 virtual bool can_present(VkPhysicalDevice phy, uint32_t queue_family) = 0;
ShellAndroid.h 35 bool can_present(VkPhysicalDevice phy, uint32_t queue_family) { return true; }
ShellWayland.h 34 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
ShellWin32.h 34 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
ShellWin32.cpp 135 bool ShellWin32::can_present(VkPhysicalDevice phy, uint32_t queue_family)
138 phy, queue_family) == VK_TRUE;
Shell.cpp 133 bool Shell::has_all_device_extensions(VkPhysicalDevice phy) const
137 vk::enumerate(phy, nullptr, exts);
204 for (auto phy : phys) {
205 if (!has_all_device_extensions(phy))
210 vk::get(phy, queues);
223 if (present_queue_family < 0 && can_present(phy, i))
231 ctx_.physical_dev = phy;
  /external/autotest/client/site_tests/network_WiFiCaps/
network_WiFiCaps.py 35 def __run_iwcap(self, phy, caps):
37 iwcap = utils.run(dir + ' ' + phy + ' ' + string.join(caps))
41 phy = utils.system_output("iw list | awk '/^Wiphy/ {print $2}'")
42 if not phy or 'phy' not in phy:
64 results = self.__run_iwcap(phy, requiredCaps.keys())
  /external/syslinux/gpxe/src/drivers/net/
tlan.c 214 u32 phy[2]; member in struct:tlan_private
382 u32 phy; local
391 phy = priv->phy[priv->phyNum];
404 TLan_MiiReadReg(nic, phy, MII_PHYSID1, &tlphy_id1);
405 TLan_MiiReadReg(nic, phy, MII_PHYSID2, &tlphy_id2);
412 TLan_MiiReadReg(nic, phy, MII_BMSR, &status);
414 TLan_MiiReadReg(nic, phy, MII_BMSR, &status);
415 if ((status & BMSR_LSTATUS) && /* We only support link info on Nat.Sem. PHY's */
418 TLan_MiiReadReg(nic, phy, MII_LPA, &partner)
1343 u32 phy; local
1433 u16 phy; local
1464 u16 phy; local
1558 u16 phy; local
1659 u16 phy; local
    [all...]
sis190.c 97 DBG("sis190: PHY command timed out !\n");
689 * sis190_default_phy - Select default PHY for sis190 mac.
692 * Select first detected PHY with link as default.
693 * If no one is link on, select PHY whose types is HOME as default.
698 struct sis190_phy *phy, *phy_home, *phy_default, *phy_lan; local
705 list_for_each_entry(phy, &tp->first_phy, list) {
706 status = mdio_read_latched(ioaddr, phy->phy_id, MII_BMSR);
708 // Link ON & Not select default PHY & not ghost PHY.
711 (phy->type != UNKNOWN))
823 struct sis190_phy *phy; local
    [all...]
epic100.c 113 unsigned int phy, phy_idx; local
195 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(phys); phy++) {
196 int mii_status = mii_read(phy, 0);
199 phys[phy_idx++] = phy;
201 printf("MII transceiver found at address %d.\n", phy);
209 /* Use the known PHY address of the EPII. */
w89c840.c 690 int phy, phy_idx = 0; local
691 for (phy = 1; phy < 32 && phy_idx < 4; phy++) {
692 int mii_status = mdio_read(ioaddr, phy, 1);
694 w840private.phys[phy_idx++] = phy;
695 w840private.advertising = mdio_read(ioaddr, phy, 4);
698 printf("winbond-840 : MII PHY found at address %d, status "
699 "%X advertising %hX.\n", phy, mii_status, w840private.advertising);
708 printf("winbond-840 : MII PHY not found -- this device may not operate correctly.\n")
    [all...]
pcnet32.c 911 int phy, phy_idx = 0; local
914 for (phy = 1; phy < 32 && phy_idx < MII_CNT; phy++) {
915 int mii_status = mdio_read(nic, phy, MII_BMSR);
917 lp->phys[phy_idx++] = phy;
919 mdio_read(nic, phy, MII_ADVERTISE);
921 tmp = phy;
922 dprintf (("MII PHY found at address %d, status "
923 "%hX advertising %hX\n", phy, mii_status,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
rfkill.c 108 char *phy = NULL, *rfk_phy; local
119 phy = realpath(buf, NULL);
120 if (!phy) {
163 found = os_strcmp(phy, rfk_phy) == 0;
188 free(phy);
198 free(phy);
  /external/vulkan-validation-layers/tests/
vktestframeworkandroid.cpp 31 vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_B8G8R8A8_UNORM, &format_props);
36 vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_R8G8B8A8_UNORM, &format_props);
  /frameworks/base/core/java/android/bluetooth/le/
ScanSettings.java 130 * the 1Mbit PHY only.
206 int numOfMatchesPerFilter, boolean legacy, int phy) {
214 mPhy = phy;
401 * may be used to check whether LE Coded phy is supported by calling
403 * Selecting an unsupported phy will result in failure to start scan.
405 * @param phy Can be one of
410 public Builder setPhy(int phy) {
411 mPhy = phy;
  /external/iw/
Android.mk 6 iw.c genl.c event.c info.c phy.c \
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 51 IwNetDev = collections.namedtuple('IwNetDev', ['phy', 'if_name', 'if_type'])
55 # name: string name of the phy, such as "phy0"
64 'Phy', ['name', 'bands', 'modes', 'commands', 'features',
257 def add_interface(self, phy, interface, interface_type):
259 Add an interface to a WiFi PHY.
261 @param phy: string name of PHY to add an interface to.
266 self._run('%s phy %s interface add %s type %s' %
267 (self._command_iw, phy, interface, interface_type))
462 # phy#
    [all...]
  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 57 raise error.TestFail('Test expects a single PHY, but we got %d' %
60 phy = phys[0]
61 bands = [band for band in phy.bands if frequency in band.frequencies]
  /external/autotest/server/site_tests/network_WiFi_VerifyAttenuator/
network_WiFi_VerifyAttenuator.py 87 """Get the phy number corresponding to a hostapd instance.
90 @return int phy number corresponding to that AP (e.g.
94 phy = self.context.router.get_hostapd_phy(instance)
95 if not phy.startswith('phy'):
96 raise error.TestError('Unexpected phy name %s' % phy)
98 return int(phy[3:])
140 """Verify that each phy has two attenuators controlling its signal.
159 # But allow one antenna on this phy
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 625 * Bluetooth LE 1M PHY. Used to refer to LE 1M Physical Channel for advertising, scanning or
631 * Bluetooth LE 2M PHY. Used to refer to LE 2M Physical Channel for advertising, scanning or
637 * Bluetooth LE Coded PHY. Used to refer to LE Coded Physical Channel for advertising, scanning
643 * Bluetooth LE 1M PHY mask. Used to specify LE 1M Physical Channel as one of many available
649 * Bluetooth LE 2M PHY mask. Used to specify LE 2M Physical Channel as one of many available
655 * Bluetooth LE Coded PHY mask. Used to specify LE Coded Physical Channel as one of many
661 * No preferred coding when transmitting on the LE Coded PHY.
666 * Prefer the S=2 coding to be used when transmitting on the LE Coded PHY.
671 * Prefer the S=8 coding to be used when transmitting on the LE Coded PHY.
    [all...]
  /external/autotest/server/cros/network/
packet_capturer.py 84 def create_raw_monitor(self, phy, frequency, ht_type=None,
88 @param phy string ignored.
191 def create_raw_monitor(self, phy, frequency, ht_type=None,
193 """Create and configure a monitor type WiFi interface on a phy.
197 @param phy string phy name for created monitor (e.g. phy0).
210 result = self._host.run('%s phy %s interface add %s type monitor' %
212 phy,
  /hardware/libhardware/include/hardware/
ble_scanner.h 128 RawAddress address, uint8_t phy, uint16_t interval)>;

Completed in 1483 milliseconds

1 2 3