Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Dcss.h130 #define to_css(dev) container_of(dev, struct channel_subsystem, device) macro
Dcss.c824 struct channel_subsystem *css = to_css(dev); in channel_subsystem_release()
833 struct channel_subsystem *css = to_css(dev); in real_cssid_show()
845 struct channel_subsystem *css = to_css(dev); in cm_enable_show()
857 struct channel_subsystem *css = to_css(dev); in cm_enable_store()
1240 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.c975 struct channel_subsystem *css = to_css(sch->dev.parent); in ccw_device_move_to_orph()