Lines Matching refs:ccw_device

92  * Most of these functions operate on a struct ccw_device. There is only
94 * data is guaranteed to be the same for every ccw_device.
106 int (*alloc) (struct ccw_device *);
107 void (*free) (struct ccw_device *);
108 int (*set) (struct ccw_device *, u32);
109 u64 (*read) (struct ccw_device *, int);
110 int (*readall)(struct ccw_device *, struct cmbdata *);
111 void (*reset) (struct ccw_device *);
175 static int set_schib(struct ccw_device *cdev, u32 mme, int mbfc,
211 static int set_schib_wait(struct ccw_device *cdev, u32 mme,
257 void retry_set_schib(struct ccw_device *cdev)
269 static int cmf_copy_block(struct ccw_device *cdev)
298 static int cmf_cmb_copy_wait(struct ccw_device *cdev)
338 void cmf_retry_copy_block(struct ccw_device *cdev)
349 static void cmf_generic_reset(struct ccw_device *cdev)
436 static int alloc_cmb_single(struct ccw_device *cdev,
477 static int alloc_cmb(struct ccw_device *cdev)
533 static void free_cmb(struct ccw_device *cdev)
560 static int set_cmb(struct ccw_device *cdev, u32 mme)
595 static u64 read_cmb(struct ccw_device *cdev, int index)
646 static int readall_cmb(struct ccw_device *cdev, struct cmbdata *data)
696 static void reset_cmb(struct ccw_device *cdev)
701 static int cmf_enabled(struct ccw_device *cdev)
759 static int alloc_cmbe(struct ccw_device *cdev)
809 static void free_cmbe(struct ccw_device *cdev)
831 static int set_cmbe(struct ccw_device *cdev, u32 mme)
849 static u64 read_cmbe(struct ccw_device *cdev, int index)
906 static int readall_cmbe(struct ccw_device *cdev, struct cmbdata *data)
960 static void reset_cmbe(struct ccw_device *cdev)
987 struct ccw_device *cdev = to_ccwdev(dev);
1080 struct ccw_device *cdev = to_ccwdev(dev);
1089 struct ccw_device *cdev = to_ccwdev(dev);
1112 int ccw_set_cmf(struct ccw_device *cdev, int enable)
1128 int enable_cmf(struct ccw_device *cdev)
1169 int __disable_cmf(struct ccw_device *cdev)
1193 int disable_cmf(struct ccw_device *cdev)
1214 u64 cmf_read(struct ccw_device *cdev, int index)
1229 int cmf_readall(struct ccw_device *cdev, struct cmbdata *data)
1235 int cmf_reenable(struct ccw_device *cdev)