Searched defs:bulk (Results 1 – 13 of 13) sorted by relevance
17 struct clk_bulk *bulk = dev_get_priv(dev); in simple_pm_bus_probe() local34 struct clk_bulk *bulk = dev_get_priv(dev); in simple_pm_bus_remove() local
357 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()
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()507 static inline int generic_phy_power_off_bulk(struct phy_bulk *bulk) in generic_phy_power_off_bulk()
282 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()
711 int (*bulk)(struct udevice *bus, struct usb_device *udev, member
107 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() local325 struct reset_ctl_bulk *bulk; in devm_reset_bulk_get_by_node() local346 struct reset_ctl_bulk *bulk; in devm_reset_bulk_get_optional_by_node() local
17 struct reset_ctl_bulk bulk; member
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()
16 struct clk_bulk bulk; member
61 struct clk_bulk bulk; member
156 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()
196 struct clk_bulk *bulk = &plat->clks; in socfpga_a10_handoff_workaround() local
346 struct clk_bulk bulk; in mtk_power_domain_probe() local
Completed in 38 milliseconds