Searched refs:UCLASS_PHY (Results 1 – 15 of 15) sorted by relevance
/external/u-boot/drivers/phy/ |
D | phy-uclass.c | 54 ret = uclass_get_device_by_ofnode(UCLASS_PHY, args.node, &phydev); in generic_phy_get_by_index() 132 .id = UCLASS_PHY,
|
D | nop-phy.c | 22 .id = UCLASS_PHY,
|
D | bcm6358-usbh-phy.c | 84 .id = UCLASS_PHY,
|
D | bcm6348-usbh-phy.c | 84 .id = UCLASS_PHY,
|
D | sandbox-phy.c | 99 .id = UCLASS_PHY,
|
D | bcm6318-usbh-phy.c | 134 .id = UCLASS_PHY,
|
D | sti_usb_phy.c | 175 .id = UCLASS_PHY,
|
D | bcm6368-usbh-phy.c | 187 .id = UCLASS_PHY,
|
D | meson-gxl-usb3.c | 193 .id = UCLASS_PHY,
|
D | meson-gxl-usb2.c | 230 .id = UCLASS_PHY,
|
D | phy-stm32-usbphyc.c | 397 .id = UCLASS_PHY,
|
D | ti-pipe3-phy.c | 367 .id = UCLASS_PHY,
|
/external/u-boot/include/dm/ |
D | uclass-id.h | 63 UCLASS_PHY, /* Physical Layer (PHY) device */ enumerator
|
/external/u-boot/test/dm/ |
D | phy.c | 48 ut_asserteq(-ENODEV, uclass_get_device(UCLASS_PHY, 3, &dev)); in dm_test_phy_base()
|
/external/u-boot/drivers/phy/allwinner/ |
D | phy-sun4i-usb.c | 569 .id = UCLASS_PHY,
|