Home
last modified time | relevance | path

Searched defs:bulk (Results 1 – 13 of 13) sorted by relevance

/u-boot/drivers/core/
A Dsimple-pm-bus.c17 struct clk_bulk *bulk = dev_get_priv(dev); in simple_pm_bus_probe() local
34 struct clk_bulk *bulk = dev_get_priv(dev); in simple_pm_bus_remove() local
/u-boot/include/
A Dgeneric-phy.h385 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()
405 static inline int generic_phy_power_off_bulk(struct phy_bulk *bulk) in generic_phy_power_off_bulk()
A Dreset.h356 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk()
409 struct reset_ctl_bulk *bulk) in reset_get_bulk()
430 static inline int reset_assert_bulk(struct reset_ctl_bulk *bulk) in reset_assert_bulk()
440 static inline int reset_deassert_bulk(struct reset_ctl_bulk *bulk) in reset_deassert_bulk()
455 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk()
A Dclk.h251 static inline int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk()
311 static inline int clk_release_bulk(struct clk_bulk *bulk) in clk_release_bulk()
528 static inline int clk_enable_bulk(struct clk_bulk *bulk) in clk_enable_bulk()
538 static inline int clk_disable_bulk(struct clk_bulk *bulk) in clk_disable_bulk()
A Dusb.h707 int (*bulk)(struct udevice *bus, struct usb_device *udev, member
/u-boot/drivers/reset/
A Dreset-uclass.c105 struct reset_ctl_bulk *bulk) in __reset_get_bulk()
140 int reset_get_bulk(struct udevice *dev, struct reset_ctl_bulk *bulk) in reset_get_bulk()
190 int reset_assert_bulk(struct reset_ctl_bulk *bulk) in reset_assert_bulk()
212 int reset_deassert_bulk(struct reset_ctl_bulk *bulk) in reset_deassert_bulk()
312 struct reset_ctl_bulk *bulk = res; in devm_reset_bulk_release() local
321 struct reset_ctl_bulk *bulk; in devm_reset_bulk_get_by_node() local
340 struct reset_ctl_bulk *bulk; in devm_reset_bulk_get_optional_by_node() local
A Dsandbox-reset-test.c17 struct reset_ctl_bulk bulk; member
/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()
A Dnop-phy.c15 struct clk_bulk bulk; member
/u-boot/drivers/clk/
A Dclk-uclass.c159 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk()
633 int clk_enable_bulk(struct clk_bulk *bulk) in clk_enable_bulk()
697 int clk_disable_bulk(struct clk_bulk *bulk) in clk_disable_bulk()
A Dclk_sandbox_test.c17 struct clk_bulk bulk; member
/u-boot/drivers/clk/altera/
A Dclk-arria10.c196 struct clk_bulk *bulk = &plat->clks; in socfpga_a10_handoff_workaround() local
/u-boot/drivers/power/domain/
A Dmtk-power-domain.c351 struct clk_bulk bulk; in mtk_power_domain_probe() local

Completed in 21 milliseconds