Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/
H A Dw1_netlink.c163 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status() argument
174 if (req_cmd) { in w1_netlink_queue_status()
176 memcpy(cmd, req_cmd, sizeof(*cmd)); in w1_netlink_queue_status()
271 req_cmd->len = 0; in w1_get_slaves()
272 w1_netlink_queue_cmd(dev->priv, req_cmd); in w1_get_slaves()
274 if (req_cmd->cmd == W1_CMD_LIST_SLAVES) { in w1_get_slaves()
350 struct w1_netlink_cmd *req_cmd) in w1_process_command_master() argument
357 switch (req_cmd->cmd) { in w1_process_command_master()
362 err = w1_get_slaves(dev, req_cmd); in w1_process_command_master()
368 err = w1_process_command_io(dev, req_cmd); in w1_process_command_master()
[all …]
/openbmc/linux/Documentation/userspace-api/ioctl/
H 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
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cipher.robot223 ${req_cmd}= Run Keyword If '${byte_length}' == 'less'
228 Verify Invalid IPMI Command ${req_cmd} 0xc7
H A Dtest_ipmi_general.robot422 ${req_cmd}= Run Keyword If '${byte_length}' == 'low'
427 Verify Invalid IPMI Command ${req_cmd} 0xc7
/openbmc/linux/include/uapi/linux/
H A Dhdreg.h66 int req_cmd; member
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c117 int req_cmd; member