Searched refs:cmd (Results 1 - 25 of 5130) sorted by path

1234567891011>>

/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim12 " single-CPU trace (e.g. trace-cmd report --cpu 1).
/linux-master/arch/alpha/kernel/
H A Dcore_lca.c378 unsigned cmd = (stat0 & IOC_CMD) >> IOC_CMD_SHIFT;
382 code > 3 ? "PCI" : "CPU", pci_cmd[cmd], stat1, err_name[code]);
376 unsigned cmd = (stat0 & IOC_CMD) >> IOC_CMD_SHIFT; local
H A Derr_titan.c143 int cmd; local
192 cmd = EXTRACT(perror, TITAN__PCHIP_PERROR__CMD);
223 ((((cmd & 0xE) == 2) && (addr < 0x1000)) ||
224 (((cmd & 0xE) == 6) && (addr >= 0xA0000) && (addr < 0x100000)))) {
263 cmd, perror_cmd[cmd],
279 int cmd, len; local
321 cmd = EXTRACT(agperror, TITAN__PCHIP_AGPERROR__CMD);
345 err_print_prefix, cmd, agperror_cmd[cmd], le
[all...]
/linux-master/arch/arc/kernel/
H A Darc_hostlink.c31 static long arc_hl_ioctl(struct file *file, unsigned int cmd, argument
/linux-master/arch/arm/kernel/
H A Dthumbee.c30 static int thumbee_notifier(struct notifier_block *self, unsigned long cmd, void *t) argument
34 switch (cmd) {
H A Dv7m.c10 void armv7m_restart(enum reboot_mode mode, const char *cmd) argument
/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c63 static void clps711x_restart(enum reboot_mode mode, const char *cmd) argument
/linux-master/arch/arm/mach-footbridge/
H A Dnetwinder-hw.c638 static void netwinder_restart(enum reboot_mode mode, const char *cmd) argument
/linux-master/arch/arm/mach-highbank/
H A Dsystem.c12 void highbank_restart(enum reboot_mode mode, const char *cmd) argument
/linux-master/arch/arm/mach-imx/
H A Dsystem.c33 void mxc_restart(enum reboot_mode mode, const char *cmd) argument
/linux-master/arch/arm/mach-omap2/
H A Domap2-restart.c31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) argument
38 /* XXX Should save the cmd argument for use after the reboot */
H A Domap3-restart.c23 * @cmd: passed from the userspace program rebooting the system (if provided)
25 * Resets the SoC. For @cmd, see the 'reboot' syscall in
28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) argument
30 omap3_ctrl_write_boot_mode((cmd ? (u8)*cmd : 0));
H A Domap4-restart.c14 * @cmd: passed from the userspace program rebooting the system (if provided)
16 * Resets the SoC. For @cmd, see the 'reboot' syscall in
19 void omap44xx_restart(enum reboot_mode mode, const char *cmd) argument
21 /* XXX Should save 'cmd' into scratchpad for use after reboot */
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c33 static void vt8500_restart(enum reboot_mode mode, const char *cmd) argument
/linux-master/arch/arm/nwfpe/
H A Dfpmodule.c48 static int nwfpe_notify(struct notifier_block *self, unsigned long cmd, void *v) argument
52 if (cmd == THREAD_NOTIFY_FLUSH)
/linux-master/arch/arm/plat-orion/
H A Dpcie.c183 u16 cmd; local
194 cmd = readw(base + PCIE_CMD_OFF);
195 cmd |= PCI_COMMAND_IO;
196 cmd |= PCI_COMMAND_MEMORY;
197 cmd |= PCI_COMMAND_MASTER;
198 writew(cmd, base + PCIE_CMD_OFF);
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c154 static int __kgdb_notify(struct die_args *args, unsigned long cmd) argument
173 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr) argument
179 ret = __kgdb_notify(ptr, cmd);
/linux-master/arch/m68k/bvme6000/
H A Drtc.c39 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
47 switch (cmd) {
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h141 .set CMDREG2B,LV-52 | cmd reg for machine 2
142 .set CMDREG3B,LV-48 | cmd reg for E3 exceptions (2 bytes)
172 .set CMDREG1B,LV-36 | cmd reg for E1 exceptions (2 bytes)
/linux-master/arch/m68k/include/asm/
H A Dquicc_simple.h38 void quicc_issue_cmd (unsigned short cmd, int scc_num);
/linux-master/arch/m68k/mvme16x/
H A Drtc.c38 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
45 switch (cmd) {
/linux-master/arch/mips/cavium-octeon/executive/
H A DMakefile13 obj-y += cvmx-pko.o cvmx-spi.o cvmx-cmd-queue.o \
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1402 uint64_t cmd:5; member in struct:cvmx_lmcx_delay_cfg::cvmx_lmcx_delay_cfg_s
1406 uint64_t cmd:5;
1416 uint64_t cmd:4; member in struct:cvmx_lmcx_delay_cfg::cvmx_lmcx_delay_cfg_cn38xx
1422 uint64_t cmd:4;
H A Dcvmx-pko-defs.h120 uint64_t cmd:14; member in struct:cvmx_pko_mem_debug0::cvmx_pko_mem_debug0_s
126 uint64_t cmd:14;
163 uint64_t cmd:14; member in struct:cvmx_pko_mem_debug10::cvmx_pko_mem_debug10_cn30xx
169 uint64_t cmd:14;
262 uint64_t cmd:14; member in struct:cvmx_pko_mem_debug12::cvmx_pko_mem_debug12_cn50xx
268 uint64_t cmd:14;
H A Dcvmx-sriox-defs.h691 uint64_t cmd:4; member in struct:cvmx_sriox_int_info0::cvmx_sriox_int_info0_s
709 uint64_t cmd:4;

Completed in 406 milliseconds

1234567891011>>