Home
last modified time | relevance | path

Searched refs:channel_path (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/s390/cio/
Dchp.h43 struct channel_path { struct
56 static inline struct channel_path *chpid_to_chp(struct chp_id chpid) in chpid_to_chp()
65 void chp_remove_cmg_attr(struct channel_path *chp);
66 int chp_add_cmg_attr(struct channel_path *chp);
Dchp.c29 #define to_channelpath(device) container_of(device, struct channel_path, dev)
137 struct channel_path *chp; in chp_measurement_chars_read()
184 struct channel_path *chp; in chp_measurement_read()
212 void chp_remove_cmg_attr(struct channel_path *chp) in chp_remove_cmg_attr()
218 int chp_add_cmg_attr(struct channel_path *chp) in chp_add_cmg_attr()
237 struct channel_path *chp = to_channelpath(dev); in chp_status_show()
251 struct channel_path *cp = to_channelpath(dev); in chp_status_write()
279 struct channel_path *cp; in chp_configure_show()
296 struct channel_path *cp; in chp_configure_write()
316 struct channel_path *chp = to_channelpath(dev); in chp_type_show()
[all …]
Dchsc.h54 struct channel_path;
115 int chsc_get_channel_measurement_chars(struct channel_path *chp);
Dcss.h121 struct channel_path *chps[__MAX_CHPID + 1];
Dchsc.c498 struct channel_path *chp = chpid_to_chp(chpid); in chsc_chp_vary()
718 chsc_initialize_cmg_chars(struct channel_path *chp, u8 cmcv, in chsc_initialize_cmg_chars()
734 int chsc_get_channel_measurement_chars(struct channel_path *chp) in chsc_get_channel_measurement_chars()
Dcss.c1042 struct channel_path *chp; in channel_subsystem_reinit()