Lines Matching defs:w1_cb_block
19 struct w1_cb_block {
40 /* pointers within w1_cb_block and cn data */
41 struct w1_cb_block *block;
55 static u16 w1_reply_len(struct w1_cb_block *block)
62 static void w1_unref_block(struct w1_cb_block *block)
82 static void w1_reply_make_space(struct w1_cb_block *block, u16 space)
95 static void w1_netlink_check_send(struct w1_cb_block *block)
110 static void w1_netlink_setup_msg(struct w1_cb_block *block, u32 ack)
133 static void w1_netlink_queue_cmd(struct w1_cb_block *block,
160 static void w1_netlink_queue_status(struct w1_cb_block *block,
236 struct w1_cb_block *block = dev->priv;
543 struct w1_cb_block *block = NULL;
598 sizeof(struct w1_cb_block) + sizeof(*cn) + cn->len +