Home
last modified time | relevance | path

Searched refs:w1_netlink_msg (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/w1/
Dw1_netlink.c46 struct w1_netlink_msg *msg; /* advances as w1_netlink_msg is appened */
48 struct w1_netlink_msg *cur_msg; /* currently message being processed */
61 struct w1_netlink_msg *msg;
132 block->msg = (struct w1_netlink_msg *)(block->cn->data + block->cn->len); in w1_netlink_setup_msg()
144 block->msg = (struct w1_netlink_msg *)block->cn->data; in w1_netlink_setup_msg()
157 sizeof(struct w1_netlink_msg) + sizeof(*cmd) + cmd->len); in w1_netlink_queue_cmd()
180 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status()
211 static void w1_netlink_send_error(struct cn_msg *cn, struct w1_netlink_msg *msg, in w1_netlink_send_error()
216 struct w1_netlink_msg msg; in w1_netlink_send_error()
233 void w1_netlink_send(struct w1_master *dev, struct w1_netlink_msg *msg) in w1_netlink_send()
[all …]
Dw1_netlink.h76 struct w1_netlink_msg struct
142 void w1_netlink_send(struct w1_master *, struct w1_netlink_msg *);
Dw1_int.c114 struct w1_netlink_msg msg; in w1_add_master_device()
192 struct w1_netlink_msg msg; in __w1_remove_master_device()
Dw1.c722 struct w1_netlink_msg msg; in w1_attach_slave_device()
787 struct w1_netlink_msg msg; in w1_unref_slave()
/linux-4.4.14/Documentation/w1/
Dw1.netlink19 [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]
[all …]