Lines Matching refs:w1_netlink_cmd
47 struct w1_netlink_cmd *cmd; /* advances as cmds are appened */
153 struct w1_netlink_cmd *cmd) in w1_netlink_queue_cmd()
167 block->cmd = (struct w1_netlink_cmd *)(block->msg->data); in w1_netlink_queue_cmd()
180 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status()
192 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data; in w1_netlink_queue_status()
256 struct w1_netlink_cmd *cache_cmd = block->cmd; in w1_send_slave()
284 static int w1_get_slaves(struct w1_master *dev, struct w1_netlink_cmd *req_cmd) in w1_get_slaves()
308 struct w1_netlink_cmd *cmd) in w1_process_command_io()
333 struct w1_netlink_cmd *cmd) in w1_process_command_addremove()
367 struct w1_netlink_cmd *req_cmd) in w1_process_command_master()
407 struct w1_netlink_cmd *cmd) in w1_process_command_slave()
469 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)node->msg->data; in w1_process_cb()
478 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) { in w1_process_cb()
493 cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len); in w1_process_cb()
520 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)msg->data; in w1_list_count_cmds()
525 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) in w1_list_count_cmds()
536 cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len); in w1_list_count_cmds()
606 sizeof(struct w1_netlink_cmd)); in w1_cn_callback()