/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 | 95 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/ |
D | hypfs_sprp.c | 27 static inline unsigned long __hypfs_sprp_diag304(void *data, unsigned long cmd) in __hypfs_sprp_diag304() 39 static unsigned long hypfs_sprp_diag304(void *data, unsigned long cmd) in hypfs_sprp_diag304() 73 unsigned long cmd; in __hypfs_sprp_ioctl() local 110 static long hypfs_sprp_ioctl(struct file *file, unsigned int cmd, in hypfs_sprp_ioctl()
|
/arch/arm/mach-omap2/ |
D | common.h | 144 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart() 152 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart() 160 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart() 168 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart() 177 static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
D | am33xx-restart.c | 22 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
|
D | omap4-restart.c | 23 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
D | omap3-restart.c | 31 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
|
D | ti81xx-restart.c | 29 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
|
/arch/blackfin/kernel/ |
D | reboot.c | 82 void native_machine_restart(char *cmd) in native_machine_restart() 86 void machine_restart(char *cmd) in machine_restart()
|
/arch/powerpc/platforms/cell/spufs/ |
D | spu_save.c | 67 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/ |
D | socfpga.c | 79 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/ |
D | picvue.c | 172 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/ |
D | hypercall.h | 289 HYPERVISOR_callback_op(int cmd, void *arg) in HYPERVISOR_callback_op() 301 HYPERVISOR_sched_op(int cmd, void *arg) in HYPERVISOR_sched_op() 349 HYPERVISOR_memory_op(unsigned int cmd, void *arg) in HYPERVISOR_memory_op() 374 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op() 383 HYPERVISOR_xen_version(int cmd, void *arg) in HYPERVISOR_xen_version() 389 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() 397 HYPERVISOR_physdev_op(int cmd, void *arg) in HYPERVISOR_physdev_op() 406 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() 425 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist() 431 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() [all …]
|
/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/kernel/ |
D | v7m.c | 13 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
|
D | xscale-cp0.c | 36 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/plat-iop/ |
D | restart.c | 14 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
|
/arch/arm/mach-highbank/ |
D | system.c | 23 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
|
/arch/s390/kernel/ |
D | cpcmd.c | 60 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd() 86 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) in cpcmd()
|
/arch/arm/mach-spear/ |
D | restart.c | 21 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
|
/arch/x86/include/asm/ |
D | intel_pmc_ipc.h | 46 static inline int intel_pmc_ipc_simple_command(int cmd, int sub) in intel_pmc_ipc_simple_command() 51 static inline int intel_pmc_ipc_raw_cmd(u32 cmd, u32 sub, u8 *in, u32 inlen, in intel_pmc_ipc_raw_cmd() 57 static inline int intel_pmc_ipc_command(u32 cmd, u32 sub, u8 *in, u32 inlen, in intel_pmc_ipc_command()
|
/arch/um/drivers/ |
D | harddog_kern.c | 129 unsigned int cmd, unsigned long arg) in harddog_ioctl_unlocked() 153 unsigned int cmd, unsigned long arg) in harddog_ioctl()
|
/arch/arm/mach-omap1/ |
D | board-nand.c | 23 void omap1_nand_cmd_ctl(struct mtd_info *mtd, int cmd, unsigned int ctrl) in omap1_nand_cmd_ctl()
|
/arch/powerpc/sysdev/ |
D | fsl_soc.c | 163 unsigned long mode, void *cmd) in fsl_rstcr_restart() 216 void __noreturn fsl_hv_restart(char *cmd) in fsl_hv_restart()
|
/arch/hexagon/kernel/ |
D | reset.c | 32 void machine_restart(char *cmd) in machine_restart()
|