Lines Matching refs:w1_netlink_cmd
43 [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
111 w1_netlink_cmd->len = N * 8; where N is number of IDs in this message.
113 w1_netlink_msg->len = sizeof(struct w1_netlink_cmd) + N * 8;
115 sizeof(struct w1_netlink_cmd) +
122 [w1_netlink_cmd cmd = W1_CMD_RESET]
128 Each command (either root, master or slave with or without w1_netlink_cmd
132 data, so w1_netlink_cmd.len will be 0, w1_netlink_msg.len will be size
133 of the w1_netlink_cmd structure and cn_msg.len will be equal to the sum
134 of the sizeof(struct w1_netlink_msg) and sizeof(struct w1_netlink_cmd).
136 w1_netlink_cmd attached), reply will contain only cn_msg and w1_netlink_msg
145 Status reply is generated for every w1_netlink_cmd embedded in the
146 w1_netlink_msg, if there are no w1_netlink_cmd structures,
149 All w1_netlink_cmd command structures are handled in every w1_netlink_msg,
166 When all commands (w1_netlink_cmd) are processed master device is unlocked