Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Dcio.h135 int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key);
Dcio.c714 int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key) in cio_tm_start_key() function
736 EXPORT_SYMBOL_GPL(cio_tm_start_key);
Ddevice_ops.c556 rc = cio_tm_start_key(sch, tcw, lpm, key); in ccw_device_tm_start_timeout_key()