Lines Matching refs:w1_netlink_msg
19 [struct w1_netlink_msg] - w1 netlink header.
61 Each connector message can include one or more w1_netlink_msg with
65 only connector header and w1_netlink_msg strucutre with "len" field
76 [cn_msg][w1_netlink_msg][w1_netlink_cmd]
77 cn_msg.len = sizeof(struct w1_netlink_msg) +
80 w1_netlink_msg.len = sizeof(struct w1_netlink_cmd) + cmd->len;
88 w1_netlink_msg) plus number of masters multiplied by 4)
89 w1_netlink_msg (type: W1_LIST_MASTERS, len is equal to
99 [w1_netlink_msg type = W1_MASTER_CMD
106 [w1_netlink_msg type = W1_MASTER_CMD]
113 w1_netlink_msg->len = sizeof(struct w1_netlink_cmd) + N * 8;
114 cn_msg->len = sizeof(struct w1_netlink_msg) +
120 [w1_netlink_msg type = W1_MASTER_CMD
132 data, so w1_netlink_cmd.len will be 0, w1_netlink_msg.len will be size
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
139 w1_netlink_msg.status field will carry positive error value
146 w1_netlink_msg, if there are no w1_netlink_cmd structures,
147 reply will be generated for the w1_netlink_msg.
149 All w1_netlink_cmd command structures are handled in every w1_netlink_msg,
156 When new message (w1_netlink_msg) is received w1 core detects if it is
157 master or slave request, according to w1_netlink_msg.type field.
163 Then all requested in w1_netlink_msg operations are performed one by one.
167 and next w1_netlink_msg header processing started.