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:aha1542
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
aha1542.c
26
#include "
aha1542
.h"
187
printk(KERN_ERR "
aha1542
: makecode: unknown hoststatus %x\n", hosterr);
in makecode()
262
struct aha1542_hostdata *
aha1542
= shost_priv(sh);
in aha1542_interrupt()
local
269
struct mailbox *mb =
aha1542
->mb;
in aha1542_interrupt()
270
struct ccb *ccb =
aha1542
->ccb;
in aha1542_interrupt()
309
mbi =
aha1542
->aha1542_last_mbi_used + 1;
in aha1542_interrupt()
319
} while (mbi !=
aha1542
->aha1542_last_mbi_used);
in aha1542_interrupt()
329
mbo = (scsi2int(mb[mbi].ccbptr) - (unsigned long)
aha1542
->ccb_handle) / sizeof(struct ccb);
in aha1542_interrupt()
332
aha1542
->aha1542_last_mbi_used = mbi;
in aha1542_interrupt()
347
tmp_cmd =
aha1542
in aha1542_interrupt()
395
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
aha1542_queuecommand()
local
524
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
setup_mailboxes()
local
643
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
aha1542_query()
local
733
struct
aha1542
_hostdata *
aha1542
;
aha1542_hw_init()
local
829
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
aha1542_release()
local
855
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
aha1542_dev_reset()
local
913
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
aha1542_reset()
local
984
struct
aha1542
_hostdata *
aha1542
= shost_priv(sdev->host);
aha1542_biosparam()
local
[all...]
H
A
D
Makefile
70
obj-$(CONFIG_SCSI_AHA1542) +=
aha1542
.o
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
aha1542.c
26
#include "
aha1542
.h"
201
printk(KERN_ERR "
aha1542
: makecode: unknown hoststatus %x\n", hosterr);
in makecode()
281
struct aha1542_hostdata *
aha1542
= shost_priv(sh);
in aha1542_interrupt()
local
287
struct mailbox *mb =
aha1542
->mb;
in aha1542_interrupt()
288
struct ccb *ccb =
aha1542
->ccb;
in aha1542_interrupt()
329
mbi =
aha1542
->aha1542_last_mbi_used + 1;
in aha1542_interrupt()
339
} while (mbi !=
aha1542
->aha1542_last_mbi_used);
in aha1542_interrupt()
349
mbo = (scsi2int(mb[mbi].ccbptr) - (unsigned long)
aha1542
->ccb_handle) / sizeof(struct ccb);
in aha1542_interrupt()
352
aha1542
->aha1542_last_mbi_used = mbi;
in aha1542_interrupt()
367
tmp_cmd =
aha1542
in aha1542_interrupt()
417
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
aha1542_queuecommand()
local
528
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
setup_mailboxes()
local
651
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
aha1542_query()
local
745
struct
aha1542
_hostdata *
aha1542
;
aha1542_hw_init()
local
841
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
aha1542_release()
local
867
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
aha1542_dev_reset()
local
926
struct
aha1542
_hostdata *
aha1542
= shost_priv(sh);
aha1542_reset()
local
997
struct
aha1542
_hostdata *
aha1542
= shost_priv(sdev->host);
aha1542_biosparam()
local
[all...]
H
A
D
Makefile
68
obj-$(CONFIG_SCSI_AHA1542) +=
aha1542
.o
Completed in 4 milliseconds