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:pi_protocol
(Results
1 - 25
of
34
) sorted by relevance
1
2
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
H
A
D
pata_parport.h
16
struct
pi_protocol
*proto; /* adapter protocol */
51
struct
pi_protocol
{
struct
82
int pata_parport_register_driver(struct
pi_protocol
*pr);
83
void pata_parport_unregister_driver(struct
pi_protocol
*pr);
87
* @__pi_protocol:
pi_protocol
struct
H
A
D
pata_parport.c
482
struct
pi_protocol
*proto;
494
struct
pi_protocol
*pr, int mode, int unit, int delay)
in pi_init_one()
585
int pata_parport_register_driver(struct
pi_protocol
*pr)
in pata_parport_register_driver()
618
void pata_parport_unregister_driver(struct
pi_protocol
*pr)
in pata_parport_unregister_driver()
620
struct
pi_protocol
*pr_iter;
in pata_parport_unregister_driver()
639
struct
pi_protocol
*pr, *pr_wanted;
in new_device_store()
665
pr_wanted = container_of(drv, struct
pi_protocol
, driver);
in new_device_store()
729
struct
pi_protocol
*pr;
in pata_parport_attach()
H
A
D
kbic.c
252
static struct
pi_protocol
k951 = {
268
static struct
pi_protocol
k971 = {
H
A
D
on20.c
128
static struct
pi_protocol
on20 = {
H
A
D
ktti.c
92
static struct
pi_protocol
ktti = {
H
A
D
fit2.c
118
static struct
pi_protocol
fit2 = {
H
A
D
aten.c
125
static struct
pi_protocol
aten = {
H
A
D
friq.c
243
static struct
pi_protocol
friq = {
H
A
D
dstr.c
216
static struct
pi_protocol
dstr = {
H
A
D
comm.c
186
static struct
pi_protocol
comm = {
H
A
D
fit3.c
169
static struct
pi_protocol
fit3 = {
/kernel/linux/linux-5.10/drivers/block/paride/
H
A
D
paride.h
38
struct
pi_protocol
*proto; /* adapter protocol */
135
struct
pi_protocol
{
struct
164
typedef struct
pi_protocol
PIP;
H
A
D
kbic.c
252
static struct
pi_protocol
k951 = {
268
static struct
pi_protocol
k971 = {
H
A
D
fit2.c
123
static struct
pi_protocol
fit2 = {
H
A
D
ktti.c
100
static struct
pi_protocol
ktti = {
H
A
D
bpck6.c
229
static struct
pi_protocol
bpck6 = {
H
A
D
aten.c
134
static struct
pi_protocol
aten = {
H
A
D
on20.c
125
static struct
pi_protocol
on20 = {
H
A
D
paride.c
41
static struct
pi_protocol
*protocols[MAX_PROTOS];
374
struct
pi_protocol
*proto = protocols[p];
in pi_init()
H
A
D
dstr.c
205
static struct
pi_protocol
dstr = {
H
A
D
comm.c
190
static struct
pi_protocol
comm = {
H
A
D
fit3.c
183
static struct
pi_protocol
fit3 = {
H
A
D
epat.c
308
static struct
pi_protocol
epat = {
H
A
D
epia.c
287
static struct
pi_protocol
epia = {
H
A
D
frpw.c
284
static struct
pi_protocol
frpw = {
Completed in 11 milliseconds
1
2