Searched refs:name (Results 176 - 200 of 21083) sorted by path

1234567891011>>

/linux-master/arch/sh/boards/mach-se/7751/
H A Dsetup.c35 .name = "heartbeat",
/linux-master/arch/sh/boards/mach-se/7780/
H A Dsetup.c24 .name = "heartbeat",
33 .name = "smc91x-regs" ,
46 .name = "smc91x",
/linux-master/arch/sh/boards/mach-sh03/
H A Dsetup.c43 .name = "pata_platform",
58 .name = "heartbeat",
/linux-master/arch/sh/drivers/dma/
H A Ddma-g2.c160 .name = "g2_dmac",
/linux-master/arch/sh/drivers/pci/
H A Dpci-dreamcast.c27 .name = "GAPSPCI IO",
32 .name = "GAPSPCI mem",
H A Dpci-sh7751.c47 .name = "SH7751_IO",
52 .name = "SH7751_mem",
/linux-master/arch/sh/include/asm/
H A Ddevice.h13 char *name, unsigned long memsize);
H A Dperf_event.h10 const char *name; member in struct:sh_pmu
H A Dptrace.h51 const char *name; member in struct:pt_regs_offset
55 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)}
57 {.name = __stringify(r##num), .offset = offsetof(struct pt_regs, regs[num])}
59 {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}
60 #define REG_OFFSET_END {.name = NULL, .offset = 0}
62 /* Query offset/name of register from its name/offset */
63 extern int regs_query_register_offset(const char *name);
H A Dpush-switch.h28 /* Symbolic switch name */
29 const char *name; member in struct:push_switch_platform_info
H A Dunwinder.h8 const char *name; member in struct:unwinder
/linux-master/arch/sh/include/cpu-common/cpu/
H A Dpfc.h15 int sh_pfc_register(const char *name,
/linux-master/arch/sh/include/cpu-sh4/cpu/
H A Dsq.h29 const char *name, pgprot_t prot);
/linux-master/arch/sh/kernel/cpu/irq/
H A Dimask.c75 .name = "SR.IMASK",
/linux-master/arch/sh/kernel/cpu/
H A Dpfc.c17 int __init sh_pfc_register(const char *name, argument
20 sh_pfc_device.name = name;
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c240 .name = "sh7750",
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c274 .name = "sh4a",
H A Dubc.c86 .name = "SH-4A",
/linux-master/arch/sh/kernel/
H A Dptrace.c5 * regs_query_register_offset() - query register offset from its name
6 * @name: the name of a register
9 * pt_regs from its name. If the name is invalid, this returns -EINVAL;
11 int regs_query_register_offset(const char *name) argument
14 for (roff = regoffset_table; roff->name != NULL; roff++)
15 if (!strcmp(roff->name, name))
21 * regs_query_register_name() - query register name fro
[all...]
H A Dsh_bios.c138 .name = "bios",
H A Dunwinder.c30 .name = "stack-reader",
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall-note.S10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \
11 .section name, flags; \
13 .long 1f - 0f; /* name length */ \
16 0: .asciz vendor; /* vendor name */ \
/linux-master/arch/sparc/include/asm/
H A Debus_dma.h23 unsigned char name[64]; member in struct:ebus_dma_info
H A Dhead_32.h24 #define SKIP_TRAP(type, name) \
H A Dleon.h223 const char *name, int do_ack);
226 const char *name, int do_ack);

Completed in 261 milliseconds

1234567891011>>