Lines Matching refs:w1_netlink_cmd
37 struct w1_netlink_cmd *cmd; /* advances as cmds are appened */
143 struct w1_netlink_cmd *cmd) in w1_netlink_queue_cmd()
157 block->cmd = (struct w1_netlink_cmd *)(block->msg->data); in w1_netlink_queue_cmd()
170 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status()
182 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data; in w1_netlink_queue_status()
246 struct w1_netlink_cmd *cache_cmd = block->cmd; in w1_send_slave()
274 static int w1_get_slaves(struct w1_master *dev, struct w1_netlink_cmd *req_cmd) in w1_get_slaves()
298 struct w1_netlink_cmd *cmd) in w1_process_command_io()
323 struct w1_netlink_cmd *cmd) in w1_process_command_addremove()
357 struct w1_netlink_cmd *req_cmd) in w1_process_command_master()
397 struct w1_netlink_cmd *cmd) in w1_process_command_slave()
459 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)node->msg->data; in w1_process_cb()
468 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) { in w1_process_cb()
483 cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len); in w1_process_cb()
510 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)msg->data; in w1_list_count_cmds()
515 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) in w1_list_count_cmds()
526 cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len); in w1_list_count_cmds()
596 sizeof(struct w1_netlink_cmd)); in w1_cn_callback()