Lines Matching refs: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 *);
176 static int set_schib(struct ccw_device *cdev, u32 mme, int mbfc, in set_schib()
212 static int set_schib_wait(struct ccw_device *cdev, u32 mme, in set_schib_wait()
258 void retry_set_schib(struct ccw_device *cdev) in retry_set_schib()
270 static int cmf_copy_block(struct ccw_device *cdev) in cmf_copy_block()
299 static int cmf_cmb_copy_wait(struct ccw_device *cdev) in cmf_cmb_copy_wait()
339 void cmf_retry_copy_block(struct ccw_device *cdev) in cmf_retry_copy_block()
350 static void cmf_generic_reset(struct ccw_device *cdev) in cmf_generic_reset()
437 static int alloc_cmb_single(struct ccw_device *cdev, in alloc_cmb_single()
478 static int alloc_cmb(struct ccw_device *cdev) in alloc_cmb()
534 static void free_cmb(struct ccw_device *cdev) in free_cmb()
561 static int set_cmb(struct ccw_device *cdev, u32 mme) in set_cmb()
596 static u64 read_cmb(struct ccw_device *cdev, int index) in read_cmb()
647 static int readall_cmb(struct ccw_device *cdev, struct cmbdata *data) in readall_cmb()
697 static void reset_cmb(struct ccw_device *cdev) in reset_cmb()
702 static int cmf_enabled(struct ccw_device *cdev) in cmf_enabled()
760 static int alloc_cmbe(struct ccw_device *cdev) in alloc_cmbe()
810 static void free_cmbe(struct ccw_device *cdev) in free_cmbe()
832 static int set_cmbe(struct ccw_device *cdev, u32 mme) in set_cmbe()
850 static u64 read_cmbe(struct ccw_device *cdev, int index) in read_cmbe()
907 static int readall_cmbe(struct ccw_device *cdev, struct cmbdata *data) in readall_cmbe()
961 static void reset_cmbe(struct ccw_device *cdev) in reset_cmbe()
988 struct ccw_device *cdev = to_ccwdev(dev); in cmb_show_avg_sample_interval()
1081 struct ccw_device *cdev = to_ccwdev(dev); in cmb_enable_show()
1090 struct ccw_device *cdev = to_ccwdev(dev); in cmb_enable_store()
1124 int enable_cmf(struct ccw_device *cdev) in enable_cmf()
1165 int __disable_cmf(struct ccw_device *cdev) in __disable_cmf()
1189 int disable_cmf(struct ccw_device *cdev) in disable_cmf()
1210 u64 cmf_read(struct ccw_device *cdev, int index) in cmf_read()
1225 int cmf_readall(struct ccw_device *cdev, struct cmbdata *data) in cmf_readall()
1231 int cmf_reenable(struct ccw_device *cdev) in cmf_reenable()