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:chpid_to_chp
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
chp.c
58
chpid_to_chp
(chpid)->state = onoff;
in set_chp_logically_online()
65
return (
chpid_to_chp
(chpid) ?
chpid_to_chp
(chpid)->state : -ENODEV);
in chp_get_status()
102
return
chpid_to_chp
(chpid) != NULL;
in chp_is_registered()
543
chp =
chpid_to_chp
(chpid);
in chp_get_chp_desc()
H
A
D
chp.h
57
static inline struct channel_path *
chpid_to_chp
(struct chp_id chpid)
in chpid_to_chp()
function
H
A
D
device_ops.c
503
chp =
chpid_to_chp
(chpid);
in ccw_device_get_util_str()
658
chp =
chpid_to_chp
(chpid);
in ccw_device_get_mdc()
806
chp =
chpid_to_chp
(cssid_chpid);
in ccw_device_get_chid()
H
A
D
chsc.c
235
struct channel_path *chp =
chpid_to_chp
(chpid);
in chsc_chp_offline()
449
chp =
chpid_to_chp
(chpid);
in chsc_process_sei_res_acc()
487
chp =
chpid_to_chp
(chpid);
in chsc_process_sei_chp_avail()
697
struct channel_path *chp =
chpid_to_chp
(chpid);
in chsc_chp_online()
758
struct channel_path *chp =
chpid_to_chp
(chpid);
in chsc_chp_vary()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
chp.c
58
chpid_to_chp
(chpid)->state = onoff;
in set_chp_logically_online()
65
return (
chpid_to_chp
(chpid) ?
chpid_to_chp
(chpid)->state : -ENODEV);
in chp_get_status()
102
return
chpid_to_chp
(chpid) != NULL;
in chp_is_registered()
558
chp =
chpid_to_chp
(chpid);
in chp_get_chp_desc()
H
A
D
chp.h
58
static inline struct channel_path *
chpid_to_chp
(struct chp_id chpid)
in chpid_to_chp()
function
H
A
D
chsc.c
238
struct channel_path *chp =
chpid_to_chp
(chpid);
in chsc_chp_offline()
471
chp =
chpid_to_chp
(chpid);
in chsc_process_sei_res_acc()
501
chp =
chpid_to_chp
(chpid);
in chsc_process_sei_chp_avail()
603
chp =
chpid_to_chp
(chpid);
in chsc_process_sei_fces_event()
741
struct channel_path *chp =
chpid_to_chp
(chpid);
in chsc_chp_online()
802
struct channel_path *chp =
chpid_to_chp
(chpid);
in chsc_chp_vary()
H
A
D
device_ops.c
503
chp =
chpid_to_chp
(chpid);
in ccw_device_get_util_str()
658
chp =
chpid_to_chp
(chpid);
in ccw_device_get_mdc()
806
chp =
chpid_to_chp
(cssid_chpid);
in ccw_device_get_chid()
Completed in 11 milliseconds