Searched refs:req_cmd (Results 1 – 5 of 5) sorted by relevance
170 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status() argument173 u16 space = sizeof(struct cn_msg) + sizeof(*req_msg) + sizeof(*req_cmd); in w1_netlink_queue_status()181 if (req_cmd) { in w1_netlink_queue_status()183 memcpy(cmd, req_cmd, sizeof(*cmd)); in w1_netlink_queue_status()274 static int w1_get_slaves(struct w1_master *dev, struct w1_netlink_cmd *req_cmd) in w1_get_slaves() argument278 req_cmd->len = 0; in w1_get_slaves()279 w1_netlink_queue_cmd(dev->priv, req_cmd); in w1_get_slaves()281 if (req_cmd->cmd == W1_CMD_LIST_SLAVES) { in w1_get_slaves()290 w1_search_process_cb(dev, req_cmd->cmd == W1_CMD_ALARM_SEARCH ? in w1_get_slaves()357 struct w1_netlink_cmd *req_cmd) in w1_process_command_master() argument[all …]
66 int req_cmd; member
556 req_cmd command type to be executed574 EFAULT req_cmd == TASKFILE_IN_OUT (not implemented as of 2.6.8)575 EPERM req_cmd == TASKFILE_MULTI_OUT and drive628 req_cmd Command type, see below712 The req_cmd field classifies the command type. It may be
563 if (req_task->req_cmd == IDE_DRIVE_TASK_RAW_WRITE) { in ide_taskfile_ioctl()618 if (req_task->req_cmd == IDE_DRIVE_TASK_NO_DATA) in ide_taskfile_ioctl()
132 int req_cmd; member