Lines Matching refs:cmd
756 capi_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in capi_ioctl() argument
763 switch (cmd) { in capi_ioctl()
874 return capi20_manufacturer(mcmd.cmd, mcmd.data); in capi_ioctl()
884 if (cmd == CAPI_SET_FLAGS) in capi_ioctl()
945 capi_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in capi_unlocked_ioctl() argument
950 ret = capi_ioctl(file, cmd, arg); in capi_unlocked_ioctl()
958 capi_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in capi_compat_ioctl() argument
962 if (cmd == CAPI_MANUFACTURER_CMD) { in capi_compat_ioctl()
964 compat_ulong_t cmd; in capi_compat_ioctl() member
974 ret = capi20_manufacturer(mcmd32.cmd, compat_ptr(mcmd32.data)); in capi_compat_ioctl()
980 return capi_unlocked_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in capi_compat_ioctl()