Query: ccw_device_set_options_mask
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CCW_DEVICE_SET_OPTIO(9) The ccw bus CCW_DEVICE_SET_OPTIO(9)NAMEccw_device_set_options_mask - set some options and unset the restSYNOPSISint ccw_device_set_options_mask(struct ccw_device * cdev, unsigned long flags);ARGUMENTScdev device for which the options are to be set flags options to be setDESCRIPTIONAll flags specified in flags are set, all flags not specified in flags are cleared.RETURNS0 on success, -EINVAL on an invalid flag combination.AUTHORCornelia Huck <cornelia.huck@de.ibm.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 CCW_DEVICE_SET_OPTIO(9)