Query: struct_ccw_device
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTCCW_DEVICE(9) The ccw bus STRUCT CCW_DEVICE(9)NAMEstruct_ccw_device - channel attached deviceSYNOPSISstruct ccw_device { spinlock_t * ccwlock; struct ccw_device_id id; struct ccw_driver * drv; struct device dev; int online; void (* handler) (struct ccw_device *, unsigned long, struct irb *); };MEMBERSccwlock pointer to device lock id id of this device drv ccw driver for this device dev embedded device structure online online status of device handler interrupt handlerDESCRIPTIONhandler is a member of the device rather than the driver since a driver can have different interrupt handlers for different ccw devices (multi-subchannel drivers).AUTHORCornelia Huck <cornelia.huck@de.ibm.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT CCW_DEVICE(9)
Related Man Pages |
---|
ccw_device_start_key(9) - centos |
struct_device_driver(9) - centos |
struct_uio_info(9) - centos |
ccw_device_start_timeout_key(9) - suse |
ccw_device_start_key(9) - suse |
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |
Controlling user input |