• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/

Lines Matching refs:ccw_device

48 struct ccw_device;
53 typedef void (fsm_func_t)(struct ccw_device *, enum dev_event);
57 dev_fsm_event(struct ccw_device *cdev, enum dev_event dev_event)
66 dev_fsm_final_state(struct ccw_device *cdev)
78 void io_subchannel_recog_done(struct ccw_device *cdev);
81 int ccw_device_cancel_halt_clear(struct ccw_device *);
83 int ccw_device_is_orphan(struct ccw_device *);
85 void ccw_device_recognition(struct ccw_device *);
86 int ccw_device_online(struct ccw_device *);
87 int ccw_device_offline(struct ccw_device *);
88 void ccw_device_update_sense_data(struct ccw_device *);
89 int ccw_device_test_sense_data(struct ccw_device *);
90 void ccw_device_schedule_sch_unregister(struct ccw_device *);
92 void ccw_device_sched_todo(struct ccw_device *cdev, enum cdev_todo todo);
95 void ccw_device_accumulate_irb(struct ccw_device *, struct irb *);
96 void ccw_device_accumulate_basic_sense(struct ccw_device *, struct irb *);
97 int ccw_device_accumulate_and_sense(struct ccw_device *, struct irb *);
98 int ccw_device_do_sense(struct ccw_device *, struct irb *);
102 void ccw_request_start(struct ccw_device *);
103 int ccw_request_cancel(struct ccw_device *cdev);
104 void ccw_request_handler(struct ccw_device *cdev);
105 void ccw_request_timeout(struct ccw_device *cdev);
106 void ccw_request_notoper(struct ccw_device *cdev);
109 void ccw_device_sense_id_start(struct ccw_device *);
110 void ccw_device_sense_id_done(struct ccw_device *, int);
113 void ccw_device_verify_start(struct ccw_device *);
114 void ccw_device_verify_done(struct ccw_device *, int);
116 void ccw_device_disband_start(struct ccw_device *);
117 void ccw_device_disband_done(struct ccw_device *, int);
119 void ccw_device_stlck_start(struct ccw_device *, void *, void *, void *);
120 void ccw_device_stlck_done(struct ccw_device *, void *, int);
122 int ccw_device_call_handler(struct ccw_device *);
124 int ccw_device_stlck(struct ccw_device *);
127 void ccw_device_trigger_reprobe(struct ccw_device *);
128 void ccw_device_kill_io(struct ccw_device *);
129 int ccw_device_notify(struct ccw_device *, int);
130 void ccw_device_set_disconnected(struct ccw_device *cdev);
131 void ccw_device_set_notoper(struct ccw_device *cdev);
134 void ccw_device_set_timeout(struct ccw_device *, int);
135 extern struct subchannel_id ccw_device_get_subchannel_id(struct ccw_device *);
139 void retry_set_schib(struct ccw_device *cdev);
140 void cmf_retry_copy_block(struct ccw_device *);
141 int cmf_reenable(struct ccw_device *);
142 int ccw_set_cmf(struct ccw_device *cdev, int enable);