Home
last modified time | relevance | path

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

/linux/drivers/w1/
A Dw1_netlink.c161 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status() argument
172 if (req_cmd) { in w1_netlink_queue_status()
174 memcpy(cmd, req_cmd, sizeof(*cmd)); in w1_netlink_queue_status()
269 req_cmd->len = 0; in w1_get_slaves()
270 w1_netlink_queue_cmd(dev->priv, req_cmd); in w1_get_slaves()
272 if (req_cmd->cmd == W1_CMD_LIST_SLAVES) { in w1_get_slaves()
348 struct w1_netlink_cmd *req_cmd) in w1_process_command_master() argument
355 switch (req_cmd->cmd) { in w1_process_command_master()
360 err = w1_get_slaves(dev, req_cmd); in w1_process_command_master()
366 err = w1_process_command_io(dev, req_cmd); in w1_process_command_master()
[all …]
/linux/Documentation/userspace-api/ioctl/
A Dhdio.rst203 req_cmd command type to be executed
224 - EFAULT req_cmd == TASKFILE_IN_OUT (not implemented as of 2.6.8)
227 req_cmd == TASKFILE_MULTI_OUT and drive
281 req_cmd Command type, see below
374 The req_cmd field classifies the command type. It may be
/linux/include/uapi/linux/
A Dhdreg.h66 int req_cmd; member
/linux/drivers/block/mtip32xx/
A Dmtip32xx.c123 int req_cmd; member

Completed in 17 milliseconds