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:shim_mask
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soundwire/
H
A
D
intel_ace2x.c
75
u32 *
shim_mask
= sdw->link_res->
shim_mask
;
in intel_link_power_up()
local
82
if (!*
shim_mask
) {
in intel_link_power_up()
106
if (!*
shim_mask
) {
in intel_link_power_up()
116
*
shim_mask
|= BIT(link_id);
in intel_link_power_up()
130
u32 *
shim_mask
= sdw->link_res->
shim_mask
;
in intel_link_power_down()
local
138
*
shim_mask
&= ~BIT(link_id);
in intel_link_power_down()
H
A
D
intel.c
342
u32 *
shim_mask
= sdw->link_res->
shim_mask
;
in intel_link_power_up()
local
368
if (!*
shim_mask
) {
in intel_link_power_up()
408
*
shim_mask
|= BIT(link_id);
in intel_link_power_up()
425
u32 *
shim_mask
= sdw->link_res->
shim_mask
;
in intel_link_power_down()
local
430
if (!(*
shim_mask
& BIT(link_id)))
in intel_link_power_down()
438
*
shim_mask
&= ~BIT(link_id);
in intel_link_power_down()
440
if (!*
shim_mask
) {
in intel_link_power_down()
H
A
D
intel_init.c
85
link->
shim_mask
= &ctx->
shim_mask
;
in intel_link_dev_register()
H
A
D
intel.h
23
* @
shim_mask
: global pointer to check SHIM register initialization
43
u32 *
shim_mask
;
member
/kernel/linux/linux-5.10/drivers/soundwire/
H
A
D
intel.h
19
* @
shim_mask
: global pointer to check SHIM register initialization
35
u32 *
shim_mask
;
member
H
A
D
intel.c
339
u32 *
shim_mask
= sdw->link_res->
shim_mask
;
in intel_link_power_up()
local
365
if (!*
shim_mask
) {
in intel_link_power_up()
405
*
shim_mask
|= BIT(link_id);
in intel_link_power_up()
535
u32 *
shim_mask
= sdw->link_res->
shim_mask
;
in intel_link_power_down()
local
540
if (!(*
shim_mask
& BIT(link_id)))
in intel_link_power_down()
548
*
shim_mask
&= ~BIT(link_id);
in intel_link_power_down()
550
if (!*
shim_mask
) {
in intel_link_power_down()
H
A
D
intel_init.c
257
link->
shim_mask
= &ctx->
shim_mask
;
in sdw_intel_probe_controller()
/kernel/linux/linux-5.10/include/linux/soundwire/
H
A
D
sdw_intel.h
118
* @
shim_mask
: flags to track initialization of SHIM shared registers
130
u32
shim_mask
;
member
/kernel/linux/linux-6.6/include/linux/soundwire/
H
A
D
sdw_intel.h
285
* @
shim_mask
: flags to track initialization of SHIM shared registers
299
u32
shim_mask
;
member
Completed in 10 milliseconds