Home
last modified time | relevance | path

Searched refs:sdsi (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c145 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_enable() local
154 if (IS_DUAL_DSI() && mdsi && sdsi) { in dsi_mgr_phy_enable()
155 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()
157 msm_dsi_host_reset_phy(sdsi->host); in dsi_mgr_phy_enable()
163 ret = enable_phy(sdsi, src_pll_id, in dsi_mgr_phy_enable()
186 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_disable() local
193 if (IS_DUAL_DSI() && mdsi && sdsi) { in dsi_mgr_phy_disable()
194 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()
195 msm_dsi_phy_disable(sdsi->phy); in dsi_mgr_phy_disable()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c131 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_enable() local
139 if (IS_BONDED_DSI() && mdsi && sdsi) { in dsi_mgr_phy_enable()
140 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()
142 msm_dsi_host_reset_phy(sdsi->host); in dsi_mgr_phy_enable()
148 ret = enable_phy(sdsi, in dsi_mgr_phy_enable()
171 struct msm_dsi *sdsi = dsi_mgr_get_dsi(DSI_CLOCK_SLAVE); in dsi_mgr_phy_disable() local
178 if (IS_BONDED_DSI() && mdsi && sdsi) { in dsi_mgr_phy_disable()
179 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()
180 msm_dsi_phy_disable(sdsi->phy); in dsi_mgr_phy_disable()
/kernel/linux/linux-6.6/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c3 * sdsi: Intel On Demand (formerly Software Defined Silicon) tool for
6 * See https://github.com/intel/intel-sdsi/blob/master/os-interface.rst
35 #define SDSI_DEV "intel_vsec.sdsi"
61 uint64_t sdsi:1; member
270 printf(" On Demand: %s\n", !!s->regs.en_features.sdsi ? "Enabled" : "Disabled"); in sdsi_read_reg()
272 printf(" On Demand: %s\n", !!s->regs.en_features.sdsi ? "Enabled" : "Disabled"); in sdsi_read_reg()
342 if (!s->regs.en_features.sdsi) { in sdsi_meter_cert_show()
423 if (!s->regs.en_features.sdsi) { in sdsi_state_cert_show()
582 if (!s->regs.en_features.sdsi) { in sdsi_provision_akc()
612 if (!s->regs.en_features.sdsi) { in sdsi_provision_cap()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H A DMakefile31 intel_sdsi-y := sdsi.o
H A Dsdsi.c545 __ATTRIBUTE_GROUPS(sdsi); variable
655 { .name = "intel_vsec.sdsi" },

Completed in 5 milliseconds