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:fb_mmio
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
vmbus_drv.c
115
static struct resource *
fb_mmio
;
variable
2187
if (
fb_mmio
) {
in vmbus_acpi_remove()
2188
__release_region(hyperv_mmio,
fb_mmio
->start,
in vmbus_acpi_remove()
2189
resource_size(
fb_mmio
));
in vmbus_acpi_remove()
2190
fb_mmio
= NULL;
in vmbus_acpi_remove()
2218
for (; !
fb_mmio
&& (size >= 0x100000); size >>= 1) {
in vmbus_reserve_fb()
2219
fb_mmio
= __request_region(hyperv_mmio,
in vmbus_reserve_fb()
2267
if (fb_overlap_ok &&
fb_mmio
&& !(min >
fb_mmio
->end) &&
in vmbus_allocate_mmio()
2268
!(max <
fb_mmio
in vmbus_allocate_mmio()
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
vmbus_drv.c
79
static struct resource *
fb_mmio
;
variable
2083
if (
fb_mmio
) {
in vmbus_mmio_remove()
2084
__release_region(hyperv_mmio,
fb_mmio
->start,
in vmbus_mmio_remove()
2085
resource_size(
fb_mmio
));
in vmbus_mmio_remove()
2086
fb_mmio
= NULL;
in vmbus_mmio_remove()
2133
for (; !
fb_mmio
&& (size >= 0x100000); size >>= 1)
in vmbus_reserve_fb()
2134
fb_mmio
= __request_region(hyperv_mmio, start, size, fb_mmio_name, 0);
in vmbus_reserve_fb()
2178
if (fb_overlap_ok &&
fb_mmio
&& !(min >
fb_mmio
->end) &&
in vmbus_allocate_mmio()
2179
!(max <
fb_mmio
in vmbus_allocate_mmio()
[all...]
Completed in 7 milliseconds