Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sdsi
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
H
A
D
dsi_manager.c
145
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
D
dsi_manager.c
131
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
D
intel_sdsi.c
3
*
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
D
Makefile
31
intel_sdsi-y :=
sdsi
.o
H
A
D
sdsi.c
545
__ATTRIBUTE_GROUPS(
sdsi
);
variable
655
{ .name = "intel_vsec.
sdsi
" },
Completed in 5 milliseconds