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:ssd_info
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
cio.h
110
struct chsc_ssd_info
ssd_info
; /* subchannel description */
member
H
A
D
css.c
305
ret = chsc_get_ssd_info(sch->schid, &sch->
ssd_info
);
in css_update_ssd_info()
307
ssd_from_pmcw(&sch->
ssd_info
, &sch->schib.pmcw);
in css_update_ssd_info()
309
ssd_register_chpids(&sch->
ssd_info
);
in css_update_ssd_info()
400
struct chsc_ssd_info *ssd = &sch->
ssd_info
;
in chpids_show()
H
A
D
vfio_ccw_drv.c
333
int mask = chp_ssd_get_mask(&sch->
ssd_info
, link);
in vfio_ccw_chp_event()
H
A
D
device.c
1175
mask = chp_ssd_get_mask(&sch->
ssd_info
, link);
in io_subchannel_chp_event()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
cio.h
99
struct chsc_ssd_info
ssd_info
; /* subchannel description */
member
H
A
D
css.c
311
ret = chsc_get_ssd_info(sch->schid, &sch->
ssd_info
);
in css_update_ssd_info()
313
ssd_from_pmcw(&sch->
ssd_info
, &sch->schib.pmcw);
in css_update_ssd_info()
315
ssd_register_chpids(&sch->
ssd_info
);
in css_update_ssd_info()
386
struct chsc_ssd_info *ssd = &sch->
ssd_info
;
in chpids_show()
H
A
D
vfio_ccw_drv.c
304
int mask = chp_ssd_get_mask(&sch->
ssd_info
, link);
in vfio_ccw_chp_event()
H
A
D
device.c
1152
mask = chp_ssd_get_mask(&sch->
ssd_info
, link);
in io_subchannel_chp_event()
Completed in 10 milliseconds