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
385 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()
356 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()
251 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()
707 int (*bulk)(struct udevice *bus, struct usb_device *udev, member
105 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() local321 struct reset_ctl_bulk *bulk; in devm_reset_bulk_get_by_node() local340 struct reset_ctl_bulk *bulk; in devm_reset_bulk_get_optional_by_node() local
17 struct reset_ctl_bulk bulk; member
218 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()
15 struct clk_bulk bulk; member
159 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()
17 struct clk_bulk bulk; member
196 struct clk_bulk *bulk = &plat->clks; in socfpga_a10_handoff_workaround() local
351 struct clk_bulk bulk; in mtk_power_domain_probe() local
Completed in 21 milliseconds