Lines Matching refs:w1_netlink_cmd
28 struct w1_netlink_cmd *cmd; /* advances as cmds are appened */
136 struct w1_netlink_cmd *cmd) in w1_netlink_queue_cmd()
150 block->cmd = (struct w1_netlink_cmd *)(block->msg->data); in w1_netlink_queue_cmd()
163 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status()
175 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data; in w1_netlink_queue_status()
239 struct w1_netlink_cmd *cache_cmd = block->cmd; in w1_send_slave()
267 static int w1_get_slaves(struct w1_master *dev, struct w1_netlink_cmd *req_cmd) in w1_get_slaves()
291 struct w1_netlink_cmd *cmd) in w1_process_command_io()
316 struct w1_netlink_cmd *cmd) in w1_process_command_addremove()
350 struct w1_netlink_cmd *req_cmd) in w1_process_command_master()
390 struct w1_netlink_cmd *cmd) in w1_process_command_slave()
452 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)node->msg->data; in w1_process_cb()
461 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) { in w1_process_cb()
476 cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len); in w1_process_cb()
503 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)msg->data; in w1_list_count_cmds()
508 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) in w1_list_count_cmds()
519 cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len); in w1_list_count_cmds()
589 sizeof(struct w1_netlink_cmd)); in w1_cn_callback()