Lines Matching refs:cdev
158 int ccw_device_is_pathgroup(struct ccw_device *cdev);
159 int ccw_device_is_multipath(struct ccw_device *cdev);
186 int ccw_device_tm_start_key(struct ccw_device *cdev, struct tcw *tcw,
196 int ccw_device_tm_intrg(struct ccw_device *cdev);
198 int ccw_device_get_mdc(struct ccw_device *cdev, u8 mask);
200 extern int ccw_device_set_online(struct ccw_device *cdev);
201 extern int ccw_device_set_offline(struct ccw_device *cdev);
219 extern void *ccw_device_dma_zalloc(struct ccw_device *cdev, size_t size);
220 extern void ccw_device_dma_free(struct ccw_device *cdev,
228 u8 *ccw_device_get_util_str(struct ccw_device *cdev, int chp_idx);
229 int ccw_device_pnso(struct ccw_device *cdev,
232 int ccw_device_get_cssid(struct ccw_device *cdev, u8 *cssid);
233 int ccw_device_get_iid(struct ccw_device *cdev, u8 *iid);
234 int ccw_device_get_chpid(struct ccw_device *cdev, int chp_idx, u8 *chpid);
235 int ccw_device_get_chid(struct ccw_device *cdev, int chp_idx, u16 *chid);