Home
last modified time | relevance | path

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

12345678910>>...13

/arch/m68k/atari/
Datakeyb.c337 static const char cmd[2] = { 0x80, 0x01 }; in ikbd_reset() local
350 char cmd[2] = { 0x07, mode }; in ikbd_mouse_button_action() local
358 static const char cmd[1] = { 0x08 }; in ikbd_mouse_rel_pos() local
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos() local
375 char cmd[3] = { 0x0A, dx, dy }; in ikbd_mouse_kbd_mode() local
383 char cmd[3] = { 0x0B, x, y }; in ikbd_mouse_thresh() local
392 char cmd[3] = { 0x0C, x, y }; in ikbd_mouse_scale() local
400 static const char cmd[1] = { 0x0D }; in ikbd_mouse_pos_get() local
410 char cmd[6] = { 0x0E, 0x00, x>>8, x&0xFF, y>>8, y&0xFF }; in ikbd_mouse_pos_set() local
418 static const char cmd[1] = { 0x0F }; in ikbd_mouse_y0_bot() local
[all …]
/arch/powerpc/platforms/powermac/
Dpfunc_core.c95 static u32 pmf_next32(struct pmf_cmd *cmd) in pmf_next32()
107 static const void* pmf_next_blob(struct pmf_cmd *cmd, int count) in pmf_next_blob()
123 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \ argument
136 static int pmf_parser_write_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_gpio()
146 static int pmf_parser_read_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_gpio()
158 static int pmf_parser_write_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg32()
170 static int pmf_parser_read_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg32()
180 static int pmf_parser_write_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg16()
192 static int pmf_parser_read_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg16()
202 static int pmf_parser_write_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg8()
[all …]
/arch/s390/hypfs/
Dhypfs_sprp.c26 static inline unsigned long __hypfs_sprp_diag304(void *data, unsigned long cmd) in __hypfs_sprp_diag304()
38 static unsigned long hypfs_sprp_diag304(void *data, unsigned long cmd) in hypfs_sprp_diag304()
72 unsigned long cmd; in __hypfs_sprp_ioctl() local
109 static long hypfs_sprp_ioctl(struct file *file, unsigned int cmd, in hypfs_sprp_ioctl()
/arch/arm/mach-omap2/
Dcommon.h153 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
161 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
169 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
177 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
186 static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
Domap3-restart.c31 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
Domap4-restart.c23 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
Dam33xx-restart.c22 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
Dti81xx-restart.c29 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
/arch/blackfin/kernel/
Dreboot.c82 void native_machine_restart(char *cmd) in native_machine_restart()
86 void machine_restart(char *cmd) in machine_restart()
/arch/x86/include/asm/
Dintel_pmc_ipc.h36 static inline int intel_pmc_ipc_simple_command(int cmd, int sub) in intel_pmc_ipc_simple_command()
41 static inline int intel_pmc_ipc_raw_cmd(u32 cmd, u32 sub, u8 *in, u32 inlen, in intel_pmc_ipc_raw_cmd()
47 static inline int intel_pmc_ipc_command(u32 cmd, u32 sub, u8 *in, u32 inlen, in intel_pmc_ipc_command()
/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/arm/mach-socfpga/
Dsocfpga.c79 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) in socfpga_cyclone5_restart()
92 static void socfpga_arria10_restart(enum reboot_mode mode, const char *cmd) in socfpga_arria10_restart()
/arch/mips/lasat/
Dpicvue.c172 static void pvc_funcset(u8 cmd) in pvc_funcset()
183 static void pvc_entrymode(u8 cmd) in pvc_entrymode()
194 void pvc_dispcnt(u8 cmd) in pvc_dispcnt()
204 void pvc_move(u8 cmd) in pvc_move()
223 u8 cmd = EIGHT_BYTE; in pvc_init() local
/arch/x86/include/asm/xen/
Dhypercall.h284 HYPERVISOR_callback_op(int cmd, void *arg) in HYPERVISOR_callback_op()
296 HYPERVISOR_sched_op(int cmd, void *arg) in HYPERVISOR_sched_op()
344 HYPERVISOR_memory_op(unsigned int cmd, void *arg) in HYPERVISOR_memory_op()
369 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op()
378 HYPERVISOR_xen_version(int cmd, void *arg) in HYPERVISOR_xen_version()
384 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io()
392 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op()
401 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op()
420 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist()
426 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op()
[all …]
/arch/powerpc/kernel/
Dsmp-tbsync.c26 volatile int cmd; member
46 int cmd; in smp_generic_take_timebase() local
77 static int start_contest(int cmd, long offset, int num) in start_contest()
/arch/arm/plat-iop/
Drestart.c14 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
/arch/arm/kernel/
Dv7m.c13 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
Dxscale-cp0.c36 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do()
61 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do()
/arch/arm/mach-highbank/
Dsystem.c23 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
/arch/s390/kernel/
Dcpcmd.c63 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd()
89 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) in cpcmd()
/arch/arm/mach-spear/
Drestart.c21 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
/arch/arm/mach-gemini/
Dreset.c19 void gemini_restart(enum reboot_mode mode, const char *cmd) in gemini_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/arm/mach-omap1/
Dboard-nand.c23 void omap1_nand_cmd_ctl(struct mtd_info *mtd, int cmd, unsigned int ctrl) in omap1_nand_cmd_ctl()
/arch/x86/kernel/cpu/
Dbugs.c144 enum spectre_v2_mitigation_cmd cmd; member
159 enum spectre_v2_mitigation_cmd cmd = SPECTRE_V2_CMD_AUTO; in spectre_v2_parse_cmdline() local
222 enum spectre_v2_mitigation_cmd cmd = spectre_v2_parse_cmdline(); in spectre_v2_select_mitigation() local

12345678910>>...13