Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/arch/m68k/atari/
Datakeyb.c338 static const char cmd[2] = { 0x80, 0x01 }; in ikbd_reset() local
351 char cmd[2] = { 0x07, mode }; in ikbd_mouse_button_action() local
359 static const char cmd[1] = { 0x08 }; in ikbd_mouse_rel_pos() local
368 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos() local
376 char cmd[3] = { 0x0A, dx, dy }; in ikbd_mouse_kbd_mode() local
384 char cmd[3] = { 0x0B, x, y }; in ikbd_mouse_thresh() local
393 char cmd[3] = { 0x0C, x, y }; in ikbd_mouse_scale() local
401 static const char cmd[1] = { 0x0D }; in ikbd_mouse_pos_get() local
411 char cmd[6] = { 0x0E, 0x00, x>>8, x&0xFF, y>>8, y&0xFF }; in ikbd_mouse_pos_set() local
419 static const char cmd[1] = { 0x0F }; in ikbd_mouse_y0_bot() local
[all …]
/arch/ia64/xen/
Dxcom_hcall.c50 xencomm_hypercall_console_io(int cmd, int count, char *str) in xencomm_hypercall_console_io()
64 xencomm_hypercall_event_channel_op(int cmd, void *op) in xencomm_hypercall_event_channel_op()
76 xencomm_hypercall_xen_version(int cmd, void *arg) in xencomm_hypercall_xen_version()
119 xencomm_hypercall_physdev_op(int cmd, void *op) in xencomm_hypercall_physdev_op()
148 unsigned int cmd, void *op, unsigned int count, in xencommize_grant_table_op()
207 xencomm_hypercall_grant_table_op(unsigned int cmd, void *op, in xencomm_hypercall_grant_table_op()
223 xencomm_hypercall_sched_op(int cmd, void *arg) in xencomm_hypercall_sched_op()
306 xencomm_hypercall_callback_op(int cmd, void *arg) in xencomm_hypercall_callback_op()
344 xencomm_hypercall_memory_op(unsigned int cmd, void *arg) in xencomm_hypercall_memory_op()
412 xencomm_hypercall_vcpu_op(int cmd, int cpu, void *arg) in xencomm_hypercall_vcpu_op()
/arch/arm/boot/compressed/
Dsdhi-shmobile.c189 static int sdhi_boot_request(void __iomem *base, struct mmc_command *cmd) in sdhi_boot_request()
232 struct mmc_command cmd; in sdhi_boot_do_read_single() local
307 struct mmc_command cmd; in sdhi_boot_init() local
320 struct mmc_command cmd; in sdhi_boot_init() local
332 struct mmc_command cmd; in sdhi_boot_init() local
367 struct mmc_command cmd; in sdhi_boot_init() local
388 struct mmc_command cmd; in sdhi_boot_init() local
403 struct mmc_command cmd; in sdhi_boot_init() local
415 struct mmc_command cmd; in sdhi_boot_init() local
426 struct mmc_command cmd; in sdhi_boot_init() local
[all …]
/arch/powerpc/platforms/powermac/
Dpfunc_core.c96 static u32 pmf_next32(struct pmf_cmd *cmd) in pmf_next32()
108 static const void* pmf_next_blob(struct pmf_cmd *cmd, int count) in pmf_next_blob()
124 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \ argument
137 static int pmf_parser_write_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_gpio()
147 static int pmf_parser_read_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_gpio()
159 static int pmf_parser_write_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg32()
171 static int pmf_parser_read_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg32()
181 static int pmf_parser_write_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg16()
193 static int pmf_parser_read_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg16()
203 static int pmf_parser_write_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg8()
[all …]
/arch/ia64/include/asm/xen/
Dhypercall.h108 xencomm_arch_hypercall_sched_op(int cmd, struct xencomm_handle *arg) in xencomm_arch_hypercall_sched_op()
129 xencomm_arch_hypercall_memory_op(unsigned int cmd, struct xencomm_handle *arg) in xencomm_arch_hypercall_memory_op()
135 xencomm_arch_hypercall_event_channel_op(int cmd, struct xencomm_handle *arg) in xencomm_arch_hypercall_event_channel_op()
141 xencomm_arch_hypercall_xen_version(int cmd, struct xencomm_handle *arg) in xencomm_arch_hypercall_xen_version()
147 xencomm_arch_hypercall_console_io(int cmd, int count, in xencomm_arch_hypercall_console_io()
154 xencomm_arch_hypercall_physdev_op(int cmd, struct xencomm_handle *arg) in xencomm_arch_hypercall_physdev_op()
160 xencomm_arch_hypercall_grant_table_op(unsigned int cmd, in xencomm_arch_hypercall_grant_table_op()
172 xencomm_arch_hypercall_callback_op(int cmd, struct xencomm_handle *arg) in xencomm_arch_hypercall_callback_op()
178 xencomm_arch_hypercall_vcpu_op(int cmd, int cpu, void *arg) in xencomm_arch_hypercall_vcpu_op()
184 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op()
[all …]
/arch/arm/mach-msm/
Dscm.c97 struct scm_command *cmd; in alloc_scm_command() local
116 static inline void free_scm_command(struct scm_command *cmd) in free_scm_command()
128 const struct scm_command *cmd) in scm_command_to_response()
139 static inline void *scm_get_command_buffer(const struct scm_command *cmd) in scm_get_command_buffer()
195 static int __scm_call(const struct scm_command *cmd) in __scm_call()
228 struct scm_command *cmd; in scm_call() local
Ddma.c50 void msm_dmov_stop_cmd(unsigned id, struct msm_dmov_cmd *cmd, int graceful) in msm_dmov_stop_cmd()
55 void msm_dmov_enqueue_cmd(unsigned id, struct msm_dmov_cmd *cmd) in msm_dmov_enqueue_cmd()
106 …struct msm_dmov_exec_cmdptr_cmd *cmd = container_of(_cmd, struct msm_dmov_exec_cmdptr_cmd, dmov_cm… in dmov_exec_cmdptr_complete_func() local
116 struct msm_dmov_exec_cmdptr_cmd cmd; in msm_dmov_exec_cmd() local
146 struct msm_dmov_cmd *cmd; in msm_datamover_irq_handler() local
/arch/parisc/hpux/
Dioctl.c43 static int hpux_ioctl_t(int fd, unsigned long cmd, unsigned long arg) in hpux_ioctl_t()
58 int hpux_ioctl(int fd, unsigned long cmd, unsigned long arg) in hpux_ioctl()
/arch/blackfin/kernel/
Dreboot.c78 void native_machine_restart(char *cmd) in native_machine_restart()
82 void machine_restart(char *cmd) in machine_restart()
/arch/powerpc/platforms/cell/spufs/
Dspu_save.c67 unsigned int cmd = 0x24; /* PUTL */ in save_upper_240kb() local
123 unsigned int cmd = 0x20; /* PUT */ in spill_regs_to_mem() local
140 unsigned int cmd = 0xCC; in enqueue_sync() local
/arch/x86/include/asm/xen/
Dhypercall.h279 HYPERVISOR_callback_op(int cmd, void *arg) in HYPERVISOR_callback_op()
291 HYPERVISOR_sched_op(int cmd, void *arg) in HYPERVISOR_sched_op()
332 HYPERVISOR_memory_op(unsigned int cmd, void *arg) in HYPERVISOR_memory_op()
356 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op()
370 HYPERVISOR_xen_version(int cmd, void *arg) in HYPERVISOR_xen_version()
376 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io()
382 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op()
396 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op()
415 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist()
421 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op()
[all …]
/arch/mips/lasat/
Dpicvue.c173 static void pvc_funcset(u8 cmd) in pvc_funcset()
184 static void pvc_entrymode(u8 cmd) in pvc_entrymode()
195 void pvc_dispcnt(u8 cmd) in pvc_dispcnt()
205 void pvc_move(u8 cmd) in pvc_move()
224 u8 cmd = EIGHT_BYTE; in pvc_init() local
/arch/powerpc/kernel/
Dsmp-tbsync.c27 volatile int cmd; member
47 int cmd; in smp_generic_take_timebase() local
78 static int __devinit start_contest(int cmd, long offset, int num) in start_contest()
/arch/s390/kernel/
Dcpcmd.c74 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd()
99 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) in cpcmd()
/arch/arm/plat-iop/
Drestart.c14 void iop3xx_restart(char mode, const char *cmd) in iop3xx_restart()
/arch/arm/mach-highbank/
Dsystem.c23 void highbank_restart(char mode, const char *cmd) in highbank_restart()
/arch/arm/plat-spear/
Drestart.c19 void spear_restart(char mode, const char *cmd) in spear_restart()
/arch/arm/mach-omap1/
Dreset.c11 void omap1_restart(char mode, const char *cmd) in omap1_restart()
/arch/arm/mach-vt8500/include/mach/
Dsystem.h10 static inline void arch_reset(char mode, const char *cmd) in arch_reset()
/arch/arm/mach-shmobile/include/mach/
Dsystem.h6 static inline void arch_reset(char mode, const char *cmd) in arch_reset()
/arch/arm/mach-gemini/include/mach/
Dsystem.h17 static inline void arch_reset(char mode, const char *cmd) in arch_reset()
/arch/arm/kernel/
Dxscale-cp0.c33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do()
58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do()
/arch/powerpc/platforms/wsp/
Dh8.c64 static void wsp_h8_terminal_cmd(const char *cmd, int sz) in wsp_h8_terminal_cmd()
74 void wsp_h8_restart(char *cmd) in wsp_h8_restart()
/arch/um/drivers/
Dharddog_kern.c129 unsigned int cmd, unsigned long arg) in harddog_ioctl_unlocked()
153 unsigned int cmd, unsigned long arg) in harddog_ioctl()
/arch/tile/kernel/
Dreboot.c43 void machine_restart(char *cmd) in machine_restart()

12345678910>>...13