Searched refs:ccw_device (Results 1 – 4 of 4) sorted by relevance
| /arch/s390/include/asm/ |
| A D | ccwdev.h | 87 struct ccw_device { struct 137 int (*probe) (struct ccw_device *); 138 void (*remove) (struct ccw_device *); 139 int (*set_online) (struct ccw_device *); 140 int (*set_offline) (struct ccw_device *); 141 int (*notify) (struct ccw_device *, int); 142 void (*path_event) (struct ccw_device *, int *); 143 void (*shutdown) (struct ccw_device *); 198 int ccw_device_tm_intrg(struct ccw_device *cdev); 225 int ccw_device_siosl(struct ccw_device *); [all …]
|
| A D | cmb.h | 7 struct ccw_device; 8 extern int enable_cmf(struct ccw_device *cdev); 9 extern int disable_cmf(struct ccw_device *cdev); 10 extern int __disable_cmf(struct ccw_device *cdev); 11 extern u64 cmf_read(struct ccw_device *cdev, int index); 12 extern int cmf_readall(struct ccw_device *cdev, struct cmbdata *data);
|
| A D | qdio.h | 291 typedef void qdio_handler_t(struct ccw_device *, unsigned int, int, 334 void (*irq_poll)(struct ccw_device *cdev, unsigned long data); 344 extern int qdio_allocate(struct ccw_device *cdev, unsigned int no_input_qs, 346 extern int qdio_establish(struct ccw_device *cdev, 348 extern int qdio_activate(struct ccw_device *); 349 extern int qdio_start_irq(struct ccw_device *cdev); 350 extern int qdio_stop_irq(struct ccw_device *cdev); 355 extern int qdio_add_bufs_to_input_queue(struct ccw_device *cdev, 358 extern int qdio_add_bufs_to_output_queue(struct ccw_device *cdev, 361 extern int qdio_shutdown(struct ccw_device *, int); [all …]
|
| A D | ccwgroup.h | 5 struct ccw_device; 28 struct ccw_device *cdev[]; 60 extern int ccwgroup_probe_ccwdev(struct ccw_device *cdev); 61 extern void ccwgroup_remove_ccwdev(struct ccw_device *cdev);
|
Completed in 8 milliseconds