Searched refs:phy_bulk (Results 1 – 12 of 12) sorted by relevance
| /u-boot/include/ |
| A D | generic-phy.h | 202 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 D | dwc3-uboot.h | 51 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 D | phy-uclass.c | 403 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 D | xhci-mtk.c | 81 struct phy_bulk phys; 274 struct phy_bulk *phys = &mtk->phys; in xhci_mtk_phy_setup()
|
| A D | xhci-dwc3.c | 27 struct phy_bulk phys;
|
| /u-boot/drivers/usb/dwc3/ |
| A D | dwc3-layerscape.c | 31 struct phy_bulk phys;
|
| A D | core.c | 1014 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 D | dwc3-generic.c | 42 struct phy_bulk phys;
|
| /u-boot/test/dm/ |
| A D | phy.c | 132 struct phy_bulk phys; in dm_test_phy_bulk()
|
| /u-boot/drivers/usb/mtu3/ |
| A D | mtu3.h | 160 struct phy_bulk phys;
|
| A D | mtu3_plat.c | 68 struct phy_bulk *phys = &ssusb->phys; in ssusb_phy_setup()
|
| /u-boot/drivers/usb/gadget/ |
| A D | dwc2_udc_otg.c | 956 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