Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dcio.h131 int cio_tm_intrg(struct subchannel *sch);
H A Dcio.c741 int cio_tm_intrg(struct subchannel *sch) in cio_tm_intrg() function
758 EXPORT_SYMBOL_GPL(cio_tm_intrg);
H A Ddevice_ops.c696 return cio_tm_intrg(sch); in ccw_device_tm_intrg()