Home
last modified time | relevance | path

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

/u-boot/include/
A Dgeneric-phy.h153 struct phy_bulk { struct
307 int generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk);
316 int generic_phy_init_bulk(struct phy_bulk *bulk);
325 int generic_phy_exit_bulk(struct phy_bulk *bulk);
334 int generic_phy_power_on_bulk(struct phy_bulk *bulk);
343 int generic_phy_power_off_bulk(struct phy_bulk *bulk);
385 generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk) in generic_phy_get_bulk()
390 static inline int generic_phy_init_bulk(struct phy_bulk *bulk) in generic_phy_init_bulk()
395 static inline int generic_phy_exit_bulk(struct phy_bulk *bulk) in generic_phy_exit_bulk()
400 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.c218 int generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk) in generic_phy_get_bulk()
248 int generic_phy_init_bulk(struct phy_bulk *bulk) in generic_phy_init_bulk()
270 int generic_phy_exit_bulk(struct phy_bulk *bulk) in generic_phy_exit_bulk()
281 int generic_phy_power_on_bulk(struct phy_bulk *bulk) in generic_phy_power_on_bulk()
303 int generic_phy_power_off_bulk(struct phy_bulk *bulk) in generic_phy_power_off_bulk()
/u-boot/drivers/usb/host/
A Dxhci-mtk.c61 struct phy_bulk phys;
228 struct phy_bulk *phys = &mtk->phys; in xhci_mtk_phy_setup()
A Dxhci-dwc3.c24 struct phy_bulk phys;
/u-boot/test/dm/
A Dphy.c118 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.c945 struct phy_bulk phys;
954 static int dwc2_phy_setup(struct udevice *dev, struct phy_bulk *phys) in dwc2_phy_setup()
973 static void dwc2_phy_shutdown(struct udevice *dev, struct phy_bulk *phys) in dwc2_phy_shutdown()
/u-boot/drivers/usb/dwc3/
A Ddwc3-generic.c44 struct phy_bulk phys;
A Dcore.c858 int dwc3_setup_phy(struct udevice *dev, struct phy_bulk *phys) in dwc3_setup_phy()
877 int dwc3_shutdown_phy(struct udevice *dev, struct phy_bulk *phys) in dwc3_shutdown_phy()

Completed in 14 milliseconds