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:channel_path
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
chp.h
42
struct
channel_path
{
struct
56
/* Return
channel_path
struct for given chpid. */
57
static inline struct
channel_path
*chpid_to_chp(struct chp_id chpid)
in chpid_to_chp()
66
void chp_remove_cmg_attr(struct
channel_path
*chp);
67
int chp_add_cmg_attr(struct
channel_path
*chp);
68
int chp_update_desc(struct
channel_path
*chp);
H
A
D
chp.c
30
#define to_channelpath(device) container_of(device, struct
channel_path
, dev)
135
struct
channel_path
*chp;
in chp_measurement_chars_read()
182
struct
channel_path
*chp;
in chp_measurement_read()
210
void chp_remove_cmg_attr(struct
channel_path
*chp)
in chp_remove_cmg_attr()
216
int chp_add_cmg_attr(struct
channel_path
*chp)
in chp_add_cmg_attr()
235
struct
channel_path
*chp = to_channelpath(dev);
in chp_status_show()
249
struct
channel_path
*cp = to_channelpath(dev);
in chp_status_write()
280
struct
channel_path
*cp;
in chp_configure_show()
297
struct
channel_path
*cp;
in chp_configure_write()
317
struct
channel_path
*ch
in chp_type_show()
[all...]
H
A
D
chsc.h
48
struct
channel_path
;
163
int chsc_get_channel_measurement_chars(struct
channel_path
*chp);
H
A
D
chsc.c
235
struct
channel_path
*chp = chpid_to_chp(chpid);
in chsc_chp_offline()
430
struct
channel_path
*chp;
in chsc_process_sei_res_acc()
470
struct
channel_path
*chp;
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()
964
chsc_initialize_cmg_chars(struct
channel_path
*chp, u8 cmcv,
in chsc_initialize_cmg_chars()
978
int chsc_get_channel_measurement_chars(struct
channel_path
*chp)
in chsc_get_channel_measurement_chars()
H
A
D
css.h
121
struct
channel_path
*chps[__MAX_CHPID + 1];
H
A
D
device_ops.c
497
struct
channel_path
*chp;
in ccw_device_get_util_str()
643
struct
channel_path
*chp;
in ccw_device_get_mdc()
799
struct
channel_path
*chp;
in ccw_device_get_chid()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
chp.h
43
struct
channel_path
{
struct
57
/* Return
channel_path
struct for given chpid. */
58
static inline struct
channel_path
*chpid_to_chp(struct chp_id chpid)
in chpid_to_chp()
67
void chp_remove_cmg_attr(struct
channel_path
*chp);
68
int chp_add_cmg_attr(struct
channel_path
*chp);
69
int chp_update_desc(struct
channel_path
*chp);
H
A
D
chp.c
30
#define to_channelpath(device) container_of(device, struct
channel_path
, dev)
135
struct
channel_path
*chp;
in chp_measurement_chars_read()
182
struct
channel_path
*chp;
in chp_measurement_read()
210
void chp_remove_cmg_attr(struct
channel_path
*chp)
in chp_remove_cmg_attr()
216
int chp_add_cmg_attr(struct
channel_path
*chp)
in chp_add_cmg_attr()
235
struct
channel_path
*chp = to_channelpath(dev);
in chp_status_show()
249
struct
channel_path
*cp = to_channelpath(dev);
in chp_status_write()
280
struct
channel_path
*cp;
in chp_configure_show()
297
struct
channel_path
*cp;
in chp_configure_write()
317
struct
channel_path
*ch
in chp_type_show()
[all...]
H
A
D
chsc.h
49
struct
channel_path
;
164
int chsc_get_channel_measurement_chars(struct
channel_path
*chp);
H
A
D
chsc.c
238
struct
channel_path
*chp = chpid_to_chp(chpid);
in chsc_chp_offline()
452
struct
channel_path
*chp;
in chsc_process_sei_res_acc()
484
struct
channel_path
*chp;
in chsc_process_sei_chp_avail()
591
struct
channel_path
*chp;
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()
1008
chsc_initialize_cmg_chars(struct
channel_path
*chp, u8 cmcv,
in chsc_initialize_cmg_chars()
1022
int chsc_get_channel_measurement_chars(struct
channel_path
*chp)
in chsc_get_channel_measurement_chars()
H
A
D
css.h
119
struct
channel_path
*chps[__MAX_CHPID + 1];
H
A
D
device_ops.c
497
struct
channel_path
*chp;
in ccw_device_get_util_str()
643
struct
channel_path
*chp;
in ccw_device_get_mdc()
799
struct
channel_path
*chp;
in ccw_device_get_chid()
Completed in 11 milliseconds