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:sbp2_logical_unit
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
sbp2.c
115
* We create one struct
sbp2_logical_unit
per SBP-2 Logical Unit Number Entry
116
* and one struct scsi_device per
sbp2_logical_unit
.
118
struct
sbp2_logical_unit
{
struct
142
static void sbp2_queue_work(struct
sbp2_logical_unit
*lu, unsigned long delay)
in sbp2_queue_work()
179
static const struct device *lu_dev(const struct
sbp2_logical_unit
*lu)
in lu_dev()
261
struct
sbp2_logical_unit
*lu;
410
struct
sbp2_logical_unit
*lu = callback_data;
in sbp2_status_write()
489
static void sbp2_send_orb(struct sbp2_orb *orb, struct
sbp2_logical_unit
*lu,
in sbp2_send_orb()
512
static int sbp2_cancel_orbs(struct
sbp2_logical_unit
*lu)
in sbp2_cancel_orbs()
548
static int sbp2_send_management_orb(struct
sbp2_logical_unit
*l
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
sbp2.c
116
* We create one struct
sbp2_logical_unit
per SBP-2 Logical Unit Number Entry
117
* and one struct scsi_device per
sbp2_logical_unit
.
119
struct
sbp2_logical_unit
{
struct
143
static void sbp2_queue_work(struct
sbp2_logical_unit
*lu, unsigned long delay)
in sbp2_queue_work()
180
static const struct device *lu_dev(const struct
sbp2_logical_unit
*lu)
in lu_dev()
262
struct
sbp2_logical_unit
*lu;
411
struct
sbp2_logical_unit
*lu = callback_data;
in sbp2_status_write()
490
static void sbp2_send_orb(struct sbp2_orb *orb, struct
sbp2_logical_unit
*lu,
in sbp2_send_orb()
513
static int sbp2_cancel_orbs(struct
sbp2_logical_unit
*lu)
in sbp2_cancel_orbs()
549
static int sbp2_send_management_orb(struct
sbp2_logical_unit
*l
[all...]
Completed in 5 milliseconds