Home
last modified time | relevance | path

Searched refs:phy_bulk (Results 1 – 12 of 12) sorted by relevance

/u-boot/include/
A Dgeneric-phy.h202 struct phy_bulk { struct
374 int generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk);
383 int generic_phy_init_bulk(struct phy_bulk *bulk);
392 int generic_phy_exit_bulk(struct phy_bulk *bulk);
401 int generic_phy_power_on_bulk(struct phy_bulk *bulk);
410 int generic_phy_power_off_bulk(struct phy_bulk *bulk);
487 generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk) in generic_phy_get_bulk()
492 static inline int generic_phy_init_bulk(struct phy_bulk *bulk) in generic_phy_init_bulk()
497 static inline int generic_phy_exit_bulk(struct phy_bulk *bulk) in generic_phy_exit_bulk()
502 static inline int generic_phy_power_on_bulk(struct phy_bulk *bulk) in generic_phy_power_on_bulk()
[all …]
A Ddwc3-uboot.h51 int dwc3_setup_phy(struct udevice *dev, struct phy_bulk *phys);
52 int dwc3_shutdown_phy(struct udevice *dev, struct phy_bulk *phys);
54 static inline int dwc3_setup_phy(struct udevice *dev, struct phy_bulk *phys) in dwc3_setup_phy()
59 static inline int dwc3_shutdown_phy(struct udevice *dev, struct phy_bulk *phys) in dwc3_shutdown_phy()
/u-boot/drivers/phy/
A Dphy-uclass.c403 int generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk) in generic_phy_get_bulk()
441 int generic_phy_init_bulk(struct phy_bulk *bulk) in generic_phy_init_bulk()
463 int generic_phy_exit_bulk(struct phy_bulk *bulk) in generic_phy_exit_bulk()
474 int generic_phy_power_on_bulk(struct phy_bulk *bulk) in generic_phy_power_on_bulk()
496 int generic_phy_power_off_bulk(struct phy_bulk *bulk) in generic_phy_power_off_bulk()
/u-boot/drivers/usb/host/
A Dxhci-mtk.c81 struct phy_bulk phys;
274 struct phy_bulk *phys = &mtk->phys; in xhci_mtk_phy_setup()
A Dxhci-dwc3.c27 struct phy_bulk phys;
/u-boot/drivers/usb/dwc3/
A Ddwc3-layerscape.c31 struct phy_bulk phys;
A Dcore.c1014 int dwc3_setup_phy(struct udevice *dev, struct phy_bulk *phys) in dwc3_setup_phy()
1033 int dwc3_shutdown_phy(struct udevice *dev, struct phy_bulk *phys) in dwc3_shutdown_phy()
A Ddwc3-generic.c42 struct phy_bulk phys;
/u-boot/test/dm/
A Dphy.c132 struct phy_bulk phys; in dm_test_phy_bulk()
/u-boot/drivers/usb/mtu3/
A Dmtu3.h160 struct phy_bulk phys;
A Dmtu3_plat.c68 struct phy_bulk *phys = &ssusb->phys; in ssusb_phy_setup()
/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg.c956 struct phy_bulk phys;
965 static int dwc2_phy_setup(struct udevice *dev, struct phy_bulk *phys) in dwc2_phy_setup()
984 static void dwc2_phy_shutdown(struct udevice *dev, struct phy_bulk *phys) in dwc2_phy_shutdown()

Completed in 33 milliseconds