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:this_port
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/parport/
H
A
D
parport_mfc3.c
74
static struct parport *
this_port
[MAX_MFC] = {NULL, };
variable
180
if (
this_port
[i] != NULL)
in mfc3_interrupt()
181
if (pia(
this_port
[i])->crb & 128) { /* Board caused interrupt */
in mfc3_interrupt()
182
dummy = pia(
this_port
[i])->pprb; /* clear irq bit */
in mfc3_interrupt()
183
parport_generic_irq(
this_port
[i]);
in mfc3_interrupt()
322
this_port
[pias++] = p;
in parport_mfc3_init()
347
if (!
this_port
[i])
in parport_mfc3_exit()
349
parport_remove_port(
this_port
[i]);
in parport_mfc3_exit()
350
if (
this_port
[i]->irq != PARPORT_IRQ_NONE) {
in parport_mfc3_exit()
354
release_mem_region(ZTWO_PADDR(
this_port
[
in parport_mfc3_exit()
[all...]
H
A
D
parport_atari.c
22
static struct parport *
this_port
;
variable
202
this_port
= p;
in parport_atari_init()
213
parport_remove_port(
this_port
);
in parport_atari_exit()
214
if (
this_port
->irq != PARPORT_IRQ_NONE)
in parport_atari_exit()
215
free_irq(IRQ_MFP_BUSY,
this_port
);
in parport_atari_exit()
216
parport_put_port(
this_port
);
in parport_atari_exit()
H
A
D
parport_ip32.c
128
static struct parport *
this_port
;
variable
2194
this_port
= parport_ip32_probe_port();
in parport_ip32_init()
2195
return PTR_ERR_OR_ZERO(
this_port
);
in parport_ip32_init()
2203
parport_ip32_unregister_port(
this_port
);
in parport_ip32_exit()
/kernel/linux/linux-6.6/drivers/parport/
H
A
D
parport_mfc3.c
74
static struct parport *
this_port
[MAX_MFC] = {NULL, };
variable
180
if (
this_port
[i] != NULL)
in mfc3_interrupt()
181
if (pia(
this_port
[i])->crb & 128) { /* Board caused interrupt */
in mfc3_interrupt()
182
dummy = pia(
this_port
[i])->pprb; /* clear irq bit */
in mfc3_interrupt()
183
parport_generic_irq(
this_port
[i]);
in mfc3_interrupt()
322
this_port
[pias++] = p;
in parport_mfc3_init()
347
if (!
this_port
[i])
in parport_mfc3_exit()
349
parport_remove_port(
this_port
[i]);
in parport_mfc3_exit()
350
if (
this_port
[i]->irq != PARPORT_IRQ_NONE) {
in parport_mfc3_exit()
354
release_mem_region(ZTWO_PADDR(
this_port
[
in parport_mfc3_exit()
[all...]
H
A
D
parport_atari.c
22
static struct parport *
this_port
;
variable
202
this_port
= p;
in parport_atari_init()
213
parport_remove_port(
this_port
);
in parport_atari_exit()
214
if (
this_port
->irq != PARPORT_IRQ_NONE)
in parport_atari_exit()
215
free_irq(IRQ_MFP_BUSY,
this_port
);
in parport_atari_exit()
216
parport_put_port(
this_port
);
in parport_atari_exit()
H
A
D
parport_ip32.c
128
static struct parport *
this_port
;
variable
2194
this_port
= parport_ip32_probe_port();
in parport_ip32_init()
2195
return PTR_ERR_OR_ZERO(
this_port
);
in parport_ip32_init()
2203
parport_ip32_unregister_port(
this_port
);
in parport_ip32_exit()
Completed in 8 milliseconds