Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/w1/
H A Dw1-netlink.rst66 zero or more attached w1_netlink_cmd messages.
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
124 w1_netlink_msg->len = sizeof(struct w1_netlink_cmd) + N * 8;
126 sizeof(struct w1_netlink_cmd) +
134 [w1_netlink_cmd cmd = W1_CMD_RESET]
[all …]
/openbmc/linux/drivers/w1/
H A Dw1_netlink.c136 struct w1_netlink_cmd *cmd) in w1_netlink_queue_cmd()
175 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data; in w1_netlink_queue_status()
239 struct w1_netlink_cmd *cache_cmd = block->cmd; in w1_send_slave()
291 struct w1_netlink_cmd *cmd) in w1_process_command_io()
316 struct w1_netlink_cmd *cmd) in w1_process_command_addremove()
350 struct w1_netlink_cmd *req_cmd) in w1_process_command_master()
390 struct w1_netlink_cmd *cmd) in w1_process_command_slave()
452 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)node->msg->data; in w1_process_cb()
476 cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len); in w1_process_cb()
503 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)msg->data; in w1_list_count_cmds()
[all …]
H A Dw1_netlink.h120 struct w1_netlink_cmd struct