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:lops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/core/
H
A
D
control.c
208
struct snd_ctl_layer_ops *
lops
;
in snd_ctl_notify_one()
local
214
for (
lops
= snd_ctl_layer;
lops
;
lops
=
lops
->next)
in snd_ctl_notify_one()
215
lops
->lnotify(card, mask, kctl, ioff);
in snd_ctl_notify_one()
2295
struct snd_ctl_layer_ops *
lops
;
in snd_ctl_request_layer()
local
2300
for (
lops
= snd_ctl_layer;
lops
;
lops
in snd_ctl_request_layer()
2317
snd_ctl_register_layer(struct snd_ctl_layer_ops *
lops
)
snd_ctl_register_layer()
argument
2346
snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *
lops
)
snd_ctl_disconnect_layer()
argument
2388
struct snd_ctl_layer_ops *
lops
;
snd_ctl_dev_register()
local
2411
struct snd_ctl_layer_ops *
lops
;
snd_ctl_dev_disconnect()
local
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
Makefile
5
glops.o log.o
lops
.o main.o meta_io.o \
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
Makefile
5
glops.o log.o
lops
.o main.o meta_io.o \
/kernel/linux/linux-6.6/include/sound/
H
A
D
control.h
183
void snd_ctl_register_layer(struct snd_ctl_layer_ops *
lops
);
184
void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *
lops
);
/kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/
H
A
D
ipu3-cio2.c
838
unsigned int
lops
= DIV_ROUND_UP(pages + 1, CIO2_LOP_ENTRIES);
in cio2_vb2_buf_init()
local
843
if (
lops
<= 0 ||
lops
> CIO2_MAX_LOPS) {
in cio2_vb2_buf_init()
851
for (i = 0; i <
lops
; i++) {
in cio2_vb2_buf_init()
/kernel/linux/linux-6.6/drivers/media/pci/intel/ipu3/
H
A
D
ipu3-cio2.c
839
unsigned int
lops
= DIV_ROUND_UP(pages + 1, CIO2_LOP_ENTRIES);
in cio2_vb2_buf_init()
local
844
if (
lops
<= 0 ||
lops
> CIO2_MAX_LOPS) {
in cio2_vb2_buf_init()
852
for (i = 0; i <
lops
; i++) {
in cio2_vb2_buf_init()
Completed in 10 milliseconds