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:images
(Results
1 - 25
of
33
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/sound/
H
A
D
ak4xxx-adda.h
48
unsigned char
images
[AK4XXX_IMAGE_SIZE]; /* saved register image */
member
77
(ak)->
images
[(chip) * 16 + (reg)]
79
((ak)->
images
[(chip) * 16 + (reg)] = (val))
/kernel/linux/linux-6.6/include/sound/
H
A
D
ak4xxx-adda.h
48
unsigned char
images
[AK4XXX_IMAGE_SIZE]; /* saved register image */
member
77
(ak)->
images
[(chip) * 16 + (reg)]
79
((ak)->
images
[(chip) * 16 + (reg)] = (val))
/kernel/linux/linux-5.10/Documentation/sphinx/
H
A
D
kfigure.py
57
from docutils.parsers.rst.directives import
images
namespace
78
Figure =
images
.Figure
208
prefer PDF while *html* builder prefer SVG format for
images
.
268
translator.builder.
images
.pop(img_node['uri'], None)
350
class KernelImage(
images
.Image):
362
'Error in "%s: %s": glob pattern and remote
images
are not allowed'
364
result =
images
.Image.run(self)
399
' glob pattern and remote
images
are not allowed'
/kernel/linux/linux-6.6/Documentation/sphinx/
H
A
D
kfigure.py
59
from docutils.parsers.rst.directives import
images
namespace
70
Figure =
images
.Figure
249
prefer PDF while *html* builder prefer SVG format for
images
.
311
translator.builder.
images
.pop(img_node['uri'], None)
448
class KernelImage(
images
.Image):
460
'Error in "%s: %s": glob pattern and remote
images
are not allowed'
462
result =
images
.Image.run(self)
497
' glob pattern and remote
images
are not allowed'
/kernel/linux/linux-6.6/arch/mips/generic/
H
A
D
board-luton.its.S
3
images
{
H
A
D
board-boston.its.S
2
images
{
H
A
D
board-marduk.its.S
2
images
{
H
A
D
board-ni169445.its.S
2
images
{
H
A
D
board-serval.its.S
3
images
{
H
A
D
board-xilfpga.its.S
2
images
{
H
A
D
board-jaguar2.its.S
3
images
{
H
A
D
board-ocelot.its.S
3
images
{
H
A
D
vmlinux.its.S
8
images
{
/kernel/linux/linux-5.10/arch/mips/generic/
H
A
D
board-xilfpga.its.S
2
images
{
H
A
D
board-ni169445.its.S
2
images
{
H
A
D
board-boston.its.S
2
images
{
H
A
D
vmlinux.its.S
8
images
{
H
A
D
board-ocelot.its.S
3
images
{
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
Makefile
185
qconf-objs :=
images
.o $(common-objs)
203
gconf-objs := gconf.o
images
.o $(common-objs)
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
Makefile
194
qconf-objs :=
images
.o $(common-objs)
212
gconf-objs := gconf.o
images
.o $(common-objs)
/kernel/linux/linux-5.10/sound/pci/ice1712/
H
A
D
pontis.c
70
return ((unsigned short)ice->akm[0].
images
[reg] << 8) |
in wm_get()
71
ice->akm[0].
images
[reg + 1];
in wm_get()
88
ice->akm[0].
images
[reg] = val >> 8;
in wm_put()
89
ice->akm[0].
images
[reg + 1] = val;
in wm_put()
H
A
D
phase.c
242
return ((unsigned short)ice->akm[0].
images
[reg] << 8) |
in wm_get()
243
ice->akm[0].
images
[reg + 1];
in wm_get()
261
ice->akm[0].
images
[reg] = val >> 8;
in wm_put()
262
ice->akm[0].
images
[reg + 1] = val;
in wm_put()
H
A
D
prodigy_hifi.c
116
return ((unsigned short)ice->akm[0].
images
[reg] << 8) |
in wm_get()
117
ice->akm[0].
images
[reg + 1];
in wm_get()
134
ice->akm[0].
images
[reg] = val >> 8;
in wm_put()
135
ice->akm[0].
images
[reg + 1] = val;
in wm_put()
/kernel/linux/linux-6.6/sound/pci/ice1712/
H
A
D
phase.c
242
return ((unsigned short)ice->akm[0].
images
[reg] << 8) |
in wm_get()
243
ice->akm[0].
images
[reg + 1];
in wm_get()
261
ice->akm[0].
images
[reg] = val >> 8;
in wm_put()
262
ice->akm[0].
images
[reg + 1] = val;
in wm_put()
H
A
D
pontis.c
70
return ((unsigned short)ice->akm[0].
images
[reg] << 8) |
in wm_get()
71
ice->akm[0].
images
[reg + 1];
in wm_get()
88
ice->akm[0].
images
[reg] = val >> 8;
in wm_put()
89
ice->akm[0].
images
[reg + 1] = val;
in wm_put()
Completed in 13 milliseconds
1
2