Lines Matching refs:w1_netlink_cmd
47 [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
119 w1_netlink_cmd->len = N * 8; where N is number of IDs in this message.
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]
140 Each command (either root, master or slave with or without w1_netlink_cmd
144 data, so w1_netlink_cmd.len will be 0, w1_netlink_msg.len will be size
145 of the w1_netlink_cmd structure and cn_msg.len will be equal to the sum
146 of the sizeof(struct w1_netlink_msg) and sizeof(struct w1_netlink_cmd).
148 w1_netlink_cmd attached), reply will contain only cn_msg and w1_netlink_msg
157 Status reply is generated for every w1_netlink_cmd embedded in the
158 w1_netlink_msg, if there are no w1_netlink_cmd structures,
161 All w1_netlink_cmd command structures are handled in every w1_netlink_msg,
178 When all commands (w1_netlink_cmd) are processed master device is unlocked