Searched refs:unprepare (Results 1 - 7 of 7) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 104 * @unprepare: the time (in milliseconds) that it takes for the panel 116 unsigned int unprepare; member 484 if (p->desc->delay.unprepare) { in panel_simple_unprepare() 485 msleep(p->desc->delay.unprepare); in panel_simple_unprepare() 651 .unprepare = panel_simple_unprepare, 1261 .unprepare = 50, 1291 .unprepare = 1000, 1394 .unprepare = 1000, 1451 .unprepare = 1000, 1483 .unprepare [all...] |
H A D | panel-ilitek-ili9881c.c | 422 .unprepare = ili9881c_unprepare,
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-inno-hdmi-phy.c | 728 .unprepare = inno_hdmi_phy_clk_unprepare,
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | clk-provider.h | 85 * @unprepare: Release the clock from its prepared state. This will typically
222 void (*unprepare)(struct clk_hw *hw);
member
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-hdmi-phy.c | 623 .unprepare = inno_hdmi_phy_clk_unprepare,
|
H A D | phy-rockchip-samsung-hdptx-hdmi.c | 1959 .unprepare = hdptx_phy_clk_unprepare,
|
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-usb2.c | 415 .unprepare = rockchip_usb2phy_clk480m_unprepare,
|
Completed in 18 milliseconds