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:mmapped
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-elektor.c
14
/* Partially rewriten by Oleg I. Vdovikin for
mmapped
support of
43
static int
mmapped
;
variable
136
if (!
mmapped
) {
in pcf_isa_init()
228
mmapped
= 1;
in elektor_match()
243
/* sanity checks for
mmapped
I/O */
in elektor_match()
244
if (
mmapped
&& base < 0xc8000) {
in elektor_match()
246
"for
mmapped
I/O\n", base);
in elektor_match()
275
if (!
mmapped
) {
in elektor_probe()
294
if (!
mmapped
) {
in elektor_remove()
323
module_param_hw(
mmapped
, in
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-elektor.c
14
/* Partially rewriten by Oleg I. Vdovikin for
mmapped
support of
43
static int
mmapped
;
variable
135
if (!
mmapped
) {
in pcf_isa_init()
227
mmapped
= 1;
in elektor_match()
242
/* sanity checks for
mmapped
I/O */
in elektor_match()
243
if (
mmapped
&& base < 0xc8000) {
in elektor_match()
245
"for
mmapped
I/O\n", base);
in elektor_match()
274
if (!
mmapped
) {
in elektor_probe()
293
if (!
mmapped
) {
in elektor_remove()
320
module_param_hw(
mmapped
, in
[all...]
/kernel/linux/linux-6.6/fs/kernfs/
H
A
D
file.c
524
if (of->
mmapped
&& of->vm_ops != vma->vm_ops)
in kernfs_fop_mmap()
535
of->
mmapped
= true;
in kernfs_fop_mmap()
626
if (of->
mmapped
)
in kernfs_unlink_open_file()
848
if (of->
mmapped
) {
in kernfs_drain_open_files()
850
of->
mmapped
= false;
in kernfs_drain_open_files()
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H
A
D
cpia2_v4l.c
129
cam->
mmapped
= 0;
in cpia2_close()
787
if(cam->
mmapped
)
in cpia2_querybuf()
930
if (!cam->
mmapped
|| type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
in cpia2_streamon()
948
if (!cam->
mmapped
|| type != V4L2_BUF_TYPE_VIDEO_CAPTURE)
in cpia2_streamoff()
H
A
D
cpia2.h
371
u8
mmapped
;
member
H
A
D
cpia2_usb.c
109
if(cam->
mmapped
&&
in process_frame()
119
if(!cam->
mmapped
&& cam->num_frames > 2) {
in process_frame()
124
*
mmapped
, or we have few buffers, we need to
in process_frame()
H
A
D
cpia2_core.c
2218
cam->
mmapped
= false;
in cpia2_init_camera()
2432
cam->
mmapped
= true;
in cpia2_remap_buffer()
/kernel/linux/linux-5.10/fs/kernfs/
H
A
D
file.c
486
if (of->
mmapped
&& of->vm_ops != vma->vm_ops)
in kernfs_fop_mmap()
498
of->
mmapped
= true;
in kernfs_fop_mmap()
/kernel/linux/linux-5.10/include/linux/
H
A
D
kernfs.h
212
bool
mmapped
:1;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
kernfs.h
264
bool
mmapped
:1;
member
Completed in 13 milliseconds