Lines Matching refs:w1_netlink_msg
23 [struct w1_netlink_msg] - w1 netlink header.
65 Each connector message can include one or more w1_netlink_msg with
69 only connector header and w1_netlink_msg structure with "len" field
80 [cn_msg][w1_netlink_msg][w1_netlink_cmd]
81 cn_msg.len = sizeof(struct w1_netlink_msg) +
84 w1_netlink_msg.len = sizeof(struct w1_netlink_cmd) + cmd->len;
92 w1_netlink_msg) plus number of masters multiplied by 4)
93 w1_netlink_msg (type: W1_LIST_MASTERS, len is equal to
105 [w1_netlink_msg type = W1_MASTER_CMD
113 [w1_netlink_msg type = W1_MASTER_CMD]
124 w1_netlink_msg->len = sizeof(struct w1_netlink_cmd) + N * 8;
125 cn_msg->len = sizeof(struct w1_netlink_msg) +
132 [w1_netlink_msg type = W1_MASTER_CMD
144 data, so w1_netlink_cmd.len will be 0, w1_netlink_msg.len will be size
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
151 w1_netlink_msg.status field will carry positive error value
158 w1_netlink_msg, if there are no w1_netlink_cmd structures,
159 reply will be generated for the w1_netlink_msg.
161 All w1_netlink_cmd command structures are handled in every w1_netlink_msg,
168 When new message (w1_netlink_msg) is received w1 core detects if it is
169 master or slave request, according to w1_netlink_msg.type field.
175 Then all requested in w1_netlink_msg operations are performed one by one.
179 and next w1_netlink_msg header processing started.