Searched refs:chsc_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chsc_sch.c | 876 static long chsc_ioctl(struct file *filp, unsigned int cmd, in chsc_ioctl() function 881 CHSC_MSG(2, "chsc_ioctl called, cmd=%x\n", cmd); in chsc_ioctl() 959 .unlocked_ioctl = chsc_ioctl, 960 .compat_ioctl = chsc_ioctl,
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chsc_sch.c | 842 static long chsc_ioctl(struct file *filp, unsigned int cmd, in chsc_ioctl() function 847 CHSC_MSG(2, "chsc_ioctl called, cmd=%x\n", cmd); in chsc_ioctl() 925 .unlocked_ioctl = chsc_ioctl, 926 .compat_ioctl = chsc_ioctl,
|
Completed in 4 milliseconds