Lines Matching refs:w1_netlink_cmd
28 struct w1_netlink_cmd *cmd; /* advances as cmds are appened */
134 struct w1_netlink_cmd *cmd) in w1_netlink_queue_cmd()
148 block->cmd = (struct w1_netlink_cmd *)(block->msg->data); in w1_netlink_queue_cmd()
161 struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd, in w1_netlink_queue_status()
173 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data; in w1_netlink_queue_status()
237 struct w1_netlink_cmd *cache_cmd = block->cmd; in w1_send_slave()
265 static int w1_get_slaves(struct w1_master *dev, struct w1_netlink_cmd *req_cmd) in w1_get_slaves()
289 struct w1_netlink_cmd *cmd) in w1_process_command_io()
314 struct w1_netlink_cmd *cmd) in w1_process_command_addremove()
348 struct w1_netlink_cmd *req_cmd) in w1_process_command_master()
388 struct w1_netlink_cmd *cmd) in w1_process_command_slave()
450 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)node->msg->data; in w1_process_cb()
459 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) { in w1_process_cb()
474 cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len); in w1_process_cb()
501 struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)msg->data; in w1_list_count_cmds()
506 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) in w1_list_count_cmds()
517 cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len); in w1_list_count_cmds()
587 sizeof(struct w1_netlink_cmd)); in w1_cn_callback()