Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dcss.h104 extern struct subchannel *css_alloc_subchannel(struct subchannel_id,
H A Dcss.c204 struct subchannel *css_alloc_subchannel(struct subchannel_id schid, in css_alloc_subchannel() function
471 sch = css_alloc_subchannel(schid, schib); in css_probe_device()
H A Dcio.c666 sch = css_alloc_subchannel(schid, &schib); in cio_probe_console()