dot_command_header   20 drivers/misc/ibmasm/dot_command.c 	struct dot_command_header *header = (struct dot_command_header *)message;
dot_command_header   57 drivers/misc/ibmasm/dot_command.c 	struct dot_command_header *header;
dot_command_header   66 drivers/misc/ibmasm/dot_command.c 	header = (struct dot_command_header *)command->buffer;
dot_command_header   73 drivers/misc/ibmasm/dot_command.c 	vpd_command = command->buffer + sizeof(struct dot_command_header);
dot_command_header   97 drivers/misc/ibmasm/dot_command.c 	struct dot_command_header	header;
dot_command_header   41 drivers/misc/ibmasm/dot_command.h 	struct dot_command_header *cmd = (struct dot_command_header *)buffer;
dot_command_header   42 drivers/misc/ibmasm/dot_command.h 	return sizeof(struct dot_command_header) + cmd->command_size + cmd->data_size;
dot_command_header   47 drivers/misc/ibmasm/dot_command.h 	struct dot_command_header *header = (struct dot_command_header *)buffer;
dot_command_header   48 drivers/misc/ibmasm/dot_command.h 	unsigned char *cmd = buffer + sizeof(struct dot_command_header);
dot_command_header   74 drivers/misc/ibmasm/heartbeat.c 	struct dot_command_header *header = (struct dot_command_header *)cmd->buffer;
dot_command_header   23 drivers/misc/ibmasm/r_heartbeat.c 	struct dot_command_header	header;