Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/w1/
Dw1_netlink.c27 struct w1_netlink_msg *msg; /* advances as w1_netlink_msg is appened */
29 struct w1_netlink_msg *cur_msg; /* currently message being processed */
42 struct w1_netlink_msg *msg;
113 block->msg = (struct w1_netlink_msg *)(block->cn->data + block->cn->len); in w1_netlink_setup_msg()
125 block->msg = (struct w1_netlink_msg *)block->cn->data; in w1_netlink_setup_msg()
138 sizeof(struct w1_netlink_msg) + sizeof(*cmd) + cmd->len); in w1_netlink_queue_cmd()
161 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status()
192 static void w1_netlink_send_error(struct cn_msg *cn, struct w1_netlink_msg *msg, in w1_netlink_send_error()
197 struct w1_netlink_msg msg; in w1_netlink_send_error()
214 void w1_netlink_send(struct w1_master *dev, struct w1_netlink_msg *msg) in w1_netlink_send()
[all …]
Dw1_netlink.h64 struct w1_netlink_msg struct
130 void w1_netlink_send(struct w1_master *, struct w1_netlink_msg *);
Dw1_int.c97 struct w1_netlink_msg msg; in w1_add_master_device()
176 struct w1_netlink_msg msg; in __w1_remove_master_device()
Dw1.c725 struct w1_netlink_msg msg; in w1_attach_slave_device()
793 struct w1_netlink_msg msg; in w1_unref_slave()
/linux-5.19.10/Documentation/w1/
Dw1-netlink.rst23 [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 strucutre 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]
[all …]