Searched refs:user_cmd (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | qxl_ioctl.c | 281 struct drm_qxl_command user_cmd; in qxl_execbuffer_ioctl() local 290 if (copy_from_user(&user_cmd, commands + cmd_num, in qxl_execbuffer_ioctl() 291 sizeof(user_cmd))) in qxl_execbuffer_ioctl() 294 ret = qxl_process_single_command(qdev, &user_cmd, file_priv); in qxl_execbuffer_ioctl()
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | netlink.c | 58 static int user_cmd(struct sk_buff *skb, struct genl_info *info) in user_cmd() function 69 .doit = user_cmd,
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/ |
| H A D | cpia2.h | 203 enum user_cmd { enum
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_regs.h | 878 int (*user_cmd)(struct device *dev, int protect, u16 read_len, member
|
| H A D | cyttsp5_device_access.c | 492 rc = cmd->nonhid_cmd->user_cmd(dev, 1, CY_MAX_PRBUF_SIZE, in cyttsp5_command_store() 4808 rc = cmd->nonhid_cmd->user_cmd(cd->dev, 1, read_len, read_buf, in cyttsp5_device_access_user_command()
|
| H A D | cyttsp5_core.c | 5643 .user_cmd = _cyttsp5_request_hid_output_user_cmd,
|