Home
last modified time | relevance | path

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

/drivers/s390/cio/
Dcss.c36 struct channel_subsystem *channel_subsystems[__MAX_CSSID + 1];
615 css_generate_pgid(struct channel_subsystem *css, u32 tod_high) in css_generate_pgid()
636 struct channel_subsystem *css; in channel_subsystem_release()
652 struct channel_subsystem *css = to_css(dev); in css_cm_enable_show()
667 struct channel_subsystem *css = to_css(dev); in css_cm_enable_store()
695 struct channel_subsystem *css; in setup_css()
698 memset(css, 0, sizeof(struct channel_subsystem)); in setup_css()
729 struct channel_subsystem *css; in css_reboot_event()
788 struct channel_subsystem *css; in init_channel_subsystem()
790 css = kmalloc(sizeof(struct channel_subsystem), GFP_KERNEL); in init_channel_subsystem()
[all …]
Dcss.h112 struct channel_subsystem { struct
126 #define to_css(dev) container_of(dev, struct channel_subsystem, device) argument
129 extern struct channel_subsystem *channel_subsystems[];
Dchsc.h91 struct channel_subsystem;
92 extern int chsc_secm(struct channel_subsystem *, int);
Dchsc.c518 chsc_remove_cmg_attr(struct channel_subsystem *css) in chsc_remove_cmg_attr()
530 chsc_add_cmg_attr(struct channel_subsystem *css) in chsc_add_cmg_attr()
553 __chsc_do_secm(struct channel_subsystem *css, int enable, void *page) in __chsc_do_secm()
602 chsc_secm(struct channel_subsystem *css, int enable) in chsc_secm()
Dchp.c163 struct channel_subsystem *css, in chp_measurement_copy_block()
189 struct channel_subsystem *css; in chp_measurement_read()
Ddevice.c673 get_orphaned_ccwdev_by_dev_id(struct channel_subsystem *css, in get_orphaned_ccwdev_by_dev_id()
883 struct channel_subsystem *css; in ccw_device_move_to_orphanage()