Searched defs:ccw_device (Results 1 - 1 of 1) sorted by relevance

/arch/s390/include/asm/
H A Dccwdev.h21 /* simplified initializers for struct ccw_device:
71 * struct ccw_device - channel attached device
83 struct ccw_device { struct
92 void (*handler) (struct ccw_device *, unsigned long, struct irb *);
135 int (*probe) (struct ccw_device *);
136 void (*remove) (struct ccw_device *);
137 int (*set_online) (struct ccw_device *);
138 int (*set_offline) (struct ccw_device *);
139 int (*notify) (struct ccw_device *, int);
140 void (*path_event) (struct ccw_device *, in
[all...]

Completed in 868 milliseconds