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:opbuf
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/mediatek/
H
A
D
mtk-platform.c
133
u32
opbuf
= min((u32)MTK_OUT_DBUF_SIZE(cap->hw_opt) + width, len);
in mtk_dfe_dse_buf_setup()
local
142
writel(MTK_DFSE_MIN_DATA(
opbuf
- 1) |
in mtk_dfe_dse_buf_setup()
143
MTK_DFSE_MAX_DATA(
opbuf
),
in mtk_dfe_dse_buf_setup()
154
writel(MTK_OUT_BUF_MIN_THRESH(
opbuf
- 1) |
in mtk_dfe_dse_buf_setup()
155
MTK_OUT_BUF_MAX_THRESH(
opbuf
),
in mtk_dfe_dse_buf_setup()
/kernel/linux/linux-5.10/block/
H
A
D
blk-mq-debugfs.c
151
char
opbuf
[16] = { }, *op;
in queue_state_write()
local
161
if (count >= sizeof(
opbuf
)) {
in queue_state_write()
166
if (copy_from_user(
opbuf
, buf, count))
in queue_state_write()
168
op = strstrip(
opbuf
);
in queue_state_write()
/kernel/linux/linux-6.6/block/
H
A
D
blk-mq-debugfs.c
126
char
opbuf
[16] = { }, *op;
in queue_state_write()
local
135
if (count >= sizeof(
opbuf
)) {
in queue_state_write()
140
if (copy_from_user(
opbuf
, buf, count))
in queue_state_write()
142
op = strstrip(
opbuf
);
in queue_state_write()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
i2o-dev.h
68
void __user *
opbuf
; /* Operation List buffer */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
i2o-dev.h
68
void __user *
opbuf
; /* Operation List buffer */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
i2o-dev.h
55
void __user *
opbuf
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
i2o-dev.h
55
void __user *
opbuf
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
i2o-dev.h
42
void __user *
opbuf
;
member
Completed in 9 milliseconds