/arch/m68k/atari/ |
D | atakeyb.c | 337 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/ |
D | pfunc_core.c | 96 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/s390/hypfs/ |
D | hypfs_sprp.c | 26 static inline unsigned long __hypfs_sprp_diag304(void *data, unsigned long cmd) in __hypfs_sprp_diag304() 37 static unsigned long hypfs_sprp_diag304(void *data, unsigned long cmd) in hypfs_sprp_diag304() 71 unsigned long cmd; in __hypfs_sprp_ioctl() local 112 static long hypfs_sprp_ioctl(struct file *file, unsigned int cmd, in hypfs_sprp_ioctl()
|
/arch/arm/mach-omap2/ |
D | common.h | 159 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart() 167 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart() 175 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart() 183 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart() 192 static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
D | omap4-restart.c | 19 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
D | am33xx-restart.c | 19 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
|
D | omap3-restart.c | 28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
|
D | ti81xx-restart.c | 25 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
|
/arch/arm/mach-socfpga/ |
D | socfpga.c | 70 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) in socfpga_cyclone5_restart() 83 static void socfpga_arria10_restart(enum reboot_mode mode, const char *cmd) in socfpga_arria10_restart()
|
/arch/powerpc/platforms/cell/spufs/ |
D | spu_save.c | 53 unsigned int cmd = 0x24; /* PUTL */ in save_upper_240kb() local 109 unsigned int cmd = 0x20; /* PUT */ in spill_regs_to_mem() local 126 unsigned int cmd = 0xCC; in enqueue_sync() local
|
/arch/arm/mach-iop32x/ |
D | restart.c | 11 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
|
/arch/arm/kernel/ |
D | v7m.c | 10 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
|
D | xscale-cp0.c | 33 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/arm/mach-highbank/ |
D | system.c | 12 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
|
/arch/arm/mach-spear/ |
D | restart.c | 18 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
|
/arch/mips/sgi-ip30/ |
D | ip30-power.c | 23 static void __noreturn ip30_machine_restart(char *cmd) in ip30_machine_restart()
|
/arch/powerpc/kernel/ |
D | smp-tbsync.c | 27 volatile int cmd; member 47 int cmd; in smp_generic_take_timebase() local 78 static int start_contest(int cmd, long offset, int num) in start_contest()
|
/arch/arm/mach-omap1/ |
D | board-nand.c | 20 void omap1_nand_cmd_ctl(struct nand_chip *this, int cmd, unsigned int ctrl) in omap1_nand_cmd_ctl()
|
/arch/arm/mach-nspire/ |
D | nspire.c | 30 static void nspire_restart(enum reboot_mode mode, const char *cmd) in nspire_restart()
|
/arch/s390/kernel/ |
D | cpcmd.c | 64 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd() 90 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) in cpcmd()
|
/arch/um/drivers/ |
D | harddog_kern.c | 124 unsigned int cmd, unsigned long arg) in harddog_ioctl_unlocked() 148 unsigned int cmd, unsigned long arg) in harddog_ioctl()
|
/arch/x86/include/asm/xen/ |
D | hypercall.h | 278 HYPERVISOR_callback_op(int cmd, void *arg) in HYPERVISOR_callback_op() 284 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() 362 HYPERVISOR_xen_version(int cmd, void *arg) in HYPERVISOR_xen_version() 368 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() 374 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() 380 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() 386 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist() 392 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op()
|
/arch/csky/kernel/ |
D | power.c | 25 void machine_restart(char *cmd) in machine_restart()
|
/arch/hexagon/kernel/ |
D | reset.c | 19 void machine_restart(char *cmd) in machine_restart()
|
/arch/powerpc/sysdev/ |
D | fsl_soc.c | 159 unsigned long mode, void *cmd) in fsl_rstcr_restart() 212 void __noreturn fsl_hv_restart(char *cmd) in fsl_hv_restart()
|