Searched refs:ccw_device_start_key (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | device_ops.c | 245 * ccw_device_start_key() - start a s390 channel program with key 271 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key() function 308 return ccw_device_start_key(cdev, cpa, intparm, lpm, in ccw_device_start() 857 EXPORT_SYMBOL(ccw_device_start_key); variable
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device_ops.c | 245 * ccw_device_start_key() - start a s390 channel program with key 271 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key() function 308 return ccw_device_start_key(cdev, cpa, intparm, lpm, in ccw_device_start() 857 EXPORT_SYMBOL(ccw_device_start_key); variable
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ccwdev.h | 187 extern int ccw_device_start_key(struct ccw_device *, struct ccw1 *,
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ccwdev.h | 178 extern int ccw_device_start_key(struct ccw_device *, struct ccw1 *,
|
Completed in 4 milliseconds