Lines Matching refs:w1_cb_block
38 struct w1_cb_block { struct
60 struct w1_cb_block *block;
74 static u16 w1_reply_len(struct w1_cb_block *block) in w1_reply_len()
81 static void w1_unref_block(struct w1_cb_block *block) in w1_unref_block()
101 static void w1_reply_make_space(struct w1_cb_block *block, u16 space) in w1_reply_make_space()
114 static void w1_netlink_check_send(struct w1_cb_block *block) in w1_netlink_check_send()
129 static void w1_netlink_setup_msg(struct w1_cb_block *block, u32 ack) in w1_netlink_setup_msg()
152 static void w1_netlink_queue_cmd(struct w1_cb_block *block, in w1_netlink_queue_cmd()
179 static void w1_netlink_queue_status(struct w1_cb_block *block, in w1_netlink_queue_status()
255 struct w1_cb_block *block = dev->priv; in w1_send_slave()
562 struct w1_cb_block *block = NULL; in w1_cn_callback()
617 sizeof(struct w1_cb_block) + sizeof(*cn) + cn->len + in w1_cn_callback()