Searched refs:command (Results 1 - 25 of 1094) sorted by relevance

1234567891011>>

/linux-master/arch/mips/include/asm/
H A Dreboot.h12 extern void (*_machine_restart)(char *command);
/linux-master/arch/m68k/68000/
H A Dm68328.h2 void init_dragen2(char *command, int size);
3 void init_ucsimm(char *command, int size);
H A Ducsimm.c25 void __init init_ucsimm(char *command, int size) argument
34 strcpy(p, command);
36 command[0] = 0;
H A Dm68328.c47 void __init config_BSP(char *command, int len) argument
56 init_ucsimm(command, len);
58 init_ucsimm(command, len);
60 init_dragen2(command, len);
/linux-master/drivers/scsi/pcmcia/
H A Dnsp_debug.c12 * Show the command data of a command
88 static void print_commandk (unsigned char *command) argument
92 print_opcodek(command[0]);
94 if ((command[0] >> 5) == 6 ||
95 (command[0] >> 5) == 7 ) {
98 s = COMMAND_SIZE(command[0]);
101 printk("%02x ", command[i]);
107 (((unsigned int)command[1] & 0x0f) << 16) |
108 ( (unsigned int)command[
[all...]
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_intr.h18 int command, int interrupt);
19 int s5p_mfc_wait_for_done_dev(struct s5p_mfc_dev *dev, int command);
H A Ds5p_mfc_intr.c6 * This file contains functions used to wait for command completion.
21 int s5p_mfc_wait_for_done_dev(struct s5p_mfc_dev *dev, int command) argument
26 (dev->int_cond && (dev->int_type == command
30 mfc_err("Interrupt (dev->int_type:%d, command:%d) timed out\n",
31 dev->int_type, command);
37 mfc_debug(1, "Finished waiting (dev->int_type:%d, command: %d)\n",
38 dev->int_type, command);
52 int command, int interrupt)
58 (ctx->int_cond && (ctx->int_type == command
63 (ctx->int_cond && (ctx->int_type == command
51 s5p_mfc_wait_for_done_ctx(struct s5p_mfc_ctx *ctx, int command, int interrupt) argument
[all...]
/linux-master/arch/sh/boot/compressed/
H A Dcache.c2 int cache_control(unsigned int command) argument
/linux-master/arch/mips/jazz/
H A Dreset.c18 status = jazz_kh->command;
28 status = jazz_kh->command;
30 jazz_kh->command = val;
35 return jazz_kh->command;
49 void jazz_machine_restart(char *command) argument
/linux-master/drivers/scsi/
H A Dnsp32_debug.c10 * Show the command data of a command
86 static void print_commandk (unsigned char *command) argument
90 print_opcodek(command[0]);
92 if ((command[0] >> 5) == 6 ||
93 (command[0] >> 5) == 7 ) {
96 s = COMMAND_SIZE(command[0]);
100 printk("%02x ", command[i]);
106 (((unsigned int)command[1] & 0x0f) << 16) |
107 ( (unsigned int)command[
[all...]
/linux-master/arch/x86/include/uapi/asm/
H A Dist.h25 __u32 command; member in struct:ist_info
/linux-master/tools/usb/usbip/src/
H A Dutils.c18 char command[SYSFS_BUS_ID_SIZE + 4]; local
29 cmd_size = snprintf(command, SYSFS_BUS_ID_SIZE + 4, "add %s",
32 cmd_size = snprintf(command, SYSFS_BUS_ID_SIZE + 4, "del %s",
35 rc = write_sysfs_attribute(match_busid_attr_path, command,
/linux-master/drivers/input/serio/
H A Di8042-jazzio.h23 #define I8042_COMMAND_REG ((unsigned long)&jazz_kh->command)
24 #define I8042_STATUS_REG ((unsigned long)&jazz_kh->command)
34 return jazz_kh->command;
44 jazz_kh->command = val;
H A Di8042-ip22io.h28 #define I8042_COMMAND_REG ((unsigned long)&sgioc->kbdmouse.command)
29 #define I8042_STATUS_REG ((unsigned long)&sgioc->kbdmouse.command)
39 return sgioc->kbdmouse.command;
49 sgioc->kbdmouse.command = val;
/linux-master/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_intr.h16 int mtk_vcodec_wait_for_done_ctx(void *priv, int command, unsigned int timeout_ms,
/linux-master/arch/mips/include/asm/mach-cobalt/
H A Dcobalt.h23 void cobalt_machine_restart(char *command);
/linux-master/drivers/misc/ibmasm/
H A Ddot_command.c52 * send the 4.3.5.10 dot command (driver VPD) to the service processor
56 struct command *command; local
62 command = ibmasm_new_command(sp, INIT_BUFFER_SIZE);
63 if (command == NULL)
66 header = (struct dot_command_header *)command->buffer;
73 vpd_command = command->buffer + sizeof(struct dot_command_header);
85 ibmasm_exec_command(sp, command);
86 ibmasm_wait_for_response(command, IBMASM_CMD_TIMEOUT_NORMAL);
88 if (command
98 unsigned char command[3]; member in struct:os_state_command
[all...]
/linux-master/drivers/acpi/acpica/
H A Ddbhistry.c4 * Module Name: dbhistry - debugger HISTORY command
21 char *command; member in struct:history_info
39 * DESCRIPTION: Add a command line to the history buffer.
48 /* Put command into the next available slot */
55 if (acpi_gbl_history_buffer[acpi_gbl_next_history_index].command !=
60 command);
64 [acpi_gbl_next_history_index].command);
66 command = acpi_os_allocate(cmd_len + 1);
69 acpi_gbl_history_buffer[acpi_gbl_next_history_index].command =
73 strcpy(acpi_gbl_history_buffer[acpi_gbl_next_history_index].command,
[all...]
/linux-master/include/trace/events/
H A Dfsi_master_i2cr.h12 TP_PROTO(const struct i2c_client *client, uint32_t command, int rc),
13 TP_ARGS(client, command, rc),
17 __array(unsigned char, command, sizeof(uint32_t))
23 memcpy(__entry->command, &command, sizeof(uint32_t));
26 TP_printk("%d-%02x command:{ %*ph } rc:%d", __entry->bus, __entry->addr,
27 (int)sizeof(uint32_t), __entry->command, __entry->rc)
31 TP_PROTO(const struct i2c_client *client, uint32_t command, uint64_t *data),
32 TP_ARGS(client, command, data),
36 __array(unsigned char, command, sizeo
[all...]
/linux-master/tools/power/cpupower/bench/
H A Dcpufreq-bench_script.sh55 local command
58 command="cpufreq-bench_plot.sh -o \"sampling_rate_${SAMPLING_RATE}_up_threshold_${up_threshold}\" -t \"Ondemand sampling_rate: ${SAMPLING_RATE} comparison - Up_threshold: $up_threshold %\""
60 command="${command} /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}/* \"sampling_rate = $sampling_rate\""
62 echo $command
63 eval "$command"
68 command="cpufreq-bench_plot.sh -o \"up_threshold_${UP_THRESHOLD}_sampling_rate_${sampling_rate}\" -t \"Ondemand up_threshold: ${UP_THRESHOLD} % comparison - sampling_rate: $sampling_rate\""
70 command="${command} /var/log/cpufreq-bench/up_threshold_${up_threshold}_sampling_rate_${sampling_rate}/* \"up_threshold = $up_threshold\""
72 echo $command
[all...]
/linux-master/include/linux/
H A Darmada-37xx-rwtm-mailbox.h14 u16 command; member in struct:armada_37xx_rwtm_tx_msg
H A Dsony-laptop.h32 int sony_pic_camera_command(int command, u8 value);
34 static inline int sony_pic_camera_command(int command, u8 value) { return 0; } argument
/linux-master/arch/mips/kernel/
H A Dreset.c26 void (*_machine_restart)(char *command);
88 void machine_restart(char *command) argument
91 _machine_restart(command);
97 do_kernel_restart(command);
/linux-master/drivers/input/misc/
H A Dibm-panel.c20 u8 command[11]; member in struct:ibm_panel
22 spinlock_t lock; /* protects writes to idx and command */
32 for (i = 0; i < sizeof(panel->command) - 1; ++i) {
33 sum += panel->command[i];
52 if (panel->command[0] != 0xff && panel->command[1] != 0xf0) {
53 dev_dbg(&panel->input->dev, "command invalid: %02x %02x\n",
54 panel->command[0], panel->command[1]);
59 if (chksum != panel->command[sizeo
[all...]
/linux-master/kernel/trace/
H A Dftrace_internal.h15 int ftrace_startup(struct ftrace_ops *ops, int command);
16 int ftrace_shutdown(struct ftrace_ops *ops, int command);
22 # define ftrace_startup(ops, command) \
29 # define ftrace_shutdown(ops, command) \

Completed in 397 milliseconds

1234567891011>>