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 Dreset.h357 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk()
410 struct reset_ctl_bulk *bulk) in reset_get_bulk()
431 static inline int reset_assert_bulk(struct reset_ctl_bulk *bulk) in reset_assert_bulk()
441 static inline int reset_deassert_bulk(struct reset_ctl_bulk *bulk) in reset_deassert_bulk()
456 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk()
A Dgeneric-phy.h487 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()
507 static inline int generic_phy_power_off_bulk(struct phy_bulk *bulk) in generic_phy_power_off_bulk()
A Dclk.h282 static inline int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk()
420 static inline int clk_release_bulk(struct clk_bulk *bulk) in clk_release_bulk()
635 static inline int clk_enable_bulk(struct clk_bulk *bulk) in clk_enable_bulk()
645 static inline int clk_disable_bulk(struct clk_bulk *bulk) in clk_disable_bulk()
A Dusb.h711 int (*bulk)(struct udevice *bus, struct usb_device *udev, member
/u-boot/drivers/reset/
A Dreset-uclass.c107 struct reset_ctl_bulk *bulk) in __reset_get_bulk()
142 int reset_get_bulk(struct udevice *dev, struct reset_ctl_bulk *bulk) in reset_get_bulk()
194 int reset_assert_bulk(struct reset_ctl_bulk *bulk) in reset_assert_bulk()
216 int reset_deassert_bulk(struct reset_ctl_bulk *bulk) in reset_deassert_bulk()
316 struct reset_ctl_bulk *bulk = res; in devm_reset_bulk_release() local
325 struct reset_ctl_bulk *bulk; in devm_reset_bulk_get_by_node() local
346 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.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()
A Dnop-phy.c16 struct clk_bulk bulk; member
/u-boot/arch/sandbox/include/asm/
A Dclk.h61 struct clk_bulk bulk; member
/u-boot/drivers/clk/
A Dclk-uclass.c156 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk()
669 int clk_enable_bulk(struct clk_bulk *bulk) in clk_enable_bulk()
733 int clk_disable_bulk(struct clk_bulk *bulk) in clk_disable_bulk()
/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.c346 struct clk_bulk bulk; in mtk_power_domain_probe() local

Completed in 38 milliseconds