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:aac_drivers
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H
A
D
linit.c
78
* Note: The last field is used to index into
aac_drivers
below.
160
static struct aac_driver_ident
aac_drivers
[] = {
variable
260
return
aac_drivers
[dev->cardtype].name;
in aac_info()
272
return &
aac_drivers
[devtype];
in aac_get_driver_ident()
1200
aac_drivers
[dev->cardtype].model);
in aac_show_model()
1221
aac_drivers
[dev->cardtype].vname);
in aac_show_vendor()
1567
if (
aac_drivers
[index].quirks & AAC_QUIRK_SRC)
in aac_reinit_aif()
1604
if (!(
aac_drivers
[index].quirks & AAC_QUIRK_SRC)) {
in aac_probe_one()
1616
if (
aac_drivers
[index].quirks & AAC_QUIRK_31BIT) {
in aac_probe_one()
1678
if ((*
aac_drivers
[inde
in aac_probe_one()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H
A
D
linit.c
77
* Note: The last field is used to index into
aac_drivers
below.
159
static struct aac_driver_ident
aac_drivers
[] = {
variable
258
return
aac_drivers
[dev->cardtype].name;
in aac_info()
270
return &
aac_drivers
[devtype];
in aac_get_driver_ident()
1201
aac_drivers
[dev->cardtype].model);
in aac_show_model()
1222
aac_drivers
[dev->cardtype].vname);
in aac_show_vendor()
1571
if (
aac_drivers
[index].quirks & AAC_QUIRK_SRC)
in aac_reinit_aif()
1608
if (!(
aac_drivers
[index].quirks & AAC_QUIRK_SRC)) {
in aac_probe_one()
1620
if (
aac_drivers
[index].quirks & AAC_QUIRK_31BIT) {
in aac_probe_one()
1682
if ((*
aac_drivers
[inde
in aac_probe_one()
[all...]
Completed in 6 milliseconds