Searched refs:clk_get_bulk (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | clk.h | 115 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk); 155 static inline int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk() function
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | dwc3-of-simple.c | 51 ret = clk_get_bulk(dev, &simple->clks); in dwc3_of_simple_clk_init()
|
| H A D | dwc2.c | 1400 ret = clk_get_bulk(dev, &priv->clks); in dwc2_clk_init()
|
| /rk3399_rockchip-uboot/drivers/clk/ |
| H A D | clk_sandbox_test.c | 42 return clk_get_bulk(dev, &sbct->bulk); in sandbox_clk_test_get_bulk()
|
| H A D | clk-uclass.c | 108 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk() function
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | dwc3-generic.c | 408 ret = clk_get_bulk(dev, &glue->clks); in dwc3_glue_clk_init()
|
| /rk3399_rockchip-uboot/drivers/pwm/ |
| H A D | rk_pwm.c | 280 ret = clk_get_bulk(dev, &clks); in rk_pwm_clk_init()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg.c | 1131 ret = clk_get_bulk(dev, clks); in dwc2_udc_otg_clk_init()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pcie_dw_rockchip.c | 828 ret = clk_get_bulk(dev, &priv->clks); in rockchip_pcie_parse_dt()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | analogix_dp.c | 1429 ret = clk_get_bulk(dev, &dp->clks); in analogix_dp_probe()
|
| H A D | dw-dp.c | 1807 ret = clk_get_bulk(dev, &dp->clks); in dw_dp_probe()
|
| H A D | rockchip_vop2.c | 3415 ret = clk_get_bulk(cstate->dev, &clks); in rockchip_vop2_preinit()
|