Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/w1/
H A Dw1_netlink.c161 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status() argument
164 u16 space = sizeof(struct cn_msg) + sizeof(*req_msg) + sizeof(*req_cmd); in w1_netlink_queue_status()
172 if (req_cmd) { in w1_netlink_queue_status()
174 memcpy(cmd, req_cmd, sizeof(*cmd)); in w1_netlink_queue_status()
265 static int w1_get_slaves(struct w1_master *dev, struct w1_netlink_cmd *req_cmd) in w1_get_slaves() argument
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()
281 w1_search_process_cb(dev, req_cmd->cmd == W1_CMD_ALARM_SEARCH ? in w1_get_slaves()
348 struct w1_netlink_cmd *req_cmd) in w1_process_command_master() argument
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhdreg.h66 int req_cmd; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dhdreg.h62 int req_cmd; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dhdreg.h62 int req_cmd; member
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dhdio.rst709 req_cmd command type to be executed
730 - EFAULT req_cmd == TASKFILE_IN_OUT (not implemented as of 2.6.8)
733 req_cmd == TASKFILE_MULTI_OUT and drive
787 req_cmd Command type, see below
880 The req_cmd field classifies the command type. It may be
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-taskfile.c563 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()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c123 int req_cmd; member