Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A Dcio.h124 extern int cio_start (struct subchannel *, struct ccw1 *, __u8);
H A Dcio.c109 CIO_MSG_EVENT(2, "cio_start: 'not oper' status for " in cio_start_handle_notoper()
177 cio_start (struct subchannel *sch, struct ccw1 *cpa, __u8 lpm) in cio_start() function
181 EXPORT_SYMBOL_GPL(cio_start);
H A Dccwreq.c90 rc = cio_start(sch, cp, (u8) req->mask); in ccwreq_do()