Lines Matching refs:subchannel
88 int cio_set_options(struct subchannel *sch, int flags) in cio_set_options()
99 cio_start_handle_notoper(struct subchannel *sch, __u8 lpm) in cio_start_handle_notoper()
123 cio_start_key (struct subchannel *sch, /* subchannel structure */ in cio_start_key()
176 cio_start (struct subchannel *sch, struct ccw1 *cpa, __u8 lpm) in cio_start()
186 cio_resume (struct subchannel *sch) in cio_resume()
219 cio_halt(struct subchannel *sch) in cio_halt()
253 cio_clear(struct subchannel *sch) in cio_clear()
288 cio_cancel (struct subchannel *sch) in cio_cancel()
334 int cio_cancel_halt_clear(struct subchannel *sch, int *iretry) in cio_cancel_halt_clear()
379 static void cio_apply_config(struct subchannel *sch, struct schib *schib) in cio_apply_config()
393 static int cio_check_config(struct subchannel *sch, struct schib *schib) in cio_check_config()
409 int cio_commit_config(struct subchannel *sch) in cio_commit_config()
458 int cio_update_schib(struct subchannel *sch) in cio_update_schib()
475 int cio_enable_subchannel(struct subchannel *sch, u32 intparm) in cio_enable_subchannel()
509 int cio_disable_subchannel(struct subchannel *sch) in cio_disable_subchannel()
535 struct subchannel *sch; in do_cio_interrupt()
542 sch = (struct subchannel *)(unsigned long) tpi_info->intparm; in do_cio_interrupt()
579 static struct subchannel *console_sch;
586 void cio_tsch(struct subchannel *sch) in cio_tsch()
648 struct subchannel *cio_probe_console(void) in cio_probe_console()
651 struct subchannel *sch; in cio_probe_console()
714 int cio_tm_start_key(struct subchannel *sch, struct tcw *tcw, u8 lpm, u8 key) in cio_tm_start_key()
745 int cio_tm_intrg(struct subchannel *sch) in cio_tm_intrg()