Home
last modified time | relevance | path

Searched refs:req_cmd (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/w1/
Dw1_netlink.c164 struct w1_netlink_msg *req_hdr, struct w1_netlink_cmd *req_cmd) in w1_process_command_master() argument
187 cmd->cmd = req_cmd->cmd; in w1_process_command_master()
199 err = w1_process_command_io(dev, req_msg, req_hdr, req_cmd); in w1_process_command_master()
/linux-2.6.39/include/linux/
Dhdreg.h65 int req_cmd; member
/linux-2.6.39/Documentation/ioctl/
Dhdio.txt556 req_cmd command type to be executed
574 EFAULT req_cmd == TASKFILE_IN_OUT (not implemented as of 2.6.8)
575 EPERM req_cmd == TASKFILE_MULTI_OUT and drive
628 req_cmd Command type, see below
712 The req_cmd field classifies the command type. It may be
/linux-2.6.39/drivers/ide/
Dide-taskfile.c569 if (req_task->req_cmd == IDE_DRIVE_TASK_RAW_WRITE) { in ide_taskfile_ioctl()
624 if (req_task->req_cmd == IDE_DRIVE_TASK_NO_DATA) in ide_taskfile_ioctl()