Lines Matching defs:msg
32 void w1_netlink_send(struct w1_master *dev, struct w1_netlink_msg *msg) in w1_netlink_send()
53 struct cn_msg *msg = dev->priv; in w1_send_slave() local
81 static int w1_process_search_command(struct w1_master *dev, struct cn_msg *msg, in w1_process_search_command()
102 static int w1_send_read_reply(struct cn_msg *msg, struct w1_netlink_msg *hdr, in w1_send_read_reply()
141 static int w1_process_command_io(struct w1_master *dev, struct cn_msg *msg, in w1_process_command_io()
170 struct cn_msg *msg; in w1_process_command_master() local
216 static int w1_process_command_slave(struct w1_slave *sl, struct cn_msg *msg, in w1_process_command_slave()
226 static int w1_process_command_root(struct cn_msg *msg, struct w1_netlink_msg *mcmd) in w1_process_command_root()
283 struct w1_netlink_msg *msg; in w1_netlink_send_error() local
313 static void w1_cn_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp) in w1_cn_callback()
419 void w1_netlink_send(struct w1_master *dev, struct w1_netlink_msg *msg) in w1_netlink_send()