Home
last modified time | relevance | path

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

/drivers/s390/cio/
Dcss.h115 struct channel_subsystem { struct
129 #define to_css(dev) container_of(dev, struct channel_subsystem, device) argument
131 extern struct channel_subsystem *channel_subsystems[];
Dcss.c37 struct channel_subsystem *channel_subsystems[__MAX_CSSID + 1];
697 css_generate_pgid(struct channel_subsystem *css, u32 tod_high) in css_generate_pgid()
716 struct channel_subsystem *css; in channel_subsystem_release()
732 struct channel_subsystem *css = to_css(dev); in css_cm_enable_show()
747 struct channel_subsystem *css = to_css(dev); in css_cm_enable_store()
775 struct channel_subsystem *css; in setup_css()
778 memset(css, 0, sizeof(struct channel_subsystem)); in setup_css()
810 struct channel_subsystem *css; in css_reboot_event()
843 struct channel_subsystem *css; in css_power_event()
860 struct channel_subsystem *css; in css_power_event()
[all …]
Dchsc.h142 struct channel_subsystem;
143 extern int chsc_secm(struct channel_subsystem *, int);
144 int __chsc_do_secm(struct channel_subsystem *css, int enable);
Dchsc.c791 chsc_remove_cmg_attr(struct channel_subsystem *css) in chsc_remove_cmg_attr()
803 chsc_add_cmg_attr(struct channel_subsystem *css) in chsc_add_cmg_attr()
825 int __chsc_do_secm(struct channel_subsystem *css, int enable) in __chsc_do_secm()
882 chsc_secm(struct channel_subsystem *css, int enable) in chsc_secm()
Dchp.c156 struct channel_subsystem *css, in chp_measurement_copy_block()
182 struct channel_subsystem *css; in chp_measurement_read()
Ddevice.c1014 struct channel_subsystem *css = to_css(sch->dev.parent); in ccw_device_move_to_orph()