Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dcio.h126 extern int cio_set_options (struct subchannel *, int);
H A Dcio.c88 int cio_set_options(struct subchannel *sch, int flags) in cio_set_options() function
H A Ddevice_ops.c220 ret = cio_set_options (sch, flags); in ccw_device_start_timeout_key()