Home
last modified time | relevance | path

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

/linux-4.1.27/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];
698 css_generate_pgid(struct channel_subsystem *css, u32 tod_high) in css_generate_pgid()
722 struct channel_subsystem *css; in channel_subsystem_release()
738 struct channel_subsystem *css = to_css(dev); in css_cm_enable_show()
753 struct channel_subsystem *css = to_css(dev); in css_cm_enable_store()
781 struct channel_subsystem *css; in setup_css()
784 memset(css, 0, sizeof(struct channel_subsystem)); in setup_css()
816 struct channel_subsystem *css; in css_reboot_event()
849 struct channel_subsystem *css; in css_power_event()
866 struct channel_subsystem *css; in css_power_event()
[all …]
Dchsc.h126 struct channel_subsystem;
127 extern int chsc_secm(struct channel_subsystem *, int);
128 int __chsc_do_secm(struct channel_subsystem *css, int enable);
Dchsc.c688 chsc_remove_cmg_attr(struct channel_subsystem *css) in chsc_remove_cmg_attr()
700 chsc_add_cmg_attr(struct channel_subsystem *css) in chsc_add_cmg_attr()
722 int __chsc_do_secm(struct channel_subsystem *css, int enable) in __chsc_do_secm()
778 chsc_secm(struct channel_subsystem *css, int enable) in chsc_secm()
Dchp.c159 struct channel_subsystem *css, in chp_measurement_copy_block()
185 struct channel_subsystem *css; in chp_measurement_read()
Ddevice.c1019 struct channel_subsystem *css = to_css(sch->dev.parent); in ccw_device_move_to_orph()