Searched refs:capi_unlocked_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/capi/ |
H A D | capi.c | 944 capi_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in capi_unlocked_ioctl() function 979 return capi_unlocked_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in capi_compat_ioctl() 1028 .unlocked_ioctl = capi_unlocked_ioctl,
|
/kernel/linux/linux-6.6/drivers/isdn/capi/ |
H A D | capi.c | 945 capi_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in capi_unlocked_ioctl() function 980 return capi_unlocked_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in capi_compat_ioctl() 1029 .unlocked_ioctl = capi_unlocked_ioctl,
|
Completed in 5 milliseconds