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_epf_ops
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pci-epf.h
60
* struct
pci_epf_ops
- set of function pointers for performing EPF operations
65
struct
pci_epf_ops
{
struct
86
struct
pci_epf_ops
*ops;
121
* @lock: mutex to protect
pci_epf_ops
136
/* mutex to protect against concurrent access of
pci_epf_ops
*/
/kernel/linux/linux-6.6/include/linux/
H
A
D
pci-epf.h
57
* struct
pci_epf_ops
- set of function pointers for performing EPF operations
63
struct
pci_epf_ops
{
struct
101
struct
pci_epf_ops
*ops;
141
* @lock: mutex to protect
pci_epf_ops
169
/* mutex to protect against concurrent access of
pci_epf_ops
*/
/kernel/linux/linux-5.10/drivers/pci/endpoint/
H
A
D
pci-ep-cfs.c
365
static struct configfs_item_operations
pci_epf_ops
= {
variable
370
.ct_item_ops = &
pci_epf_ops
,
/kernel/linux/linux-6.6/drivers/pci/endpoint/
H
A
D
pci-ep-cfs.c
503
static struct configfs_item_operations
pci_epf_ops
= {
variable
510
.ct_item_ops = &
pci_epf_ops
,
/kernel/linux/linux-6.6/drivers/pci/endpoint/functions/
H
A
D
pci-epf-mhi.c
689
static struct
pci_epf_ops
pci_epf_mhi_ops = {
H
A
D
pci-epf-test.c
976
static struct
pci_epf_ops
ops = {
H
A
D
pci-epf-vntb.c
1386
static struct
pci_epf_ops
epf_ntb_ops = {
H
A
D
pci-epf-ntb.c
2102
static struct
pci_epf_ops
epf_ntb_ops = {
/kernel/linux/linux-5.10/drivers/pci/endpoint/functions/
H
A
D
pci-epf-test.c
908
static struct
pci_epf_ops
ops = {
Completed in 12 milliseconds