Lines Matching defs:cdev

38 int ccw_device_set_options_mask(struct ccw_device *cdev, unsigned long flags)  in ccw_device_set_options_mask()
63 int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options()
90 void ccw_device_clear_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_clear_options()
105 int ccw_device_is_pathgroup(struct ccw_device *cdev) in ccw_device_is_pathgroup()
117 int ccw_device_is_multipath(struct ccw_device *cdev) in ccw_device_is_multipath()
138 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm) in ccw_device_clear()
184 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key()
264 int ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout_key()
302 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start()
337 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout()
363 int ccw_device_halt(struct ccw_device *cdev, unsigned long intparm) in ccw_device_halt()
398 int ccw_device_resume(struct ccw_device *cdev) in ccw_device_resume()
419 ccw_device_call_handler(struct ccw_device *cdev) in ccw_device_call_handler()
475 struct ciw *ccw_device_get_ciw(struct ccw_device *cdev, __u32 ct) in ccw_device_get_ciw()
494 __u8 ccw_device_get_path_mask(struct ccw_device *cdev) in ccw_device_get_path_mask()
510 void ccw_device_stlck_done(struct ccw_device *cdev, void *data, int rc) in ccw_device_stlck_done()
521 int ccw_device_stlck(struct ccw_device *cdev) in ccw_device_stlck()
566 void *ccw_device_get_chp_desc(struct ccw_device *cdev, int chp_no) in ccw_device_get_chp_desc()
582 void ccw_device_get_id(struct ccw_device *cdev, struct ccw_dev_id *dev_id) in ccw_device_get_id()
599 int ccw_device_tm_start_key(struct ccw_device *cdev, struct tcw *tcw, in ccw_device_tm_start_key()
645 int ccw_device_tm_start_timeout_key(struct ccw_device *cdev, struct tcw *tcw, in ccw_device_tm_start_timeout_key()
669 int ccw_device_tm_start(struct ccw_device *cdev, struct tcw *tcw, in ccw_device_tm_start()
688 int ccw_device_tm_start_timeout(struct ccw_device *cdev, struct tcw *tcw, in ccw_device_tm_start_timeout()
704 int ccw_device_get_mdc(struct ccw_device *cdev, u8 mask) in ccw_device_get_mdc()
743 int ccw_device_tm_intrg(struct ccw_device *cdev) in ccw_device_tm_intrg()
761 _ccw_device_get_subchannel_number(struct ccw_device *cdev) in _ccw_device_get_subchannel_number()