Searched refs:UCLASS_PHY (Results 1 – 21 of 21) sorted by relevance
/openbmc/u-boot/drivers/phy/ |
H A D | phy-uclass.c | 54 ret = uclass_get_device_by_ofnode(UCLASS_PHY, args.node, &phydev); in generic_phy_get_by_index() 60 ret = uclass_get_device_by_ofnode(UCLASS_PHY, in generic_phy_get_by_index() 145 .id = UCLASS_PHY,
|
H A D | nop-phy.c | 22 .id = UCLASS_PHY,
|
H A D | bcm6348-usbh-phy.c | 84 .id = UCLASS_PHY,
|
H A D | bcm6358-usbh-phy.c | 84 .id = UCLASS_PHY,
|
H A D | sandbox-phy.c | 99 .id = UCLASS_PHY,
|
H A D | keystone-usb-phy.c | 104 .id = UCLASS_PHY,
|
H A D | msm8916-usbh-phy.c | 104 .id = UCLASS_PHY,
|
H A D | bcm6318-usbh-phy.c | 134 .id = UCLASS_PHY,
|
H A D | phy-rcar-gen3.c | 155 .id = UCLASS_PHY,
|
H A D | sti_usb_phy.c | 175 .id = UCLASS_PHY,
|
H A D | bcm6368-usbh-phy.c | 187 .id = UCLASS_PHY,
|
H A D | phy-rcar-gen2.c | 184 .id = UCLASS_PHY,
|
H A D | omap-usb2-phy.c | 214 .id = UCLASS_PHY,
|
H A D | meson-gxl-usb3.c | 193 .id = UCLASS_PHY,
|
H A D | meson-gxl-usb2.c | 230 .id = UCLASS_PHY,
|
H A D | phy-stm32-usbphyc.c | 397 .id = UCLASS_PHY,
|
H A D | ti-pipe3-phy.c | 383 .id = UCLASS_PHY,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 73 UCLASS_PHY, /* Physical Layer (PHY) device */ enumerator
|
/openbmc/u-boot/test/dm/ |
H A D | phy.c | 48 ut_asserteq(-ENODEV, uclass_get_device(UCLASS_PHY, 3, &dev)); in dm_test_phy_base()
|
/openbmc/u-boot/board/st/stm32mp1/ |
H A D | stm32mp1.c | 108 ret = uclass_get_device_by_of_offset(UCLASS_PHY, in board_usb_init()
|
/openbmc/u-boot/drivers/phy/allwinner/ |
H A D | phy-sun4i-usb.c | 602 .id = UCLASS_PHY,
|