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:starget_data
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_transport_spi.h
62
#define spi_period(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->period)
63
#define spi_min_period(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->min_period)
64
#define spi_offset(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->offset)
65
#define spi_max_offset(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->max_offset)
66
#define spi_width(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->width)
67
#define spi_max_width(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->max_width)
68
#define spi_iu(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->iu)
69
#define spi_max_iu(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->max_iu)
70
#define spi_dt(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->dt)
71
#define spi_qas(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)
[all...]
H
A
D
scsi_transport.h
74
return (u8 *)starget->
starget_data
in scsi_transport_target_data()
H
A
D
scsi_transport_fc.h
389
(((struct fc_starget_attrs *)&(x)->
starget_data
)->node_name)
391
(((struct fc_starget_attrs *)&(x)->
starget_data
)->port_name)
393
(((struct fc_starget_attrs *)&(x)->
starget_data
)->port_id)
H
A
D
scsi_device.h
325
unsigned long
starget_data
[]; /* for the transport */
member
326
/*
starget_data
must be the last element!!!! */
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_transport_spi.h
62
#define spi_period(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->period)
63
#define spi_min_period(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->min_period)
64
#define spi_offset(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->offset)
65
#define spi_max_offset(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->max_offset)
66
#define spi_width(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->width)
67
#define spi_max_width(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->max_width)
68
#define spi_iu(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->iu)
69
#define spi_max_iu(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->max_iu)
70
#define spi_dt(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->dt)
71
#define spi_qas(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)
[all...]
H
A
D
scsi_transport.h
74
return (u8 *)starget->
starget_data
in scsi_transport_target_data()
H
A
D
scsi_transport_fc.h
421
(((struct fc_starget_attrs *)&(x)->
starget_data
)->node_name)
423
(((struct fc_starget_attrs *)&(x)->
starget_data
)->port_name)
425
(((struct fc_starget_attrs *)&(x)->
starget_data
)->port_id)
H
A
D
scsi_device.h
370
unsigned long
starget_data
[]; /* for the transport */
member
371
/*
starget_data
must be the last element!!!! */
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_transport_spi.c
56
#define spi_dv_in_progress(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->dv_in_progress)
57
#define spi_dv_mutex(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->dv_mutex)
278
tp = (struct spi_transport_attrs *)&starget->
starget_data
; \
293
tp = (struct spi_transport_attrs *)&starget->
starget_data
; \
309
tp = (struct spi_transport_attrs *)&starget->
starget_data
; \
344
= (struct spi_transport_attrs *)&starget->
starget_data
; \
488
(struct spi_transport_attrs *)&starget->
starget_data
;
in show_spi_transport_period()
504
(struct spi_transport_attrs *)&starget->
starget_data
;
in store_spi_transport_period()
532
(struct spi_transport_attrs *)&starget->
starget_data
;
in show_spi_transport_min_period()
547
(struct spi_transport_attrs *)&starget->
starget_data
;
in store_spi_transport_min_period()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_transport_spi.c
56
#define spi_dv_in_progress(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->dv_in_progress)
57
#define spi_dv_mutex(x) (((struct spi_transport_attrs *)&(x)->
starget_data
)->dv_mutex)
277
tp = (struct spi_transport_attrs *)&starget->
starget_data
; \
292
tp = (struct spi_transport_attrs *)&starget->
starget_data
; \
308
tp = (struct spi_transport_attrs *)&starget->
starget_data
; \
343
= (struct spi_transport_attrs *)&starget->
starget_data
; \
487
(struct spi_transport_attrs *)&starget->
starget_data
;
in show_spi_transport_period()
503
(struct spi_transport_attrs *)&starget->
starget_data
;
in store_spi_transport_period()
531
(struct spi_transport_attrs *)&starget->
starget_data
;
in show_spi_transport_min_period()
546
(struct spi_transport_attrs *)&starget->
starget_data
;
in store_spi_transport_min_period()
[all...]
Completed in 13 milliseconds