Home
last modified time | relevance | path

Searched refs:phy_ops (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/drivers/phy/
Dphy-uclass.c11 static inline struct phy_ops *phy_dev_ops(struct udevice *dev) in phy_dev_ops()
13 return (struct phy_ops *)dev->driver->ops; in phy_dev_ops()
38 struct phy_ops *ops; in generic_phy_get_by_index()
98 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_init()
105 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_reset()
112 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_exit()
119 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_power_on()
126 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_power_off()
Dnop-phy.c17 static struct phy_ops nop_phy_ops = {
Dbcm6358-usbh-phy.c47 static struct phy_ops bcm6358_usbh_ops = {
Dbcm6348-usbh-phy.c33 static struct phy_ops bcm6348_usbh_ops = {
Dsandbox-phy.c85 static struct phy_ops sandbox_phy_ops = {
Dbcm6318-usbh-phy.c67 static struct phy_ops bcm6318_usbh_ops = {
Dsti_usb_phy.c98 struct phy_ops sti_usb_phy_ops = {
Dbcm6368-usbh-phy.c69 static struct phy_ops bcm6368_usbh_ops = {
Dmeson-gxl-usb3.c155 struct phy_ops meson_gxl_usb3_phy_ops = {
Dmeson-gxl-usb2.c185 struct phy_ops meson_gxl_usb2_phy_ops = {
Dphy-stm32-usbphyc.c318 static const struct phy_ops stm32_usbphyc_phy_ops = {
Dti-pipe3-phy.c358 static struct phy_ops pipe3_phy_ops = {
/external/u-boot/include/
Dgeneric-phy.h36 struct phy_ops { struct
/external/u-boot/drivers/phy/allwinner/
Dphy-sun4i-usb.c392 static struct phy_ops sun4i_usb_phy_ops = {