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:nsp_hw_data
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H
A
D
nsp_cs.c
94
static
nsp_hw_data
nsp_data_base; /* attach <-> detect glue */
182
nsp_hw_data
*data = (
nsp_hw_data
*)SCpnt->device->host->hostdata;
in nsp_scsi_done()
197
nsp_hw_data
*data = (
nsp_hw_data
*)SCpnt->device->host->hostdata;
in nsp_queuecommand_lck()
272
static void nsp_setup_fifo(
nsp_hw_data
*data, bool enabled)
in nsp_setup_fifo()
290
static void nsphw_init_sync(
nsp_hw_data
*data)
in nsphw_init_sync()
307
static void nsphw_init(
nsp_hw_data
*data)
in nsphw_init()
369
nsp_hw_data
*data = (
nsp_hw_data
*)SCpn
in nsphw_start_selection()
[all...]
H
A
D
nsp_message.c
14
nsp_hw_data
*data = (
nsp_hw_data
*)SCpnt->device->host->hostdata;
in nsp_message_in()
55
nsp_hw_data
*data = (
nsp_hw_data
*)SCpnt->device->host->hostdata;
in nsp_message_out()
H
A
D
nsp_cs.h
281
}
nsp_hw_data
;
typedef
304
static int nsp_bus_reset (
nsp_hw_data
*data);
307
static void nsphw_init (
nsp_hw_data
*data);
334
static void show_message (
nsp_hw_data
*data);
H
A
D
nsp_debug.c
204
static void show_message(
nsp_hw_data
*data)
in show_message()
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H
A
D
nsp_cs.c
90
static
nsp_hw_data
nsp_data_base; /* attach <-> detect glue */
178
nsp_hw_data
*data = (
nsp_hw_data
*)SCpnt->device->host->hostdata;
in nsp_scsi_done()
193
nsp_hw_data
*data = (
nsp_hw_data
*)SCpnt->device->host->hostdata;
in nsp_queuecommand_lck()
270
static void nsp_setup_fifo(
nsp_hw_data
*data, int enabled)
in nsp_setup_fifo()
288
static void nsphw_init_sync(
nsp_hw_data
*data)
in nsphw_init_sync()
305
static int nsphw_init(
nsp_hw_data
*data)
in nsphw_init()
368
nsp_hw_data
*data = (
nsp_hw_data
*)SCpn
in nsphw_start_selection()
[all...]
H
A
D
nsp_message.c
14
nsp_hw_data
*data = (
nsp_hw_data
*)SCpnt->device->host->hostdata;
in nsp_message_in()
55
nsp_hw_data
*data = (
nsp_hw_data
*)SCpnt->device->host->hostdata;
in nsp_message_out()
H
A
D
nsp_cs.h
281
}
nsp_hw_data
;
typedef
304
static int nsp_bus_reset (
nsp_hw_data
*data);
307
static int nsphw_init (
nsp_hw_data
*data);
334
static void show_message (
nsp_hw_data
*data);
H
A
D
nsp_debug.c
204
static void show_message(
nsp_hw_data
*data)
in show_message()
Completed in 7 milliseconds