Lines Matching defs:cpa
162 * @cpa: logical start address of channel program
191 int ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa,
229 ret = cio_start_key (sch, cpa, lpm, key);
247 * @cpa: logical start address of channel program
271 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa,
275 return ccw_device_start_timeout_key(cdev, cpa, intparm, lpm, key,
282 * @cpa: logical start address of channel program
305 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa,
308 return ccw_device_start_key(cdev, cpa, intparm, lpm,
315 * @cpa: logical start address of channel program
343 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa,
347 return ccw_device_start_timeout_key(cdev, cpa, intparm, lpm,