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:vmci_guest_device
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H
A
D
vmci_guest.c
52
struct
vmci_guest_device
{
struct
78
static struct
vmci_guest_device
*vmci_dev_g;
102
static unsigned int vmci_read_reg(struct
vmci_guest_device
*dev, u32 reg)
in vmci_read_reg()
109
static void vmci_write_reg(struct
vmci_guest_device
*dev, u32 val, u32 reg)
in vmci_write_reg()
117
static void vmci_read_data(struct
vmci_guest_device
*vmci_dev,
in vmci_read_data()
147
static int vmci_write_data(struct
vmci_guest_device
*dev,
in vmci_write_data()
305
static void vmci_dispatch_dgs(struct
vmci_guest_device
*vmci_dev)
in vmci_dispatch_dgs()
465
static void vmci_process_bitmap(struct
vmci_guest_device
*dev)
in vmci_process_bitmap()
481
struct
vmci_guest_device
*dev = _dev;
in vmci_interrupt()
531
struct
vmci_guest_device
*de
in vmci_interrupt_bm()
[all...]
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H
A
D
vmci_guest.c
45
struct
vmci_guest_device
{
struct
68
static struct
vmci_guest_device
*vmci_dev_g;
210
struct
vmci_guest_device
*vmci_dev = (struct
vmci_guest_device
*)data;
in vmci_dispatch_dgs()
357
struct
vmci_guest_device
*dev = (struct
vmci_guest_device
*)data;
in vmci_process_bitmap()
373
struct
vmci_guest_device
*dev = _dev;
in vmci_interrupt()
417
struct
vmci_guest_device
*dev = _dev;
in vmci_interrupt_bm()
431
struct
vmci_guest_device
*vmci_dev;
in vmci_guest_probe_device()
682
struct
vmci_guest_device
*vmci_de
in vmci_guest_remove_device()
[all...]
Completed in 3 milliseconds