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:pci_start
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pnp/
H
A
D
quirks.c
233
resource_size_t pnp_start, pnp_end,
pci_start
, pci_end;
in quirk_system_pci_resources()
local
257
pci_start
= pci_resource_start(pdev, i);
in quirk_system_pci_resources()
271
if (pnp_end <
pci_start
|| pnp_start > pci_end)
in quirk_system_pci_resources()
281
if (pnp_start <=
pci_start
&&
in quirk_system_pci_resources()
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
pci-sysfs.c
973
resource_size_t
pci_start
= 0, pci_end;
in pci_mmap_fits()
local
982
&
pci_start
, &pci_end);
in pci_mmap_fits()
983
pci_start
>>= PAGE_SHIFT;
in pci_mmap_fits()
985
if (start >=
pci_start
&& start <
pci_start
+ size &&
in pci_mmap_fits()
986
start + nr <=
pci_start
+ size)
in pci_mmap_fits()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
pci-sysfs.c
1013
resource_size_t
pci_start
= 0, pci_end;
in pci_mmap_fits()
local
1022
&
pci_start
, &pci_end);
in pci_mmap_fits()
1023
pci_start
>>= PAGE_SHIFT;
in pci_mmap_fits()
1025
if (start >=
pci_start
&& start <
pci_start
+ size &&
in pci_mmap_fits()
1026
start + nr <=
pci_start
+ size)
in pci_mmap_fits()
Completed in 6 milliseconds