Symbol: channel_subsystem
drivers/s390/cio/chp.c
164
struct channel_subsystem *css;
drivers/s390/cio/chp.c
525
struct channel_subsystem *css = css_by_id(chpid.cssid);
drivers/s390/cio/chsc.c
835
chsc_remove_cmg_attr(struct channel_subsystem *css)
drivers/s390/cio/chsc.c
847
chsc_add_cmg_attr(struct channel_subsystem *css)
drivers/s390/cio/chsc.c
869
int __chsc_do_secm(struct channel_subsystem *css, int enable)
drivers/s390/cio/chsc.c
929
static int cub_alloc(struct channel_subsystem *css)
drivers/s390/cio/chsc.c
947
static void cub_free(struct channel_subsystem *css)
drivers/s390/cio/chsc.c
962
chsc_secm(struct channel_subsystem *css, int enable)
drivers/s390/cio/chsc.h
170
struct channel_subsystem;
drivers/s390/cio/chsc.h
171
extern int chsc_secm(struct channel_subsystem *, int);
drivers/s390/cio/chsc.h
172
int __chsc_do_secm(struct channel_subsystem *css, int enable);
drivers/s390/cio/css.c
1009
struct channel_subsystem *css;
drivers/s390/cio/css.c
1194
struct channel_subsystem *css = channel_subsystems[i];
drivers/s390/cio/css.c
1210
struct channel_subsystem *css;
drivers/s390/cio/css.c
40
struct channel_subsystem *channel_subsystems[MAX_CSS_IDX + 1];
drivers/s390/cio/css.c
821
css_generate_pgid(struct channel_subsystem *css, u32 tod_high)
drivers/s390/cio/css.c
840
struct channel_subsystem *css = to_css(dev);
drivers/s390/cio/css.c
849
struct channel_subsystem *css = to_css(dev);
drivers/s390/cio/css.c
873
struct channel_subsystem *css = to_css(dev);
drivers/s390/cio/css.c
885
struct channel_subsystem *css = to_css(dev);
drivers/s390/cio/css.c
942
struct channel_subsystem *css;
drivers/s390/cio/css.h
139
#define to_css(dev) container_of(dev, struct channel_subsystem, device)
drivers/s390/cio/css.h
141
extern struct channel_subsystem *channel_subsystems[];
drivers/s390/cio/css.h
144
static inline struct channel_subsystem *css_by_id(u8 cssid)
drivers/s390/cio/device.c
978
struct channel_subsystem *css = to_css(sch->dev.parent);
drivers/s390/cio/device_ops.c
752
struct channel_subsystem *css = to_css(sch_dev->parent);
drivers/s390/cio/device_ops.c
768
struct channel_subsystem *css = to_css(sch_dev->parent);