Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/w1/
Dw1-netlink.rst47 [struct w1_netlink_cmd] - command for given master or slave device.
66 zero or more attached w1_netlink_cmd messages.
68 For event messages there are no w1_netlink_cmd embedded structures,
76 command request. One reply is generated exactly for one w1_netlink_cmd
80 [cn_msg][w1_netlink_msg][w1_netlink_cmd]
82 sizeof(struct w1_netlink_cmd) +
84 w1_netlink_msg.len = sizeof(struct w1_netlink_cmd) + cmd->len;
85 w1_netlink_cmd.len = cmd->len;
107 [w1_netlink_cmd cmd = W1_CMD_SEARCH or W1_CMD_ALARM_SEARCH]
114 [w1_netlink_cmd cmd = W1_CMD_SEARCH or W1_CMD_ALARM_SEARCH
[all …]
/linux-5.19.10/drivers/w1/
Dw1_netlink.c28 struct w1_netlink_cmd *cmd; /* advances as cmds are appened */
134 struct w1_netlink_cmd *cmd) in w1_netlink_queue_cmd()
148 block->cmd = (struct w1_netlink_cmd *)(block->msg->data); in w1_netlink_queue_cmd()
161 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status()
173 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data; in w1_netlink_queue_status()
237 struct w1_netlink_cmd *cache_cmd = block->cmd; in w1_send_slave()
265 static int w1_get_slaves(struct w1_master *dev, struct w1_netlink_cmd *req_cmd) in w1_get_slaves()
289 struct w1_netlink_cmd *cmd) in w1_process_command_io()
314 struct w1_netlink_cmd *cmd) in w1_process_command_addremove()
348 struct w1_netlink_cmd *req_cmd) in w1_process_command_master()
[all …]
Dw1_netlink.h120 struct w1_netlink_cmd struct