Lines Matching refs:intparm

127  * @intparm: interruption parameter to be returned upon conclusion of csch
137 int ccw_device_clear(struct ccw_device *cdev, unsigned long intparm)
155 cdev->private->intparm = intparm;
163 * @intparm: user specific interruption parameter; will be presented back to
180 * The interruption handler will echo back the @intparm specified here, unless
192 unsigned long intparm, __u8 lpm, __u8 key,
209 cdev->private->intparm = intparm;
232 cdev->private->intparm = intparm;
248 * @intparm: user specific interruption parameter; will be presented back to
260 * The interruption handler will echo back the @intparm specified here, unless
272 unsigned long intparm, __u8 lpm, __u8 key,
275 return ccw_device_start_timeout_key(cdev, cpa, intparm, lpm, key,
283 * @intparm: user specific interruption parameter; will be presented back to
294 * The interruption handler will echo back the @intparm specified here, unless
306 unsigned long intparm, __u8 lpm, unsigned long flags)
308 return ccw_device_start_key(cdev, cpa, intparm, lpm,
316 * @intparm: user specific interruption parameter; will be presented back to
332 * The interruption handler will echo back the @intparm specified here, unless
344 unsigned long intparm, __u8 lpm,
347 return ccw_device_start_timeout_key(cdev, cpa, intparm, lpm,
356 * @intparm: interruption parameter to be returned upon conclusion of hsch
359 * The interruption handler will echo back the @intparm specified here, unless
370 int ccw_device_halt(struct ccw_device *cdev, unsigned long intparm)
388 cdev->private->intparm = intparm;
531 * @intparm: user defined parameter to be passed to the interrupt handler
540 unsigned long intparm, u8 lpm, u8 key,
553 cdev->private->intparm = intparm;
569 cdev->private->intparm = intparm;
581 * @intparm: user defined parameter to be passed to the interrupt handler
589 unsigned long intparm, u8 lpm, u8 key)
591 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm, key, 0);
599 * @intparm: user defined parameter to be passed to the interrupt handler
606 unsigned long intparm, u8 lpm)
608 return ccw_device_tm_start_key(cdev, tcw, intparm, lpm,
617 * @intparm: user defined parameter to be passed to the interrupt handler
625 unsigned long intparm, u8 lpm, int expires)
627 return ccw_device_tm_start_timeout_key(cdev, tcw, intparm, lpm,