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:flush_image
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vme/bridges/
H
A
D
vme_tsi148.c
1342
ioread16(bridge->
flush_image
->kern_base + 0x7F000);
in tsi148_master_write()
2243
retval = tsi148_master_set(bridge->
flush_image
, 1,
in tsi148_crcsr_init()
2363
tsi148_device->
flush_image
=
in tsi148_probe()
2364
kmalloc(sizeof(*tsi148_device->
flush_image
),
in tsi148_probe()
2366
if (!tsi148_device->
flush_image
) {
in tsi148_probe()
2370
tsi148_device->
flush_image
->parent = tsi148_bridge;
in tsi148_probe()
2371
spin_lock_init(&tsi148_device->
flush_image
->lock);
in tsi148_probe()
2372
tsi148_device->
flush_image
->locked = 1;
in tsi148_probe()
2373
tsi148_device->
flush_image
->number = master_num;
in tsi148_probe()
2374
memset(&tsi148_device->
flush_image
in tsi148_probe()
[all...]
H
A
D
vme_tsi148.h
41
struct vme_master_resource *
flush_image
;
member
/kernel/linux/linux-6.6/drivers/staging/vme_user/
H
A
D
vme_tsi148.c
1324
ioread16(bridge->
flush_image
->kern_base + 0x7F000);
in tsi148_master_write()
2212
retval = tsi148_master_set(bridge->
flush_image
, 1,
in tsi148_crcsr_init()
2330
tsi148_device->
flush_image
=
in tsi148_probe()
2331
kmalloc(sizeof(*tsi148_device->
flush_image
),
in tsi148_probe()
2333
if (!tsi148_device->
flush_image
) {
in tsi148_probe()
2337
tsi148_device->
flush_image
->parent = tsi148_bridge;
in tsi148_probe()
2338
spin_lock_init(&tsi148_device->
flush_image
->lock);
in tsi148_probe()
2339
tsi148_device->
flush_image
->locked = 1;
in tsi148_probe()
2340
tsi148_device->
flush_image
->number = master_num;
in tsi148_probe()
2341
memset(&tsi148_device->
flush_image
in tsi148_probe()
[all...]
H
A
D
vme_tsi148.h
41
struct vme_master_resource *
flush_image
;
member
Completed in 13 milliseconds