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:quattro
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sunhme.h
398
struct
quattro
;
460
struct
quattro
*qfe_parent; /* For Quattro cards */
461
int qfe_ent; /* Which instance on
quattro
*/
483
struct
quattro
{
struct
489
struct
quattro
*next;
H
A
D
sunhme.c
83
static struct
quattro
*qfe_sbus_list;
87
static struct
quattro
*qfe_pci_list;
2138
struct
quattro
*qp = (struct
quattro
*) cookie;
in quattro_sbus_interrupt()
2553
/* Given a happy meal sbus device, find it's
quattro
parent.
2558
static struct
quattro
*quattro_sbus_find(struct platform_device *child)
in quattro_sbus_find()
2562
struct
quattro
*qp;
in quattro_sbus_find()
2569
qp = kmalloc(sizeof(struct
quattro
), GFP_KERNEL);
in quattro_sbus_find()
2585
/* After all
quattro
cards have been probed, we call these functions
2591
struct
quattro
*q
in quattro_sbus_register_irqs()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sunhme.h
398
struct
quattro
;
460
struct
quattro
*qfe_parent; /* For Quattro cards */
461
int qfe_ent; /* Which instance on
quattro
*/
481
struct
quattro
{
struct
487
struct
quattro
*next;
H
A
D
sunhme.c
73
static struct
quattro
*qfe_sbus_list;
77
static struct
quattro
*qfe_pci_list;
2235
/* Given a happy meal sbus device, find it's
quattro
parent.
2240
static struct
quattro
*quattro_sbus_find(struct platform_device *child)
in quattro_sbus_find()
2244
struct
quattro
*qp;
in quattro_sbus_find()
2265
static struct
quattro
*quattro_pci_find(struct pci_dev *pdev)
in quattro_pci_find()
2269
struct
quattro
*qp;
in quattro_pci_find()
2281
qp = kmalloc(sizeof(struct
quattro
), GFP_KERNEL);
in quattro_pci_find()
2491
struct
quattro
*qp = NULL;
in happy_meal_sbus_probe_one()
2616
struct
quattro
*q
in happy_meal_pci_probe()
[all...]
Completed in 11 milliseconds