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_status
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
sbp2.c
244
struct
sbp2_status
{
struct
260
void (*callback)(struct sbp2_orb * orb, struct
sbp2_status
* status);
287
struct
sbp2_status
status;
412
struct
sbp2_status
status;
in sbp2_status_write()
538
struct
sbp2_status
*status)
in complete_management_orb()
1289
static unsigned int sbp2_status_to_sense_data(u8 *
sbp2_status
, u8 *sense_data)
in sbp2_status_to_sense_data()
argument
1292
int sfmt = (
sbp2_status
[0] >> 6) & 0x03;
in sbp2_status_to_sense_data()
1302
sense_data[0] = 0x70 | sfmt | (
sbp2_status
[1] & 0x80);
in sbp2_status_to_sense_data()
1304
sense_data[2] = ((
sbp2_status
[1] << 1) & 0xe0) | (
sbp2_status
[
in sbp2_status_to_sense_data()
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
sbp2.c
245
struct
sbp2_status
{
struct
261
void (*callback)(struct sbp2_orb * orb, struct
sbp2_status
* status);
288
struct
sbp2_status
status;
413
struct
sbp2_status
status;
in sbp2_status_write()
539
struct
sbp2_status
*status)
in complete_management_orb()
1290
static unsigned int sbp2_status_to_sense_data(u8 *
sbp2_status
, u8 *sense_data)
in sbp2_status_to_sense_data()
argument
1293
int sfmt = (
sbp2_status
[0] >> 6) & 0x03;
in sbp2_status_to_sense_data()
1303
sense_data[0] = 0x70 | sfmt | (
sbp2_status
[1] & 0x80);
in sbp2_status_to_sense_data()
1305
sense_data[2] = ((
sbp2_status
[1] << 1) & 0xe0) | (
sbp2_status
[
in sbp2_status_to_sense_data()
[all...]
Completed in 5 milliseconds