Home
last modified time | relevance | path

Searched refs:w1_netlink_cmd (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/Documentation/w1/
Dw1.netlink43 [struct w1_netlink_cmd] - command for given master or slave device.
62 zero or more attached w1_netlink_cmd messages.
64 For event messages there are no w1_netlink_cmd embedded structures,
72 command request. One reply is generated exactly for one w1_netlink_cmd
76 [cn_msg][w1_netlink_msg][w1_netlink_cmd]
78 sizeof(struct w1_netlink_cmd) +
80 w1_netlink_msg.len = sizeof(struct w1_netlink_cmd) + cmd->len;
81 w1_netlink_cmd.len = cmd->len;
101 [w1_netlink_cmd cmd = W1_CMD_SEARCH or W1_CMD_ALARM_SEARCH]
107 [w1_netlink_cmd cmd = W1_CMD_SEARCH or W1_CMD_ALARM_SEARCH
[all …]
/linux-4.4.14/drivers/w1/
Dw1_netlink.c47 struct w1_netlink_cmd *cmd; /* advances as cmds are appened */
153 struct w1_netlink_cmd *cmd) in w1_netlink_queue_cmd()
167 block->cmd = (struct w1_netlink_cmd *)(block->msg->data); in w1_netlink_queue_cmd()
180 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status()
192 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data; in w1_netlink_queue_status()
256 struct w1_netlink_cmd *cache_cmd = block->cmd; in w1_send_slave()
284 static int w1_get_slaves(struct w1_master *dev, struct w1_netlink_cmd *req_cmd) in w1_get_slaves()
308 struct w1_netlink_cmd *cmd) in w1_process_command_io()
333 struct w1_netlink_cmd *cmd) in w1_process_command_addremove()
367 struct w1_netlink_cmd *req_cmd) in w1_process_command_master()
[all …]
Dw1_netlink.h132 struct w1_netlink_cmd struct