• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/

Lines Matching refs:ccw_device

106  * Most of these functions operate on a struct ccw_device. There is only
108 * data is guaranteed to be the same for every ccw_device.
121 int (*alloc) (struct ccw_device *);
122 void (*free) (struct ccw_device *);
123 int (*set) (struct ccw_device *, u32);
124 u64 (*read) (struct ccw_device *, int);
125 int (*readall)(struct ccw_device *, struct cmbdata *);
126 void (*reset) (struct ccw_device *);
188 static int set_schib(struct ccw_device *cdev, u32 mme, int mbfc,
225 static int set_schib_wait(struct ccw_device *cdev, u32 mme,
282 void retry_set_schib(struct ccw_device *cdev)
298 static int cmf_copy_block(struct ccw_device *cdev)
350 static int cmf_cmb_copy_wait(struct ccw_device *cdev)
403 void cmf_retry_copy_block(struct ccw_device *cdev)
418 static void cmf_generic_reset(struct ccw_device *cdev)
505 static int alloc_cmb_single(struct ccw_device *cdev,
546 static int alloc_cmb(struct ccw_device *cdev)
602 static void free_cmb(struct ccw_device *cdev)
636 static int set_cmb(struct ccw_device *cdev, u32 mme)
654 static u64 read_cmb(struct ccw_device *cdev, int index)
704 static int readall_cmb(struct ccw_device *cdev, struct cmbdata *data)
755 static void reset_cmb(struct ccw_device *cdev)
824 static int alloc_cmbe(struct ccw_device *cdev)
870 static void free_cmbe(struct ccw_device *cdev)
890 static int set_cmbe(struct ccw_device *cdev, u32 mme)
909 static u64 read_cmbe(struct ccw_device *cdev, int index)
967 static int readall_cmbe(struct ccw_device *cdev, struct cmbdata *data)
1022 static void reset_cmbe(struct ccw_device *cdev)
1055 struct ccw_device *cdev;
1183 struct ccw_device *cdev;
1207 int ccw_set_cmf(struct ccw_device *cdev, int enable)
1221 int enable_cmf(struct ccw_device *cdev)
1251 int disable_cmf(struct ccw_device *cdev)
1273 u64 cmf_read(struct ccw_device *cdev, int index)
1288 int cmf_readall(struct ccw_device *cdev, struct cmbdata *data)
1294 int cmf_reenable(struct ccw_device *cdev)