Lines Matching refs:ccw_device
42 * The functions use a ccw_device instead of an irq (subchannel).
51 * The interrupt handlers must be adapted to use a ccw_device as argument.
130 device drivers should use the new calling interface via the ccw_device only.
141 support using the information saved in the struct ccw_device given to them.
168 ccw_device_get_ciw(struct ccw_device *cdev, __u32 cmd);
170 cdev - The ccw_device for which the command is to be retrieved.
189 int ccw_device_start(struct ccw_device *cdev,
194 int ccw_device_start_timeout(struct ccw_device *cdev,
200 int ccw_device_start_key(struct ccw_device *cdev,
206 int ccw_device_start_key_timeout(struct ccw_device *cdev,
214 cdev : ccw_device the I/O is destined for
269 -ENODEV - cdev is invalid, the device is not operational or the ccw_device is
390 int ccw_device_resume(struct ccw_device *cdev);
392 cdev - ccw_device the resume operation is requested for
415 int ccw_device_halt(struct ccw_device *cdev,
418 cdev : ccw_device the halt operation is requested for
448 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm);
450 cdev: ccw_device the clear operation is requested for
470 __u8 ccw_device_get_path_mask(struct ccw_device *cdev);