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

1 2

  /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);
  /packages/apps/Car/libs/car-broadcastradio-support/src/com/android/car/broadcastradio/support/platform/
ProgramInfoExt.java 92 ProgramSelector.Identifier phy = info.getPhysicallyTunedTo(); local
93 if (phy != null && phy.getType() == ProgramSelector.IDENTIFIER_TYPE_AMFM_FREQUENCY) {
94 String chName = ProgramSelectorExt.formatAmFmFrequency(phy.getValue(), flags);
  /system/bt/bta/gatt/
bta_gattc_api.cc 114 * initiating_phys: LE PHY to use, optional
122 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); local
124 phy);
  /system/bt/stack/gatt/
gatt_api.cc 1098 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); local
    [all...]
  /system/bt/stack/l2cap/
l2c_api.cc 1661 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); local
    [all...]
l2c_utils.cc 2113 uint8_t phy = controller_get_interface()->get_le_all_initiating_phys(); local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
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. */
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...]
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...]
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...]
mtd80x.c 65 /* for different PHY */
119 PHYIDENTIFIER = 0x50, /* phy identifier */
123 BPREMRPSR = 0x5c, /* bypass & receive error mask and phy status */
234 /* Constants for Myson PHY */
245 /* Constants for Seeq 80225 PHY */
254 /* Constants for Ahdoc 101 PHY */
278 // for phy specific status register, marvell phy.
285 // 89/12/29 add, for phy specific status register, levelone phy, (begin
644 int phy, phy_idx = 0; local
    [all...]
sundance.c 612 int phy, phy_idx = 0; local
615 for (phy = 1; phy < 32 && phy_idx < MII_CNT; phy++) {
616 int mii_status = mdio_read(nic, phy, MII_BMSR);
618 sdc->phys[phy_idx++] = phy;
620 mdio_read(nic, phy, MII_ADVERTISE);
624 ( "%s: MII PHY found at address %d, status " "%hX advertising %hX\n", sdc->nic_name, phy, mii_status, sdc->mii_if.advertising );
661 /* Fibre PHY? *
    [all...]
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...]
tulip.c 487 static const char * block_name[] = {"21140 non-MII", "21140 MII PHY",
488 "21142 Serial PHY", "21142 MII PHY", "21143 SYM PHY", "21143 reset method"};
1459 unsigned int phy, phy_idx; local
    [all...]
via-rhine.c 517 unsigned long phy:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon38191
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 150 explicit PhysicalDevice(VkPhysicalDevice phy) : Handle(phy) {
192 explicit Device(VkPhysicalDevice phy) : phy_(phy) {}
204 const PhysicalDevice &phy() const { return phy_; } function in class:vk_testing::Device
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.h 110 explicit PhysicalDevice(VkPhysicalDevice phy) : Handle(phy) {
141 explicit Device(VkPhysicalDevice phy) : phy_(phy) {}
153 const PhysicalDevice &phy() const { return phy_; } function in class:vk_testing::Device
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/drivers/ddr/
ddr_rk3368.c 166 struct DDRPHY_SAVE_REG_TAG phy; member in struct:BACKUP_REG_TAG
311 /* PHY */
312 p_ddr_reg->phy.PHY_REG0 = mmio_read_32(DDR_PHY_BASE + DDR_PHY_REG0);
313 p_ddr_reg->phy.PHY_REG1 = mmio_read_32(DDR_PHY_BASE + DDR_PHY_REG1);
314 p_ddr_reg->phy.PHY_REGB = mmio_read_32(DDR_PHY_BASE + DDR_PHY_REGB);
315 p_ddr_reg->phy.PHY_REGC = mmio_read_32(DDR_PHY_BASE + DDR_PHY_REGC);
316 p_ddr_reg->phy.PHY_REG11 = mmio_read_32(DDR_PHY_BASE + DDR_PHY_REG11);
317 p_ddr_reg->phy.PHY_REG13 = mmio_read_32(DDR_PHY_BASE + DDR_PHY_REG13);
318 p_ddr_reg->phy.PHY_REG14 = mmio_read_32(DDR_PHY_BASE + DDR_PHY_REG14);
319 p_ddr_reg->phy.PHY_REG16 = mmio_read_32(DDR_PHY_BASE + DDR_PHY_REG16)
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.c 1338 const char *phy = hostapd_drv_get_radio_name(hapd); local
    [all...]
hostapd.h 393 char phy[16]; /* Name of the PHY (radio) */ member in struct:hostapd_iface
540 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
  /external/python/cpython3/Lib/test/
test_enum.py 495 class phy(int, Enum): class in function:TestEnum.test_intenum_from_scratch
498 self.assertTrue(phy.pi < phy.tau)
503 class phy(IntEnum): class in function:TestEnum.test_intenum_inherited
506 self.assertTrue(phy.pi < phy.tau)
509 class phy(float, Enum): class in function:TestEnum.test_floatenum_from_scratch
512 self.assertTrue(phy.pi < phy.tau)
517 class phy(FloatEnum) class in function:TestEnum.test_floatenum_inherited
523 class phy(str, Enum): class in function:TestEnum.test_strenum_from_scratch
531 class phy(StrEnum): class in function:TestEnum.test_strenum_inherited
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 

Completed in 355 milliseconds

1 2