Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dcio.h130 int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key);
H A Dcio.c710 int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key) in cio_tm_start_key() function
732 EXPORT_SYMBOL_GPL(cio_tm_start_key);
H A Ddevice_ops.c567 rc = cio_tm_start_key(sch, tcw, lpm, key); in ccw_device_tm_start_timeout_key()