Home
last modified time | relevance | path

Searched refs:to_css (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/cio/
H A Dcss.h139 #define to_css(dev) container_of(dev, struct channel_subsystem, device) macro
H A Dcss.c870 struct channel_subsystem *css = to_css(dev); in channel_subsystem_release()
879 struct channel_subsystem *css = to_css(dev); in real_cssid_show()
903 struct channel_subsystem *css = to_css(dev); in cm_enable_show()
915 struct channel_subsystem *css = to_css(dev); in cm_enable_store()
1353 return sch == to_css(sch->dev.parent)->pseudo_subchannel; in sch_is_pseudo_sch()
H A Dchp.c171 css = to_css(chp->dev.parent); in chp_measurement_copy_block()