Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/cio/
Dcss.h130 #define to_css(dev) container_of(dev, struct channel_subsystem, device) macro
Dcss.c802 struct channel_subsystem *css = to_css(dev); in channel_subsystem_release()
811 struct channel_subsystem *css = to_css(dev); in real_cssid_show()
823 struct channel_subsystem *css = to_css(dev); in cm_enable_show()
835 struct channel_subsystem *css = to_css(dev); in cm_enable_store()
1216 return sch == to_css(sch->dev.parent)->pseudo_subchannel; in sch_is_pseudo_sch()
Dchp.c189 css = to_css(chp->dev.parent); in chp_measurement_read()
Ddevice.c973 struct channel_subsystem *css = to_css(sch->dev.parent); in ccw_device_move_to_orph()