w1_netlink_cmd     28 drivers/w1/w1_netlink.c 	struct w1_netlink_cmd *cmd; /* advances as cmds are appened */
w1_netlink_cmd    134 drivers/w1/w1_netlink.c 	struct w1_netlink_cmd *cmd)
w1_netlink_cmd    148 drivers/w1/w1_netlink.c 	block->cmd = (struct w1_netlink_cmd *)(block->msg->data);
w1_netlink_cmd    161 drivers/w1/w1_netlink.c 	struct w1_netlink_msg *req_msg, struct w1_netlink_cmd *req_cmd,
w1_netlink_cmd    173 drivers/w1/w1_netlink.c 		struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)block->msg->data;
w1_netlink_cmd    237 drivers/w1/w1_netlink.c 	struct w1_netlink_cmd *cache_cmd = block->cmd;
w1_netlink_cmd    265 drivers/w1/w1_netlink.c static int w1_get_slaves(struct w1_master *dev, struct w1_netlink_cmd *req_cmd)
w1_netlink_cmd    289 drivers/w1/w1_netlink.c 	struct w1_netlink_cmd *cmd)
w1_netlink_cmd    314 drivers/w1/w1_netlink.c 	struct w1_netlink_cmd *cmd)
w1_netlink_cmd    348 drivers/w1/w1_netlink.c 	struct w1_netlink_cmd *req_cmd)
w1_netlink_cmd    388 drivers/w1/w1_netlink.c 		struct w1_netlink_cmd *cmd)
w1_netlink_cmd    450 drivers/w1/w1_netlink.c 	struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)node->msg->data;
w1_netlink_cmd    459 drivers/w1/w1_netlink.c 		if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) {
w1_netlink_cmd    474 drivers/w1/w1_netlink.c 		cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len);
w1_netlink_cmd    501 drivers/w1/w1_netlink.c 	struct w1_netlink_cmd *cmd = (struct w1_netlink_cmd *)msg->data;
w1_netlink_cmd    506 drivers/w1/w1_netlink.c 		if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen)
w1_netlink_cmd    517 drivers/w1/w1_netlink.c 		cmd = (struct w1_netlink_cmd *)((u8 *)cmd + len);
w1_netlink_cmd    587 drivers/w1/w1_netlink.c 				sizeof(struct w1_netlink_cmd));