Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/w1/
Dw1_netlink.c37 struct w1_netlink_cmd *cmd; /* advances as cmds are appened */
143 struct w1_netlink_cmd *cmd) in w1_netlink_queue_cmd()
157 block->cmd = (struct w1_netlink_cmd *)(block->msg->data); in w1_netlink_queue_cmd()
170 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status()
182 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data; in w1_netlink_queue_status()
246 struct w1_netlink_cmd *cache_cmd = block->cmd; in w1_send_slave()
274 static int w1_get_slaves(struct w1_master *dev, struct w1_netlink_cmd *req_cmd) in w1_get_slaves()
298 struct w1_netlink_cmd *cmd) in w1_process_command_io()
323 struct w1_netlink_cmd *cmd) in w1_process_command_addremove()
357 struct w1_netlink_cmd *req_cmd) in w1_process_command_master()
[all …]
Dw1_netlink.h129 struct w1_netlink_cmd struct