Searched refs:phy_bulk (Results 1 – 2 of 2) sorted by relevance
202 struct phy_bulk { struct374 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);490 generic_phy_get_bulk(struct udevice *dev, struct phy_bulk *bulk) in generic_phy_get_bulk()495 static inline int generic_phy_init_bulk(struct phy_bulk *bulk) in generic_phy_init_bulk()500 static inline int generic_phy_exit_bulk(struct phy_bulk *bulk) in generic_phy_exit_bulk()505 static inline int generic_phy_power_on_bulk(struct phy_bulk *bulk) in generic_phy_power_on_bulk()[all …]
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()
Completed in 10 milliseconds