Searched refs:of_reset_control_get (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/ |
| H A D | rk628_post_process.c | 431 pp->rstc_decoder = of_reset_control_get(dev->of_node, "decoder"); in rk628_post_process_probe() 438 pp->rstc_clk_rx = of_reset_control_get(dev->of_node, "clk_rx"); in rk628_post_process_probe() 445 pp->rstc_vop = of_reset_control_get(dev->of_node, "vop"); in rk628_post_process_probe()
|
| H A D | rk628_rgb.c | 332 rgb->rstc = of_reset_control_get(dev->of_node, NULL); in rk628_rgb_probe()
|
| H A D | rk628_hdmirx.c | 913 hdmirx->hdmirx = of_reset_control_get(dev->of_node, "hdmirx"); in rk628_hdmirx_probe() 920 hdmirx->hdmirx_pon = of_reset_control_get(dev->of_node, "hdmirx_pon"); in rk628_hdmirx_probe()
|
| H A D | rk628_combtxphy.c | 465 combtxphy->rstc = of_reset_control_get(dev->of_node, NULL); in rk628_combtxphy_probe()
|
| H A D | rk628_gvi.c | 614 gvi->rst = of_reset_control_get(dev->of_node, NULL); in rk628_gvi_probe()
|
| H A D | rk628_combrxphy.c | 979 combrxphy->rstc = of_reset_control_get(dev->of_node, NULL); in rk628_combrxphy_probe()
|
| H A D | rk628_dsi.c | 1285 dsi->rst = of_reset_control_get(dev->of_node, NULL); in rk628_dsi_probe()
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | dw_apb_timer_of.c | 33 rstc = of_reset_control_get(np, NULL); in timer_get_base_and_rate()
|
| H A D | timer-stm32.c | 312 rstc = of_reset_control_get(node, NULL); in stm32_timer_init()
|
| H A D | timer-sun5i.c | 362 rstc = of_reset_control_get(node, NULL); in sun5i_timer_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | reset.h | 457 static inline struct reset_control *of_reset_control_get( in of_reset_control_get() function
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-usb.c | 811 rk_phy->reset = of_reset_control_get(child, "phy-reset"); in rockchip_usb_phy_init()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_cif.c | 5049 rst = of_reset_control_get(cif->phy_node, dphy_hw->dphy_rsts[i]); in vehicle_cif_init() 5090 rst = of_reset_control_get(cif->phy_node, dphy_hw->csi2_rsts[i]); in vehicle_cif_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-rk.c | 2526 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup()
|
| /OK3568_Linux_fs/kernel/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qmp.c | 3814 qphy->lane_rst = of_reset_control_get(np, prop_name); in qcom_qmp_phy_create()
|